Home | History | Annotate | Download | only in swrast

Lines Matching defs:x1

44  * \param x0, x1  returned X bounds of zoomed region [x0, x1)
51 GLint *x0, GLint *x1, GLint *y0, GLint *y1)
94 *x1 = c1;
136 GLint x0, x1, y0, y1;
140 &x0, &x1, &y0, &y1)) {
151 zoomedWidth = x1 - x0;
366 GLint x0, x1, y0, y1, y;
370 &x0, &x1, &y0, &y1)) {
374 zoomedWidth = x1 - x0;
411 GLint x0, x1, y0, y1, y;
415 &x0, &x1, &y0, &y1)) {
419 zoomedWidth = x1 - x0;