| /xsrc/external/mit/libXrandr/dist/src/ |
| Xrandr.c | 84 aevent->mwidth = awire->widthInMillimeters; 210 awire->widthInMillimeters = aevent->mwidth; 488 dpy->screens[snum].mwidth = scevent->mheight; 489 dpy->screens[snum].mheight = scevent->mwidth; 493 dpy->screens[snum].mwidth = scevent->mwidth;
|
| XrrMonitor.c | 119 mon[m].mwidth = xmon->widthInMillimeters; 175 req->monitor.widthInMillimeters = monitor->mwidth;
|
| XrrConfig.c | 330 ssp[i].mwidth = size.widthInMillimeters;
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| Xrandr.h | 46 int mwidth, mheight; member in struct:__anon5958 67 int mwidth; member in struct:__anon5959 564 int mwidth; member in struct:_XRRMonitorInfo
|
| /xsrc/external/mit/ctwm/dist/ |
| icons.c | 969 int width, twidth, mwidth, len, x; local 993 mwidth = width - 2 * (Scr->IconManagerShadowDepth + ICON_MGR_IBORDER); 1000 while((len > 0) && (twidth > mwidth)) { 1009 x + ((mwidth - twidth) / 2) +
|
| win_decorations.c | 1221 int width, mwidth, len; local 1236 mwidth = tmp_win->title_width - Scr->TBInfo.titlex - 1239 while((len > 0) && (width > mwidth)) {
|
| ctwm_main.c | 478 Scr->mm_w = tscr->mwidth;
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| Xlib.h | 99 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth) 131 #define WidthMMOfScreen(s) ((s)->mwidth) 258 int mwidth, mheight; /* width and height of in millimeters */ member in struct:__anon5562
|
| /xsrc/external/mit/libX11/dist/src/ |
| OpenDis.c | 404 sp->mwidth = u.rp->mmWidth;
|
| /xsrc/external/mit/xrandr/dist/ |
| xrandr.c | 3650 m->mwidth = u->mmwidth; 4022 monitors->monitors[m].mwidth, 4114 sizes[i].mwidth, sizes[i].mheight); 4213 sce->width, sce->height, sce->mwidth, sce->mheight);
|
| /xsrc/external/mit/xev/dist/ |
| 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/ |
| xrdb.c | 651 AddNum(defs, "X_RESOLUTION", Resolution(screen->width, screen->mwidth));
|