Home
last modified time | relevance | path

Searched refs:pcmapInstalled (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c105 *pmaps = pScreenPriv->pcmapInstalled->mid; in winListInstalledColormaps()
117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap()
137 pScreenPriv->pcmapInstalled = pColormap; in winInstallColormap()
150 pScreenPriv->pcmapInstalled = pColormap; in winInstallColormap()
158 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winUninstallColormap()
171 pScreenPriv->pcmapInstalled = NULL; in winUninstallColormap()
H A Dwinshadgdi.c755 if (pScreenPriv->pcmapInstalled != NULL) { in winBltExposedRegionsShadowGDI()
756 pCmapPriv = winGetCmapPriv(pScreenPriv->pcmapInstalled); in winBltExposedRegionsShadowGDI()
860 if (pScreenPriv->pcmapInstalled == NULL) { in winRealizeInstalledPaletteShadowGDI()
868 pCmapPriv = winGetCmapPriv(pScreenPriv->pcmapInstalled); in winRealizeInstalledPaletteShadowGDI()
933 pScreenPriv->pcmapInstalled = pColormap; in winInstallColormapShadowGDI()
953 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winStoreColorsShadowGDI()
988 pScreenPriv->pcmapInstalled = pColormap; in winStoreColorsShadowGDI()
1082 pScreenPriv->pcmapInstalled = NULL; in winDestroyColormapShadowGDI()
H A Dwinshadddnl.c1056 pScreenPriv->pcmapInstalled = pColormap; in winInstallColormapShadowDDNL()
1072 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winStoreColorsShadowDDNL()
1167 pScreenPriv->pcmapInstalled = NULL; in winDestroyColormapShadowDDNL()
H A Dwin.h443 ColormapPtr pcmapInstalled; member
H A Dwinwndproc.c693 || s_pScreenPriv->pcmapInstalled == NULL in winWindowProc()