Searched refs:ScreenOfDisplay (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xlib.h | 96 #define RootWindow(dpy, scr) (ScreenOfDisplay(dpy,scr)->root) 98 #define DefaultRootWindow(dpy) (ScreenOfDisplay(dpy,DefaultScreen(dpy))->root) 99 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual) 100 #define DefaultGC(dpy, scr) (ScreenOfDisplay(dpy,scr)->default_gc) 101 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel) 102 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel) 105 #define DisplayWidth(dpy, scr) (ScreenOfDisplay(dpy,scr)->width) 106 #define DisplayHeight(dpy, scr) (ScreenOfDisplay(dpy,scr)->height) 107 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth) 108 #define DisplayHeightMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mheight) [all …]
|