Searched refs:scr (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) argument 99 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual) argument 100 #define DefaultGC(dpy, scr) (ScreenOfDisplay(dpy,scr)->default_gc) argument 101 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel) argument 102 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel) argument 105 #define DisplayWidth(dpy, scr) (ScreenOfDisplay(dpy,scr)->width) argument 106 #define DisplayHeight(dpy, scr) (ScreenOfDisplay(dpy,scr)->height) argument 107 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth) argument 108 #define DisplayHeightMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mheight) argument 109 #define DisplayPlanes(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth) argument [all …]
|