Home | History | Annotate | Download | only in swrast

Lines Matching refs:ix

327                           int ix, int iy);
371 GLint ix, ixRight;
401 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
407 (*plot)(ctx, line, ix, iy);
450 GLint ix;
452 for (ix = ixLeft; ix < ixRight; ix++) {
453 (*plot)(ctx, line, ix, iy);