Lines Matching defs:pScreenInfo
155 static void GX1SetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg);
156 static void GX1SetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y);
157 void GX1LoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char *src);
158 void GX1HideCursor(ScrnInfoPtr pScreenInfo);
159 void GX1ShowCursor(ScrnInfoPtr pScreenInfo);
183 ScrnInfoPtr pScreenInfo = xf86Screens[pScreen->myNum];
184 GeodePtr pGeode = GEODEPTR(pScreenInfo);
226 GX1SetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg)
246 GX1SetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y)
250 GeodePtr pGeode = GEODEPTR(pScreenInfo);
302 GX1LoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char *src)
309 GeodePtr pGeode = GEODEPTR(pScreenInfo);
348 GX1HideCursor(ScrnInfoPtr pScreenInfo)
368 GX1ShowCursor(ScrnInfoPtr pScreenInfo)
391 ScrnInfoPtr pScreenInfo = XF86SCRNINFO(pScreen);
393 if (pScreenInfo->currentMode->Flags & V_DBLSCAN)