Searched refs:YFLIP (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_line.c | 72 y = YFLIP( xrb, (GLint) vert->win[1] ); 80 y = YFLIP( xrb, (GLint) vert->win[1] ); 137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel ); 263 XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel); \ 427 int y0 = YFLIP(xrb, (GLint) vert0->attrib[VARYING_SLOT_POS][1]); in xor_line() 429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[VARYING_SLOT_POS][1]); in xor_line()
|
D | xm_tri.c | 69 GLint x = span.x, y = YFLIP(xrb, span.y); \ 236 GLint x = span.x, y = YFLIP(xrb, span.y); \ 300 GLint x = span.x, y = YFLIP(xrb, span.y); \ 331 GLint x = span.x, y = YFLIP(xrb, span.y); \ 466 GLint x = span.x, y = YFLIP(xrb, span.y); \ 523 GLint x = span.x, y = YFLIP(xrb, span.y); \ 547 GLint x = span.x, y = YFLIP(xrb, span.y); \ 672 GLint x = span.x, y = YFLIP(xrb, span.y); \ 722 GLint x = span.x, y = YFLIP(xrb, span.y); \ 746 GLint x = span.x, y = YFLIP(xrb, span.y); \ [all …]
|
D | xm_dd.c | 233 y = YFLIP(xrb, y); in clear_nbit_ximage() 414 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_8R8G8B() 545 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_5R6G5B() 624 srcy = YFLIP(srcXrb, srcy) - height + 1; in xmesa_CopyPixels() 625 desty = YFLIP(dstXrb, desty) - height + 1; in xmesa_CopyPixels()
|
D | xmesaP.h | 307 #define YFLIP(XRB, Y) ((XRB)->bottom - (Y)) macro
|