Searched refs:CursorInfoPtr (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86CursorPriv.h21 xf86CursorInfoPtr CursorInfoPtr; member in struct:__anon8ffc04960108
H A Dxf86Cursor.c79 ScreenPriv->CursorInfoPtr = infoPtr;
166 if(*width > ScreenPriv->CursorInfoPtr->MaxWidth)
167 *width = ScreenPriv->CursorInfoPtr->MaxWidth;
168 if(*height > ScreenPriv->CursorInfoPtr->MaxHeight)
169 *height = ScreenPriv->CursorInfoPtr->MaxHeight;
302 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr;
H A Dxf86HWCurs.c118 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr;
162 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr;
183 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr;
196 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86CursorPriv.h21 xf86CursorInfoPtr CursorInfoPtr; member in struct:__anon802526a90108
H A Dxf86CursorRD.c76 ScreenPriv->CursorInfoPtr = infoPtr;
164 if (*width > ScreenPriv->CursorInfoPtr->MaxWidth)
165 *width = ScreenPriv->CursorInfoPtr->MaxWidth;
166 if (*height > ScreenPriv->CursorInfoPtr->MaxHeight)
167 *height = ScreenPriv->CursorInfoPtr->MaxHeight;
306 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr;
H A Dxf86HWCurs.c166 if (!xf86ScreenCheckHWCursor(pSlave, cursor, sPriv->CursorInfoPtr)) {
192 infoPtr = ScreenPriv->CursorInfoPtr;
282 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr;
308 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr;
345 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_cursor.c255 pXGI->CursorInfoPtr = infoPtr;
H A Dxgi.h659 xf86CursorInfoPtr CursorInfoPtr; member in struct:__anon348028e20508
H A Dxgi_driver.c5709 if (pXGI->CursorInfoPtr) {
5713 pXGI->CursorInfoPtr->HideCursor(pScrn);
5749 if (pXGI->CursorInfoPtr
5751 pXGI->CursorInfoPtr->HideCursor(pScrn);
5792 if (pXGI->CursorInfoPtr) {
5793 xf86DestroyCursorInfoRec(pXGI->CursorInfoPtr);
5794 pXGI->CursorInfoPtr = NULL;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_utility.c1501 if(pSiS->CursorInfoPtr) {
1504 (pSiS->CursorInfoPtr->HideCursor)(pScrn);
1506 (pSiS->CursorInfoPtr->ShowCursor)(pScrn);
2378 if(pSiS->CursorInfoPtr) {
2381 (pSiS->CursorInfoPtr->HideCursor)(pScrn);
2383 (pSiS->CursorInfoPtr->ShowCursor)(pScrn);
H A Dsis_cursor.c1362 pSiS->CursorInfoPtr = infoPtr;
H A Dsis.h1119 xf86CursorInfoPtr CursorInfoPtr; member in struct:__anon2d7f85d00508
H A Dsis_driver.c9866 if(pSiS->CursorInfoPtr) {
9871 pSiS->CursorInfoPtr->HideCursor(pScrn);
9877 pSiS->CursorInfoPtr->HideCursor(pScrn);
9946 if(pSiS->CursorInfoPtr) {
9951 pSiS->CursorInfoPtr->HideCursor(pScrn);
9957 pSiS->CursorInfoPtr->HideCursor(pScrn);
10038 if(pSiS->CursorInfoPtr) {
10039 xf86DestroyCursorInfoRec(pSiS->CursorInfoPtr);
10040 pSiS->CursorInfoPtr = NULL;

Completed in 80 milliseconds