Lines Matching refs:yBot
370 GLfloat xLeft, xRight, yBot, yTop; in segment() local
376 yBot = y0 - 3.0F * line->halfWidth; in segment()
380 yBot = y0 - line->halfWidth; in segment()
388 yBot = y1 - 3.0F * line->halfWidth; in segment()
392 yBot = y1 - line->halfWidth; in segment()
402 const GLint iyBot = (GLint) yBot; in segment()
409 yBot += dydx; in segment()
416 GLfloat yBot, yTop, xLeft, xRight; in segment() local
419 yBot = y0 - line->halfWidth; in segment()
431 yBot = y1 - line->halfWidth; in segment()
447 for (iy = (GLint) yBot; iy < iyTop; iy++) { in segment()