Lines Matching defs:xLeft
371 GLfloat xLeft, xRight, yBot, yTop;
374 xLeft = x0 - line->halfWidth;
386 xLeft = x1 - line->halfWidth;
402 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
417 GLfloat yBot, yTop, xLeft, xRight;
423 xLeft = x0 - 3.0F * line->halfWidth;
427 xLeft = x0 - line->halfWidth;
435 xLeft = x1 - 3.0F * line->halfWidth;
439 xLeft = x1 - line->halfWidth;
447 /*printf("avg span width: %g\n", xRight - xLeft);*/
449 const GLint ixLeft = (GLint) xLeft;
456 xLeft += dxdy;