Home | History | Annotate | Download | only in src

Lines Matching full:xmax

1000     int xmin, xmax, ymin, ymax;
1018 xmin = xmax = v[0].x;
1031 xmax = MAX( xmax, p.x );
1057 xmax = (xmax + delta) >> shift;
1061 if( npts < 3 || xmax < 0 || ymax < 0 || xmin >= size.width || ymin >= size.height )