Lines Matching defs:pScreenInfo
155 static void GX2SetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg);
156 static void GX2SetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y);
157 void GX2LoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char *src);
158 void GX2HideCursor(ScrnInfoPtr pScreenInfo);
159 void GX2ShowCursor(ScrnInfoPtr pScreenInfo);
184 ScrnInfoPtr pScreenInfo = xf86Screens[pScreen->myNum];
185 GeodePtr pGeode = GEODEPTR(pScreenInfo);
227 GX2SetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg)
247 GX2SetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y)
251 GeodePtr pGeode = GEODEPTR(pScreenInfo);
299 GX2LoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char *src)
306 GeodePtr pGeode = GEODEPTR(pScreenInfo);
345 GX2HideCursor(ScrnInfoPtr pScreenInfo)
365 GX2ShowCursor(ScrnInfoPtr pScreenInfo)
388 ScrnInfoPtr pScreenInfo = XF86SCRNINFO(pScreen);
390 if (pScreenInfo->currentMode->Flags & V_DBLSCAN)