Lines Matching refs:xLeft
372 GLfloat xLeft, xRight, yBot, yTop;
375 xLeft = x0 - line->halfWidth;
387 xLeft = x1 - line->halfWidth;
403 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
418 GLfloat yBot, yTop, xLeft, xRight;
424 xLeft = x0 - 3.0F * line->halfWidth;
428 xLeft = x0 - line->halfWidth;
436 xLeft = x1 - 3.0F * line->halfWidth;
440 xLeft = x1 - line->halfWidth;
448 /*printf("avg span width: %g\n", xRight - xLeft);*/
450 const GLint ixLeft = (GLint) xLeft;
457 xLeft += dxdy;