Searched refs:scrno (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xrdb/dist/ |
| H A D | xrdb.c | 151 static void Process(int scrno, Bool doScreen, Bool execute); 153 static void ReProcess(int scrno, Bool doScreen); 637 DoScreenDefines(Display *display, int scrno, String *defs) argument 644 screen = ScreenOfDisplay(display, scrno); 646 vinfo.screen = scrno; 648 AddNum(defs, "SCREEN_NUM", scrno); 653 AddNum(defs, "PLANES", DisplayPlanes(display, scrno)); 1268 Process(int scrno, Bool doScreen, Bool execute) argument 1280 DoScreenDefines(dpy, scrno, &defines); 1283 xdefs = XScreenResourceString(ScreenOfDisplay(dpy, scrno)); 1526 ReProcess(int scrno,Bool doScreen) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | glyph.c | 93 int scrno = pScreen->myNum; local in function:GlyphUninit 105 if (GlyphPicture(glyph)[scrno]) 107 FreePicture ((pointer) GlyphPicture (glyph)[scrno], 0); 108 GlyphPicture(glyph)[scrno] = NULL;
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Initialize.c | 485 int scrno; local in function:XtScreenDatabase 504 scrno = DefaultScreen(dpy); 508 scrno = XScreenNumberOfScreen(screen); 512 if ((db = pd->per_screen_db[scrno])) { 562 pd->per_screen_db[scrno] = db;
|
Completed in 6 milliseconds