Searched refs:mheight (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | Xrandr.c | 85 aevent->mheight = awire->heightInMillimeters; 211 awire->heightInMillimeters = aevent->mheight; 488 dpy->screens[snum].mwidth = scevent->mheight; 489 dpy->screens[snum].mheight = scevent->mwidth; 494 dpy->screens[snum].mheight = scevent->mheight;
|
| H A D | XrrMonitor.c | 120 mon[m].mheight = xmon->heightInMillimeters; 176 req->monitor.heightInMillimeters = monitor->mheight;
|
| H A D | XrrConfig.c | 331 ssp[i].mheight = size.heightInMillimeters;
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| H A D | Xrandr.h | 46 int mwidth, mheight; member in struct:__anondf64a8ae0108 68 int mheight; member in struct:__anondf64a8ae0208 565 int mheight; member in struct:_XRRMonitorInfo
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 100 #define DisplayHeightMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mheight) 132 #define HeightMMOfScreen(s) ((s)->mheight) 258 int mwidth, mheight; /* width and height of in millimeters */ member in struct:__anonf1b122fa0608
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | OpenDis.c | 405 sp->mheight = u.rp->mmHeight;
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr.c | 3651 m->mheight = u->mmheight; 4024 monitors->monitors[m].mheight, 4114 sizes[i].mwidth, sizes[i].mheight); 4213 sce->width, sce->height, sce->mwidth, sce->mheight);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm_main.c | 479 Scr->mm_h = tscr->mheight;
|
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 926 "width %d, height %d, mwidth %d, mheight %d", 927 e->width, e->height, e->mwidth, e->mheight);
|
| /xsrc/external/mit/xrdb/dist/ |
| H A D | xrdb.c | 652 AddNum(defs, "Y_RESOLUTION", Resolution(screen->height, screen->mheight));
|
Completed in 26 milliseconds