Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c371 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()
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c1393 int yTop = b->mesa_buffer.Height - y - height; in XMesaCopySubBuffer() local
1401 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer()
1402 x, yTop, width, height, False ); in XMesaCopySubBuffer()
1411 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer()
1412 x, yTop, width, height ); in XMesaCopySubBuffer()
1421 x, yTop, width, height, /* source region */ in XMesaCopySubBuffer()
1422 x, yTop /* dest region */ in XMesaCopySubBuffer()