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