Lines Matching refs:xmax
210 int cn, int xmax, \
221 xmax *= cn; \
250 for( dx = 0; dx < xmax; dx++ ) \
420 int cn, int xmin, int xmax, \
427 xmin *= cn; xmax *= cn; \
486 for( ; dx < xmax; dx++ ) \
583 int cn, int xmax, const CvResizeAlpha* xofs,
589 int cn, int xmin, int xmax,
806 int xmax = dsize.width, width = dsize.width*cn, buf_size; in cvResize() local
846 if( xmax >= dsize.width ) in cvResize()
847 xmax = dx; in cvResize()
884 dst->step, dsize, cn, xmax, xofs, yofs, buf0, buf1 )); in cvResize()
890 int xmin = dsize.width, xmax = -1; in cvResize() local
919 xmax = dx + 1; in cvResize()
937 dst->step, dsize, cn, xmin, xmax, xofs, buf )); in cvResize()