Lines Matching refs:yBot
372 GLfloat xLeft, xRight, yBot, yTop; in segment() local
378 yBot = y0 - 3.0F * line->halfWidth; in segment()
382 yBot = y0 - line->halfWidth; in segment()
390 yBot = y1 - 3.0F * line->halfWidth; in segment()
394 yBot = y1 - line->halfWidth; in segment()
404 const GLint iyBot = (GLint) yBot; in segment()
411 yBot += dydx; in segment()
418 GLfloat yBot, yTop, xLeft, xRight; in segment() local
421 yBot = y0 - line->halfWidth; in segment()
433 yBot = y1 - line->halfWidth; in segment()
449 for (iy = (GLint) yBot; iy < iyTop; iy++) { in segment()