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

  /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/ImageMagick/coders/
dps.c 213 screen=ScreenOfDisplay(display,visual_info->screen);

Completed in 64 milliseconds