Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libmkv/
DEbmlIDs.h130 DisplayWidth = 0x54B0, enumerator
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11modes.c314 *w = DisplayWidth(SDL_Display, SDL_Screen); in get_real_resolution()
537 screen_w = DisplayWidth(SDL_Display, SDL_Screen); in X11_GetVideoModes()
938 screen_w = DisplayWidth(SDL_Display, SDL_Screen); in X11_ResizeFullScreen()
1014 screen_w = DisplayWidth(SDL_Display, SDL_Screen); in X11_EnterFullScreen()
DSDL_x11video.c664 this->info.current_w = DisplayWidth(SDL_Display, SDL_Screen); in X11_VideoInit()
788 *x = (DisplayWidth(SDL_Display, SDL_Screen) - w)/2; in X11_WindowPosition()
/external/chromium_org/remoting/host/
Ddesktop_resizer_linux.cc196 DisplayWidth(display_, DefaultScreen(display_)), in GetCurrentResolution()
/external/chromium_org/ui/display/chromeos/x11/
Dnative_display_delegate_x11.cc245 DisplayWidth(display_, DefaultScreen(display_)), in CreateFrameBuffer()
644 int width = DisplayWidth(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.c414 framebuffer.width = DisplayWidth(dpy, scrn); in CallCreateNewScreen()
/external/chromium_org/third_party/mesa/src/src/glx/
Ddri_glx.c414 framebuffer.width = DisplayWidth(dpy, scrn); in CallCreateNewScreen()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1589 *value = DisplayWidth(xmvis->display, xmvis->visinfo->screen); in get_config()
1599 *value = DisplayWidth(xmvis->display, xmvis->visinfo->screen) * in get_config()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c1589 *value = DisplayWidth(xmvis->display, xmvis->visinfo->screen); in get_config()
1599 *value = DisplayWidth(xmvis->display, xmvis->visinfo->screen) * in get_config()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Dfakeglx.c1787 *value = DisplayWidth(xmvis->display, xmvis->visinfo->screen); in get_config()
1797 *value = DisplayWidth(xmvis->display, xmvis->visinfo->screen) * in get_config()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c1787 *value = DisplayWidth(xmvis->display, xmvis->visinfo->screen); in get_config()
1797 *value = DisplayWidth(xmvis->display, xmvis->visinfo->screen) * in get_config()
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
DSDL_dgavideo.c363 this->info.current_w = DisplayWidth(DGA_Display, DGA_Screen); in DGA_VideoInit()