Home | History | Annotate | Download | only in src

Lines Matching refs:tsize

293     CvSize size, tsize;
488 tsize.width = size.width;
489 tsize.height = dy;
491 tsize.height = size.height - y;
492 if( cont_flag || tsize.height == 1 )
494 tsize.width *= tsize.height;
495 tsize.height = 1;
503 cvSize( tsize.width*cn, tsize.height ), 0 ) :
507 cvSize( tsize.width*cn, tsize.height )));
512 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step ));
545 CvSize size, tsize;
716 tsize.width = size.width;
717 tsize.height = dy;
719 tsize.height = size.height - y;
720 if( cont_flag || tsize.height == 1 )
722 tsize.width *= tsize.height;
723 tsize.height = 1;
729 cvSize( tsize.width*cn, tsize.height ), buf ));
733 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step ));
769 CvSize size, tsize;
960 tsize.width = size.width;
961 tsize.height = dy;
963 tsize.height = size.height - y;
964 if( cont_flag || tsize.height == 1 )
966 tsize.width *= tsize.height;
967 tsize.height = 1;
975 cvSize( tsize.width*cn, tsize.height ), 0 ) :
979 cvSize( tsize.width*cn, tsize.height )));
984 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step ));
1017 CvSize size, tsize;
1188 tsize.width = size.width;
1189 tsize.height = dy;
1191 tsize.height = size.height - y;
1192 if( cont_flag || tsize.height == 1 )
1194 tsize.width *= tsize.height;
1195 tsize.height = 1;
1201 cvSize( tsize.width*cn, tsize.height ), buf ));
1205 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step ));