Lines Matching refs:pScreenInfo
30 static void RENDITIONSetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg);
31 static void RENDITIONSetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y);
32 static void RENDITIONHideCursor(ScrnInfoPtr pScreenInfo);
33 static void RENDITIONShowCursor(ScrnInfoPtr pScreenInfo);
34 static void RENDITIONLoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char* src);
41 RenditionHWCursorPreInit (ScrnInfoPtr pScreenInfo)
43 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
64 RenditionHWCursorRelease (ScrnInfoPtr pScreenInfo)
66 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
80 ScrnInfoPtr pScreenInfo = xf86ScreenToScrn(pScreen);
81 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
135 RENDITIONShowCursor(ScrnInfoPtr pScreenInfo)
137 /* renditionPtr pRendition = RENDITIONPTR(pScreenInfo); */
144 verite_enablecursor(pScreenInfo, VERITE_3COLORS,
156 RENDITIONHideCursor(ScrnInfoPtr pScreenInfo)
163 verite_enablecursor(pScreenInfo, VERITE_NOCURSOR, 0);
169 RENDITIONSetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y)
175 verite_movecursor(pScreenInfo, x, y, 1 /* xorigin */, 1 /* yorigin */);
181 RENDITIONSetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg)
187 verite_setcursorcolor(pScreenInfo, bg, fg);
193 RENDITIONLoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char* src)
198 verite_loadcursor(pScreenInfo,