Home | History | Annotate | Download | only in softpipe

Lines Matching defs:ymin

1351          const int ymin = (int) (y + 0.25 - halfSize);
1353 const int ymax = ymin + (int) size;
1354 /* XXX could apply scissor to xmin,ymin,xmax,ymax now */
1357 const int iymin = block(ymin);
1362 debug_printf("(%f, %f) -> X:%d..%d Y:%d..%d\n", x, y, xmin, xmax,ymin,ymax);
1366 if (iy < ymin) {