Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c370 GLfloat xLeft, xRight, yBot, yTop; in segment() local
377 yTop = y0 + line->halfWidth; in segment()
381 yTop = y0 + 3.0F * line->halfWidth; in segment()
389 yTop = y1 + line->halfWidth; in segment()
393 yTop = y1 + 3.0F * line->halfWidth; in segment()
403 const GLint iyTop = (GLint) (yTop + 1.0F); in segment()
410 yTop += dydx; in segment()
416 GLfloat yBot, yTop, xLeft, xRight; in segment() local
420 yTop = y1 + line->halfWidth; in segment()
432 yTop = y0 + line->halfWidth; in segment()
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c1396 int yTop = b->mesa_buffer.Height - y - height; in XMesaCopySubBuffer() local
1404 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer()
1405 x, yTop, width, height, False ); in XMesaCopySubBuffer()
1414 b->backxrb->ximage, x, yTop, in XMesaCopySubBuffer()
1415 x, yTop, width, height ); in XMesaCopySubBuffer()
1424 x, yTop, width, height, /* source region */ in XMesaCopySubBuffer()
1425 x, yTop /* dest region */ in XMesaCopySubBuffer()
/external/opencv3/3rdparty/include/dshow/
Ddsound.h965 …3DVALUE xFront, D3DVALUE yFront, D3DVALUE zFront, D3DVALUE xTop, D3DVALUE yTop, D3DVALUE zTop, DWO… in DECLARE_INTERFACE_()