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

  /external/webkit/Source/WebCore/platform/efl/
PlatformScreenEfl.cpp 74 Screen* screen = ScreenOfDisplay(display, def);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 120 #define RootWindow(dpy, scr) (ScreenOfDisplay(dpy,scr)->root)
122 #define DefaultRootWindow(dpy) (ScreenOfDisplay(dpy,DefaultScreen(dpy))->root)
123 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
124 #define DefaultGC(dpy, scr) (ScreenOfDisplay(dpy,scr)->default_gc)
125 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel)
126 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel)
129 #define DisplayWidth(dpy, scr) (ScreenOfDisplay(dpy,scr)->width)
130 #define DisplayHeight(dpy, scr) (ScreenOfDisplay(dpy,scr)->height)
131 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth)
132 #define DisplayHeightMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mheight
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 120 #define RootWindow(dpy, scr) (ScreenOfDisplay(dpy,scr)->root)
122 #define DefaultRootWindow(dpy) (ScreenOfDisplay(dpy,DefaultScreen(dpy))->root)
123 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
124 #define DefaultGC(dpy, scr) (ScreenOfDisplay(dpy,scr)->default_gc)
125 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel)
126 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel)
129 #define DisplayWidth(dpy, scr) (ScreenOfDisplay(dpy,scr)->width)
130 #define DisplayHeight(dpy, scr) (ScreenOfDisplay(dpy,scr)->height)
131 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth)
132 #define DisplayHeightMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mheight
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 120 #define RootWindow(dpy, scr) (ScreenOfDisplay(dpy,scr)->root)
122 #define DefaultRootWindow(dpy) (ScreenOfDisplay(dpy,DefaultScreen(dpy))->root)
123 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
124 #define DefaultGC(dpy, scr) (ScreenOfDisplay(dpy,scr)->default_gc)
125 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel)
126 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel)
129 #define DisplayWidth(dpy, scr) (ScreenOfDisplay(dpy,scr)->width)
130 #define DisplayHeight(dpy, scr) (ScreenOfDisplay(dpy,scr)->height)
131 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth)
132 #define DisplayHeightMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mheight
    [all...]
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 606 x_screen_width = WidthOfScreen( ScreenOfDisplay( x_disp, x_screen ) );
607 x_screen_height = HeightOfScreen( ScreenOfDisplay( x_disp, x_screen ) );
vid_sunxil.cpp 432 x_screen_width = WidthOfScreen( ScreenOfDisplay( x_disp, x_screen ) );
433 x_screen_height = HeightOfScreen( ScreenOfDisplay( x_disp, x_screen ) );
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c     [all...]

Completed in 277 milliseconds