Lines Matching defs:scrnNum
675 static void dmxBECreateScratchGCs(int scrnNum)
677 ScreenPtr pScreen = screenInfo.screens[scrnNum];
858 int scrnNum = (uintptr_t)n;
859 ScreenPtr pScreen = screenInfo.screens[scrnNum];
865 if (pPix->drawable.pScreen->myNum == scrnNum) {
871 if (pGC->pScreen->myNum == scrnNum) {
895 if (pCmap->pScreen->myNum == scrnNum)
1062 int scrnNum = (uintptr_t)n;
1064 if (pDraw->pScreen->myNum != scrnNum) {
1084 int scrnNum = (uintptr_t)n;
1086 DMXScreenInfo *dmxScreen = &dmxScreens[scrnNum];
1097 if (glyphPriv->glyphSets[scrnNum]) {
1103 if ((beret = dmxBECreateGlyphSet(scrnNum, glyphSet)) != Success) {
1154 XRenderAddGlyphs(dmxScreen->beDisplay, glyphPriv->glyphSets[scrnNum],
1169 CARD32 scrnNum = idx;
1311 return dmxConfigureScreenWindows(1, &scrnNum, attr, NULL);
1458 int scrnNum = (uintptr_t)n;
1459 ScreenPtr pScreen = screenInfo.screens[scrnNum];
1465 if (pPix->drawable.pScreen->myNum == scrnNum) {
1471 if (pGC->pScreen->myNum == scrnNum)
1479 if (pCmap->pScreen->myNum == scrnNum)
1483 if (pPict->pDrawable->pScreen->myNum == scrnNum) {
1500 static void dmxBEDestroyScratchGCs(int scrnNum)
1502 ScreenPtr pScreen = screenInfo.screens[scrnNum];