Searched refs:DisplayHeight (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/third_party/libmkv/ |
D | EbmlIDs.h | 131 DisplayHeight = 0x54BA, enumerator
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11modes.c | 315 *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()
|
D | SDL_x11video.c | 665 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/ |
D | desktop_resizer_linux.cc | 197 DisplayHeight(display_, DefaultScreen(display_))), in GetCurrentResolution()
|
/external/chromium_org/ui/display/chromeos/x11/ |
D | native_display_delegate_x11.cc | 246 DisplayHeight(display_, DefaultScreen(display_))); in CreateFrameBuffer() 645 int height = DisplayHeight(display_, DefaultScreen(display_)); in DrawBackground()
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_x11.cc | 726 return gfx::Size(DisplayWidth(xdisplay, 0), DisplayHeight(xdisplay, 0)); in GetNativeScreenSize()
|
/external/mesa3d/src/glx/ |
D | dri_glx.c | 415 framebuffer.height = DisplayHeight(dpy, scrn); in CallCreateNewScreen()
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | dri_glx.c | 415 framebuffer.height = DisplayHeight(dpy, scrn); in CallCreateNewScreen()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 1594 *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/ |
D | glx_api.c | 1594 *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/ |
D | fakeglx.c | 1792 *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/ |
D | fakeglx.c | 1792 *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/ |
D | SDL_dgavideo.c | 364 this->info.current_h = DisplayHeight(DGA_Display, DGA_Screen); in DGA_VideoInit()
|