Lines Matching defs:yBot
372 GLfloat xLeft, xRight, yBot, yTop;
378 yBot = y0 - 3.0F * line->halfWidth;
382 yBot = y0 - line->halfWidth;
390 yBot = y1 - 3.0F * line->halfWidth;
394 yBot = y1 - line->halfWidth;
402 /*printf("avg span height: %g\n", yTop - yBot);*/
404 const GLint iyBot = (GLint) yBot;
411 yBot += dydx;
418 GLfloat yBot, yTop, xLeft, xRight;
421 yBot = y0 - line->halfWidth;
433 yBot = y1 - line->halfWidth;
449 for (iy = (GLint) yBot; iy < iyTop; iy++) {