Searched defs:ixRight (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c371 GLint ix, ixRight; local
398 ixRight = (GLint) (xRight + 1.0F);
401 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
449 const GLint ixRight = (GLint) (xRight + 1.0F); local
452 for (ix = ixLeft; ix < ixRight; ix++) {

Completed in 4386 milliseconds