Home
last modified time | relevance | path

Searched refs:yTop (Results 1 – 3 of 3) 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.c1398 int yTop = b->mesa_buffer.Height - y - height; in XMesaCopySubBuffer() local
1406 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer()
1407 x, yTop, width, height, False ); in XMesaCopySubBuffer()
1416 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer()
1417 x, yTop, width, height ); in XMesaCopySubBuffer()
1426 x, yTop, width, height, /* source region */ in XMesaCopySubBuffer()
1427 x, yTop /* dest region */ in XMesaCopySubBuffer()
/external/syzkaller/sys/windows/
Dwindows.txt1610 SetRect(lprc ptr[inout, intptr], xLeft int32, yTop int32, xRight int32, yBottom int32)
1674 DrawIconEx(hdc ptr[inout, intptr], xLeft int32, yTop int32, hIcon ptr[inout, intptr], cxWidth int32…