Lines Matching refs:pScrn
9 ScrnInfoPtr pScrn; member
13 void (*SetCursorColors) (ScrnInfoPtr pScrn, int bg, int fg);
14 void (*SetCursorPosition) (ScrnInfoPtr pScrn, int x, int y);
15 void (*LoadCursorImage) (ScrnInfoPtr pScrn, unsigned char *bits);
16 Bool (*LoadCursorImageCheck) (ScrnInfoPtr pScrn, unsigned char *bits);
17 void (*HideCursor) (ScrnInfoPtr pScrn);
18 void (*ShowCursor) (ScrnInfoPtr pScrn);
19 Bool (*ShowCursorCheck) (ScrnInfoPtr pScrn);
39 return infoPtr->LoadCursorImageCheck(infoPtr->pScrn, bits); in xf86DriverLoadCursorImage()
40 infoPtr->LoadCursorImage(infoPtr->pScrn, bits); in xf86DriverLoadCursorImage()
54 return infoPtr->ShowCursorCheck(infoPtr->pScrn); in xf86DriverShowCursor()
55 infoPtr->ShowCursor(infoPtr->pScrn); in xf86DriverShowCursor()
69 return infoPtr->LoadCursorARGBCheck(infoPtr->pScrn, pCursor); in xf86DriverLoadCursorARGB()
70 infoPtr->LoadCursorARGB(infoPtr->pScrn, pCursor); in xf86DriverLoadCursorARGB()