Lines Matching refs:pPrivate

148     sunScreenPtr pPrivate = sunGetScreenPrivate(cmap->pScreen);
156 if (cmap == pPrivate->installedMap)
158 if (pPrivate->installedMap)
159 WalkTree(pPrivate->installedMap->pScreen, TellLostMap,
160 (pointer) &(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) {
222 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
223 *pCmapList = pPrivate->installedMap->mid;
230 sunScreenPtr pPrivate = sunGetScreenPrivate(pmap->pScreen);
235 if (pPrivate->installedMap != NULL && pPrivate->installedMap != pmap)
246 (*pPrivate->UpdateColormap) (pmap->pScreen, i, 1, rmap, gmap, bmap);
254 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
258 origColormap = &pPrivate->origColormap;
262 (*pPrivate->GetColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap);
268 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
272 if (pPrivate->origColormapValid) {
273 origColormap = &pPrivate->origColormap;
277 (*pPrivate->UpdateColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap);
298 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
301 pPrivate->UpdateColormap = CGUpdateColormap;
302 pPrivate->GetColormap = CGGetColormap;
303 pPrivate->RestoreColormap = CGRestoreColormap;
306 pPrivate->origColormapValid = TRUE;
436 sunScreenPtr pPrivate = sunGetScreenPrivate(pScreen);
439 pPrivate->UpdateColormap = CG2UpdateColormap;
440 pPrivate->GetColormap = CG2GetColormap;
441 pPrivate->RestoreColormap = CG2RestoreColormap;
444 pPrivate->origColormapValid = TRUE;