Searched refs:CursorXY (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_cursor.c57 pCg6->thc->thc_cursxy = pCg6->CursorXY;
75 pCg6->CursorXY = ((x & 0xffff) << 16) | (y & 0xffff);
77 pCg6->thc->thc_cursxy = pCg6->CursorXY;
100 pCg6->CursorXY = 0;
H A Dcg6.h77 unsigned int CursorXY; member in struct:__anon7bb66a280308
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_cursor.c68 pTcx->thc->thc_cursxy = pTcx->CursorXY;
107 pTcx->CursorXY = ((x & 0xffff) << 16) | (y & 0xffff);
109 pTcx->thc->thc_cursxy = pTcx->CursorXY;
132 pTcx->CursorXY = 0;
H A Dtcx.h67 unsigned int CursorXY; member in struct:__anon26ad72260108
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz.h74 unsigned int CursorXY; member in struct:__anon1e1df6b40308

Completed in 5 milliseconds