Searched defs:screen_width (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx_unittest.cc26 void TestGradient(int screen_width, int screen_height, argument
31 webrtc::DesktopSize(screen_width, screen_height),
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.h45 int screen_width; member in struct:SDL_PrivateVideoData
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb221 def screen_width method in class:ANTLR3.Main.Main
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb161 def screen_width( out=STDERR ) method in class:Kernel
/external/chromium_org/athena/wm/
H A Dbezel_controller.cc54 int screen_width = GetDisplay(window).bounds().width(); local
59 if (point_in_screen.x() > screen_width - kBezelWidth)
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos.cc255 int screen_width = display.bounds().width() + overscan.width(); local
258 if ((info.overscan->left + info.overscan->right) * 2 > screen_width) {
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc272 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local
274 LONG pixel_x = static_cast<LONG>(screen_x * (65535.0f / screen_width));
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc101 int screen_width = widget->GetWorkAreaBoundsInScreen().width(); local
103 std::min(screen_width - kMinimalAnchorPositionOffset - anchor.x(),
/external/iputils/
H A Dping_common.c65 static int screen_width = INT_MAX; variable
524 if ((preload < screen_width && pipesize < screen_width) ||
525 in_flight() < screen_width)
721 screen_width = w.ws_col;
/external/lldb/tools/driver/
H A DDriver.cpp219 uint32_t screen_width = 80; local
336 OutputFormattedUsageText (out, indent_level, option_table[i].usage_text, screen_width);
/external/iproute2/misc/
H A Dss.c55 int screen_width; variable
2987 screen_width = 80;
2993 screen_width = w.ws_col;
2997 addrp_width = screen_width;

Completed in 133 milliseconds