Lines Matching refs:xmax
194 GLint xmin, xmax, ymin, ymax, iy;
204 xmax = (GLint) (x + iRadius);
212 xmax = xmin + iSize - 1;
228 span.end = xmax - xmin + 1;
312 const GLint xmax = (GLint) (x + radius);
322 span.end = xmax - xmin + 1;
325 for (ix = xmin; ix <= xmax; ix++) {
410 GLint xmin, xmax, ymin, ymax, ix, iy;
419 xmax = (GLint) (x + iRadius);
427 xmax = xmin + iSize - 1;
435 for (ix = xmin; ix <= xmax; ix++) {