Home | History | Annotate | Download | only in src

Lines Matching defs:xmin

420                                   int cn, int xmin, int xmax,                   \
427 xmin *= cn; xmax *= cn; \
467 for( dx = 0; dx < xmin; dx++ ) \
589 int cn, int xmin, int xmax,
890 int xmin = dsize.width, xmax = -1;
916 if( sx-1 >= 0 && xmin > dx )
917 xmin = dx;
923 // for( dx = 0; dx < xmin; dx++ ) ... and for( ; dx < width; dx++ ) ...
937 dst->step, dsize, cn, xmin, xmax, xofs, buf ));