HomeSort by relevance Sort by last modified time
    Searched refs:ScreenOfDisplay (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 99 #define RootWindow(dpy, scr) (ScreenOfDisplay(dpy,scr)->root)
101 #define DefaultRootWindow(dpy) (ScreenOfDisplay(dpy,DefaultScreen(dpy))->root)
102 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
103 #define DefaultGC(dpy, scr) (ScreenOfDisplay(dpy,scr)->default_gc)
104 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel)
105 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel)
108 #define DisplayWidth(dpy, scr) (ScreenOfDisplay(dpy,scr)->width)
109 #define DisplayHeight(dpy, scr) (ScreenOfDisplay(dpy,scr)->height)
110 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth)
111 #define DisplayHeightMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mheight
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
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...]
  /external/libvncserver/x11vnc/
nox11.h 880 #define RootWindow(dpy, scr) (ScreenOfDisplay(dpy,scr)->root)
882 #define DefaultRootWindow(dpy) (ScreenOfDisplay(dpy,DefaultScreen(dpy))->root)
883 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
884 #define DefaultGC(dpy, scr) (ScreenOfDisplay(dpy,scr)->default_gc)
885 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel)
886 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel)
889 #define DisplayWidth(dpy, scr) (ScreenOfDisplay(dpy,scr)->width)
890 #define DisplayHeight(dpy, scr) (ScreenOfDisplay(dpy,scr)->height)
891 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth)
892 #define DisplayHeightMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mheight
    [all...]
8to24.c 142 ncells = CellsOfScreen(ScreenOfDisplay(dpy, scr));
1398 ncells = CellsOfScreen(ScreenOfDisplay(dpy, scr));
    [all...]
xevents.c 1023 ScreenOfDisplay(dpy, 0)), &info);
    [all...]
screen.c 262 ncells = CellsOfScreen(ScreenOfDisplay(dpy, scr));
    [all...]

Completed in 58 milliseconds