Home | History | Annotate | Download | only in swrast

Lines Matching defs:xLeft

370       GLfloat xLeft, xRight, yBot, yTop;
373 xLeft = x0 - line->halfWidth;
385 xLeft = x1 - line->halfWidth;
401 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
416 GLfloat yBot, yTop, xLeft, xRight;
422 xLeft = x0 - 3.0F * line->halfWidth;
426 xLeft = x0 - line->halfWidth;
434 xLeft = x1 - 3.0F * line->halfWidth;
438 xLeft = x1 - line->halfWidth;
446 /*printf("avg span width: %g\n", xRight - xLeft);*/
448 const GLint ixLeft = (GLint) xLeft;
455 xLeft += dxdy;