Lines Matching refs:yTop
371 GLfloat xLeft, xRight, yBot, yTop; in segment() local
378 yTop = y0 + line->halfWidth; in segment()
382 yTop = y0 + 3.0F * line->halfWidth; in segment()
390 yTop = y1 + line->halfWidth; in segment()
394 yTop = y1 + 3.0F * line->halfWidth; in segment()
404 const GLint iyTop = (GLint) (yTop + 1.0F); in segment()
411 yTop += dydx; in segment()
417 GLfloat yBot, yTop, xLeft, xRight; in segment() local
421 yTop = y1 + line->halfWidth; in segment()
433 yTop = y0 + line->halfWidth; in segment()
445 iyTop = (GLint) (yTop + 1.0F); in segment()