Lines Matching refs:pScreenPriv
105 *pmaps = pScreenPriv->pcmapInstalled->mid; in winListInstalledColormaps()
117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap()
137 pScreenPriv->pcmapInstalled = pColormap; in winInstallColormap()
141 if (!((*pScreenPriv->pwinInstallColormap) (pColormap))) { in winInstallColormap()
150 pScreenPriv->pcmapInstalled = pColormap; in winInstallColormap()
158 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winUninstallColormap()
171 pScreenPriv->pcmapInstalled = NULL; in winUninstallColormap()
226 if (!((pScreenPriv->pwinStoreColors) (pmap, ndef, pdefs))) { in winStoreColors()
286 if (!((*pScreenPriv->pwinCreateColormap) (pmap))) { in winCreateColormap()
303 if (!((*pScreenPriv->pwinDestroyColormap) (pColormap))) { in winDestroyColormap()
334 uiColorsRetrieved = GetDIBColorTable(pScreenPriv->hdcScreen, in winGetPaletteDIB()
347 if (SetDIBColorTable(pScreenPriv->hdcShadow, in winGetPaletteDIB()
490 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateDefColormap()
492 VisualPtr pVisual = pScreenPriv->pRootVisual; in winCreateDefColormap()