Searched refs:pcmapInstalled (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincmap.c105 *pmaps = pScreenPriv->pcmapInstalled->mid;
117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled;
137 pScreenPriv->pcmapInstalled = pColormap;
150 pScreenPriv->pcmapInstalled = pColormap;
158 ColormapPtr curpmap = pScreenPriv->pcmapInstalled;
171 pScreenPriv->pcmapInstalled = NULL;
H A Dwinshadgdi.c764 if (pScreenPriv->pcmapInstalled != NULL) {
765 pCmapPriv = winGetCmapPriv(pScreenPriv->pcmapInstalled);
1010 if (pScreenPriv->pcmapInstalled == NULL) {
1018 pCmapPriv = winGetCmapPriv(pScreenPriv->pcmapInstalled);
1083 pScreenPriv->pcmapInstalled = pColormap;
1103 ColormapPtr curpmap = pScreenPriv->pcmapInstalled;
1138 pScreenPriv->pcmapInstalled = pColormap;
1232 pScreenPriv->pcmapInstalled = NULL;
H A Dwinshadddnl.c1056 pScreenPriv->pcmapInstalled = pColormap;
1072 ColormapPtr curpmap = pScreenPriv->pcmapInstalled;
1167 pScreenPriv->pcmapInstalled = NULL;
H A Dwin.h443 ColormapPtr pcmapInstalled; member in struct:_winPrivScreenRec
H A Dwinwndproc.c678 || s_pScreenPriv->pcmapInstalled == NULL
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincmap.c108 *pmaps = pScreenPriv->pcmapInstalled->mid;
120 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled;
142 pScreenPriv->pcmapInstalled = pColormap;
155 pScreenPriv->pcmapInstalled = pColormap;
164 ColormapPtr curpmap = pScreenPriv->pcmapInstalled;
178 pScreenPriv->pcmapInstalled = NULL;
H A Dwinshadgdi.c829 if (pScreenPriv->pcmapInstalled != NULL)
831 pCmapPriv = winGetCmapPriv (pScreenPriv->pcmapInstalled);
951 if (pScreenPriv->pcmapInstalled == NULL)
960 pCmapPriv = winGetCmapPriv (pScreenPriv->pcmapInstalled);
1034 pScreenPriv->pcmapInstalled = pColormap;
1058 ColormapPtr curpmap = pScreenPriv->pcmapInstalled;
1099 pScreenPriv->pcmapInstalled = pColormap;
1199 pScreenPriv->pcmapInstalled = NULL;
H A Dwinshaddd.c1192 pScreenPriv->pcmapInstalled = pColormap;
1210 ColormapPtr curpmap = pScreenPriv->pcmapInstalled;
1312 pScreenPriv->pcmapInstalled = NULL;
H A Dwinshadddnl.c1223 pScreenPriv->pcmapInstalled = pColormap;
1241 ColormapPtr curpmap = pScreenPriv->pcmapInstalled;
1342 pScreenPriv->pcmapInstalled = NULL;
H A Dwinwndproc.c732 || s_pScreenPriv->pcmapInstalled == NULL
H A Dwin.h493 ColormapPtr pcmapInstalled; member in struct:_winPrivScreenRec

Completed in 22 milliseconds