Searched refs:CursorShiftX (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_cursor.c51 x = pFfb->CursorShiftX;
79 int CursorShiftX = 0, CursorShiftY = 0; local in function:FFBSetCursorPosition
82 CursorShiftX = -x;
84 if (CursorShiftX > 64)
85 CursorShiftX = 64;
93 if ((CursorShiftX != pFfb->CursorShiftX ||
96 pFfb->CursorShiftX = CursorShiftX;
120 pFfb->CursorShiftX
[all...]
H A Dffb.h204 unsigned char CursorShiftX, CursorShiftY; member in struct:__anoncc77e9840308
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_cursor.c47 x = pLeo->CursorShiftX;
86 int CursorShiftX = 0, CursorShiftY = 0; local in function:LeoSetCursorPosition
89 CursorShiftX = -x;
91 if (CursorShiftX > 32)
92 CursorShiftX = 32;
101 if ((CursorShiftX != pLeo->CursorShiftX ||
104 pLeo->CursorShiftX = CursorShiftX;
133 pLeo->CursorShiftX
[all...]
H A Dleo.h82 unsigned char CursorShiftX, CursorShiftY; member in struct:__anon6d41fea80308
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_cursor.c47 x = pTcx->CursorShiftX;
85 int CursorShiftX = 0, CursorShiftY = 0; local in function:TCXSetCursorPosition
88 CursorShiftX = -x;
90 if (CursorShiftX > 32)
91 CursorShiftX = 32;
99 if ((CursorShiftX != pTcx->CursorShiftX ||
102 pTcx->CursorShiftX = CursorShiftX;
135 pTcx->CursorShiftX
[all...]
H A Dtcx.h70 unsigned char CursorShiftX, CursorShiftY; member in struct:__anon26ad72260108

Completed in 4 milliseconds