Home | History | Annotate | Download | only in swrast

Lines Matching full:ybot

370       GLfloat xLeft, xRight, yBot, yTop;
376 yBot = y0 - 3.0F * line->halfWidth;
380 yBot = y0 - line->halfWidth;
388 yBot = y1 - 3.0F * line->halfWidth;
392 yBot = y1 - line->halfWidth;
400 /*printf("avg span height: %g\n", yTop - yBot);*/
402 const GLint iyBot = (GLint) yBot;
409 yBot += dydx;
416 GLfloat yBot, yTop, xLeft, xRight;
419 yBot = y0 - line->halfWidth;
431 yBot = y1 - line->halfWidth;
447 for (iy = (GLint) yBot; iy < iyTop; iy++) {