Lines Matching defs:pPrivate

148     sunScreenPtr pPrivate = sunGetScreenPrivate(cmap->pScreen);
156 if (cmap == pPrivate->installedMap)
158 if (pPrivate->installedMap)
159 WalkTree(pPrivate->installedMap->pScreen, TellLostMap,
160 (void *) &(pPrivate->installedMap->mid));
179 (*pPrivate->GetColormap) (cmap->pScreen, 0, 256, rmap, gmap, bmap);
195 pPrivate->installedMap = cmap;
196 (*pPrivate->UpdateColormap) (cmap->pScreen, 0, 256, rmap, gmap, bmap);
203 sunScreenPtr pPrivate = sunGetScreenPrivate(cmap->pScreen);
204 if (cmap == pPrivate->installedMap) {
223 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
224 *pCmapList = pPrivate->installedMap->mid;
231 sunScreenPtr pPrivate = sunGetScreenPrivate(pmap->pScreen);
236 if (pPrivate->installedMap != NULL && pPrivate->installedMap != pmap)
247 (*pPrivate->UpdateColormap) (pmap->pScreen, i, 1, rmap, gmap, bmap);
255 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
259 origColormap = &pPrivate->origColormap;
263 (*pPrivate->GetColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap);
269 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
273 if (pPrivate->origColormapValid) {
274 origColormap = &pPrivate->origColormap;
278 (*pPrivate->UpdateColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap);
299 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
302 pPrivate->UpdateColormap = CGUpdateColormap;
303 pPrivate->GetColormap = CGGetColormap;
304 pPrivate->RestoreColormap = CGRestoreColormap;
307 pPrivate->origColormapValid = TRUE;
439 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
442 pPrivate->UpdateColormap = CG2UpdateColormap;
443 pPrivate->GetColormap = CG2GetColormap;
444 pPrivate->RestoreColormap = CG2RestoreColormap;
447 pPrivate->origColormapValid = TRUE;