Lines Matching refs:yTop
372 GLfloat xLeft, xRight, yBot, yTop; in segment() local
379 yTop = y0 + line->halfWidth; in segment()
383 yTop = y0 + 3.0F * line->halfWidth; in segment()
391 yTop = y1 + line->halfWidth; in segment()
395 yTop = y1 + 3.0F * line->halfWidth; in segment()
405 const GLint iyTop = (GLint) (yTop + 1.0F); in segment()
412 yTop += dydx; in segment()
418 GLfloat yBot, yTop, xLeft, xRight; in segment() local
422 yTop = y1 + line->halfWidth; in segment()
434 yTop = y0 + line->halfWidth; in segment()
446 iyTop = (GLint) (yTop + 1.0F); in segment()