Home
last modified time | relevance | path

Searched refs:pInstalledMap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorPriv.h28 ColormapPtr pInstalledMap; member
H A Dxf86CursorRD.c78 ScreenPriv->pInstalledMap = NULL; in xf86InitCursor()
180 ScreenPriv->pInstalledMap = pMap; in xf86CursorInstallColormap()
H A Dxf86HWCurs.c354 ColormapPtr pmap = ScreenPriv->pInstalledMap; in xf86RecolorCursor_locked()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c88 ColormapPtr pInstalledMap; member
329 pScreenPriv->pInstalledMap = NULL; in miSpriteInitialize()
570 pPriv->pInstalledMap = pMap; in miSpriteInstallColormap()
667 if (pScreenPriv->pColormap != pScreenPriv->pInstalledMap || in miSpriteFindColors()
674 pScreenPriv->pColormap = pScreenPriv->pInstalledMap; in miSpriteFindColors()