Lines Matching refs:xmax
187 GLint xmin, xmax, ymin, ymax, iy;
197 xmax = (GLint) (x + iRadius);
205 xmax = xmin + iSize - 1;
221 span.end = xmax - xmin + 1;
305 const GLint xmax = (GLint) (x + radius);
315 span.end = xmax - xmin + 1;
318 for (ix = xmin; ix <= xmax; ix++) {
403 GLint xmin, xmax, ymin, ymax, ix, iy;
412 xmax = (GLint) (x + iRadius);
420 xmax = xmin + iSize - 1;
428 for (ix = xmin; ix <= xmax; ix++) {