Home | History | Annotate | Download | only in swrast

Lines Matching defs:yTop

370       GLfloat xLeft, xRight, yBot, yTop;
377 yTop = y0 + line->halfWidth;
381 yTop = y0 + 3.0F * line->halfWidth;
389 yTop = y1 + line->halfWidth;
393 yTop = y1 + 3.0F * line->halfWidth;
400 /*printf("avg span height: %g\n", yTop - yBot);*/
403 const GLint iyTop = (GLint) (yTop + 1.0F);
410 yTop += dydx;
416 GLfloat yBot, yTop, xLeft, xRight;
420 yTop = y1 + line->halfWidth;
432 yTop = y0 + line->halfWidth;
444 iyTop = (GLint) (yTop + 1.0F);