Searched refs:nScrn (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xcms/ | ||
| H A D | cmsInt.c | 176 int nScrn = ScreenCount(dpy); 180 if (nScrn <= 0) { 188 if (!(ccc = Xcalloc((unsigned)nScrn, sizeof(XcmsCCCRec)))) { 194 for (i = 0; i < nScrn; i++, ccc++) { 238 int nScrn = ScreenCount(dpy); 248 for (i = nScrn; i--; ccc++) { 175 int nScrn = ScreenCount(dpy); local in function:_XcmsInitDefaultCCCs 236 int nScrn = ScreenCount(dpy); local in function:_XcmsFreeDefaultCCCs |
| H A D | cmsCmap.c | 80 int nScrn; 107 nScrn = ScreenCount(dpy); 108 for (i = 0; i < nScrn; i++) { 147 for (i = 0; i < nScrn; i++) { 445 int nScrn = ScreenCount(dpy); 460 if (nScrn == 1) { 474 for (i = 0; i < nScrn; i++) { 79 int nScrn; local in function:CmapRecForColormap 439 int nScrn = ScreenCount(dpy); local in function:XcmsCCCOfColormap |
Completed in 4 milliseconds