Home
last modified time | relevance | path

Searched refs:yTop (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c372 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()
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c1397 int yTop = b->mesa_buffer.Height - y - height; in XMesaCopySubBuffer() local
1405 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer()
1406 x, yTop, width, height, False ); in XMesaCopySubBuffer()
1415 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer()
1416 x, yTop, width, height ); in XMesaCopySubBuffer()
1425 x, yTop, width, height, /* source region */ in XMesaCopySubBuffer()
1426 x, yTop /* dest region */ in XMesaCopySubBuffer()