Home | History | Annotate | Download | only in softpipe

Lines Matching defs:xmin

1400          const int xmin = (int) (x + 0.75 - halfSize);
1402 const int xmax = xmin + (int) size;
1404 /* XXX could apply scissor to xmin,ymin,xmax,ymax now */
1405 const int ixmin = block(xmin);
1412 debug_printf("(%f, %f) -> X:%d..%d Y:%d..%d\n", x, y, xmin, xmax,ymin,ymax);
1428 if (ix < xmin) {