Lines Matching refs:index2
965 SetRootWindowBackground(WindowPtr pWin, ScreenPtr pScreen, Mask *index2)
981 *index2 = CWBackPixel;
1007 Mask index2, tmask, vmaskCopy = 0;
1020 index2 = (Mask) lowbit (tmask);
1021 tmask &= ~index2;
1022 switch (index2)
1034 SetRootWindowBackground(pWin, pScreen, &index2);
1051 SetRootWindowBackground(pWin, pScreen, &index2);
1112 index2 = CWBorderPixel;
1436 vmaskCopy |= index2;
2121 Mask index2, tmask;
2174 index2 = (Mask)lowbit (tmask);
2175 tmask &= ~index2;
2176 switch (index2)