Lines Matching refs:pScrni
46 static void GXSetCursorColors(ScrnInfoPtr pScrni, int bg, int fg);
47 static void GXSetCursorPosition(ScrnInfoPtr pScrni, int x, int y);
72 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn);
73 GeodeRec *pGeode = GEODEPTR(pScrni);
116 GXSetCursorColors(ScrnInfoPtr pScrni, int bg, int fg)
137 GXSetCursorPosition(ScrnInfoPtr pScrni, int x, int y)
140 GeodeRec *pGeode = GEODEPTR(pScrni);
146 savex = x + pScrni->frameX0;
147 savey = y + pScrni->frameY0;
160 newY = pScrni->pScreen->width - savex;
164 newX = pScrni->pScreen->width - savex;
165 newY = pScrni->pScreen->height - savey;
169 newX = pScrni->pScreen->height - savey;
174 newX += pScrni->frameX0;
175 newY += pScrni->frameY0;
217 GXLoadCursorImage(ScrnInfoPtr pScrni, unsigned char *src)
221 GeodeRec *pGeode = GEODEPTR(pScrni);
293 GXHideCursor(ScrnInfoPtr pScrni)
313 GXShowCursor(ScrnInfoPtr pScrni)
336 ScrnInfoPtr pScrni = XF86SCRNINFO(pScrn);
337 GeodeRec *pGeode = GEODEPTR(pScrni);