Lines Matching refs:yBot
371 GLfloat xLeft, xRight, yBot, yTop; in segment() local
377 yBot = y0 - 3.0F * line->halfWidth; in segment()
381 yBot = y0 - line->halfWidth; in segment()
389 yBot = y1 - 3.0F * line->halfWidth; in segment()
393 yBot = y1 - line->halfWidth; in segment()
403 const GLint iyBot = (GLint) yBot; in segment()
410 yBot += dydx; in segment()
417 GLfloat yBot, yTop, xLeft, xRight; in segment() local
420 yBot = y0 - line->halfWidth; in segment()
432 yBot = y1 - line->halfWidth; in segment()
448 for (iy = (GLint) yBot; iy < iyTop; iy++) { in segment()