Home
last modified time | relevance | path

Searched refs:visible_width (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/media/tools/player_x11/
Dx11_video_renderer.cc93 const int visible_width = video_frame->visible_rect().width(); in Paint() local
147 visible_width, visible_height, in Paint()
154 visible_width, visible_height); in Paint()
164 visible_width, visible_height); in Paint()
179 0, 0, visible_width, visible_height); in Paint()
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
DSDL_xbios_sb3.h52 unsigned short visible_width; /* Visible width */ member
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc741 const int visible_width = tab->dragging() ? width() : tab_area_width(); in ShouldTabBeVisible() local
742 if (right_edge > visible_width) in ShouldTabBeVisible()