Home
last modified time | relevance | path

Searched refs:DisplayHeight (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/third_party/libmkv/
DEbmlIDs.h131 DisplayHeight = 0x54BA, enumerator
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11modes.c315 *h = DisplayHeight(SDL_Display, SDL_Screen); in get_real_resolution()
538 screen_h = DisplayHeight(SDL_Display, SDL_Screen); in X11_GetVideoModes()
939 screen_h = DisplayHeight(SDL_Display, SDL_Screen); in X11_ResizeFullScreen()
1015 screen_h = DisplayHeight(SDL_Display, SDL_Screen); in X11_EnterFullScreen()
DSDL_x11video.c665 this->info.current_h = DisplayHeight(SDL_Display, SDL_Screen); in X11_VideoInit()
789 *y = (DisplayHeight(SDL_Display, SDL_Screen) - h)/2; in X11_WindowPosition()
/external/chromium_org/remoting/host/
Ddesktop_resizer_linux.cc197 DisplayHeight(display_, DefaultScreen(display_))), in GetCurrentResolution()
/external/chromium_org/ui/display/chromeos/x11/
Dnative_display_delegate_x11.cc246 DisplayHeight(display_, DefaultScreen(display_))); in CreateFrameBuffer()
645 int height = DisplayHeight(display_, DefaultScreen(display_)); in DrawBackground()
/external/chromium_org/ui/aura/
Dwindow_tree_host_x11.cc726 return gfx::Size(DisplayWidth(xdisplay, 0), DisplayHeight(xdisplay, 0)); in GetNativeScreenSize()
/external/mesa3d/src/glx/
Ddri_glx.c415 framebuffer.height = DisplayHeight(dpy, scrn); in CallCreateNewScreen()
/external/chromium_org/third_party/mesa/src/src/glx/
Ddri_glx.c415 framebuffer.height = DisplayHeight(dpy, scrn); in CallCreateNewScreen()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1594 *value = DisplayHeight(xmvis->display, xmvis->visinfo->screen); in get_config()
1600 DisplayHeight(xmvis->display, xmvis->visinfo->screen); in get_config()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1594 *value = DisplayHeight(xmvis->display, xmvis->visinfo->screen); in get_config()
1600 DisplayHeight(xmvis->display, xmvis->visinfo->screen); in get_config()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Dfakeglx.c1792 *value = DisplayHeight(xmvis->display, xmvis->visinfo->screen); in get_config()
1798 DisplayHeight(xmvis->display, xmvis->visinfo->screen); in get_config()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c1792 *value = DisplayHeight(xmvis->display, xmvis->visinfo->screen); in get_config()
1798 DisplayHeight(xmvis->display, xmvis->visinfo->screen); in get_config()
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
DSDL_dgavideo.c364 this->info.current_h = DisplayHeight(DGA_Display, DGA_Screen); in DGA_VideoInit()