Lines Matching refs:index2
1128 SetRootWindowBackground(WindowPtr pWin, ScreenPtr pScreen, Mask *index2)
1144 *index2 = CWBackPixel;
1170 Mask index2, tmask, vmaskCopy = 0;
1183 index2 = (Mask) lowbit(tmask);
1184 tmask &= ~index2;
1185 switch (index2) {
1195 SetRootWindowBackground(pWin, pScreen, &index2);
1210 SetRootWindowBackground(pWin, pScreen, &index2);
1265 index2 = CWBorderPixel;
1567 vmaskCopy |= index2;
2196 Mask index2, tmask;
2241 index2 = (Mask) lowbit(tmask);
2242 tmask &= ~index2;
2243 switch (index2) {