Home | History | Annotate | Download | only in src

Lines Matching defs: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;
846 if( xmax >= dsize.width )
847 xmax = dx;
884 dst->step, dsize, cn, xmax, xofs, yofs, buf0, buf1 ));
890 int xmin = dsize.width, xmax = -1;
919 xmax = dx + 1;
937 dst->step, dsize, cn, xmin, xmax, xofs, buf ));