Home | History | Annotate | Download | only in src

Lines Matching defs:dstsize

997     CvSize srcsize, dstsize;
1021 dstsize = cvGetMatSize( dst );
1024 for( y = 0, k = 0; y < dstsize.height; y++ )
1026 for( x = 0; x < dstsize.width; x += srcsize.width )
1029 if( l > dstsize.width - x )
1030 l = dstsize.width - x;