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

/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vp8_unittest.cc20 void TestGradient(int screen_width, int screen_height, argument
25 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/ui/base/ozone/evdev/
H A Dtouch_event_converter_ozone.cc81 int screen_width, screen_height; local
82 int sc = sscanf(display, "%dx%d", &screen_width, &screen_height);
84 x_scale_ = (double)screen_width / (x_max - x_min);
/external/chromium/chrome/browser/automation/
H A Dui_controls_win.cc254 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local
256 LONG pixel_x = static_cast<LONG>(x * (65535.0f / screen_width));
/external/chromium_org/chrome/browser/extensions/api/system_display/
H A Ddisplay_info_provider_chromeos.cc314 int screen_width = display.bounds().width() + overscan.width(); local
317 if ((info.overscan->left + info.overscan->right) * 2 > screen_width) {
/external/chromium_org/chrome_frame/test/
H A Dsimulate_input.cc200 double screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local
202 double location_x = x * (65535.0f / screen_width);
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc275 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local
277 LONG pixel_x = static_cast<LONG>(x * (65535.0f / screen_width));
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc104 int screen_width = widget->GetWorkAreaBoundsInScreen().width(); local
105 anchor.set_x(std::min(screen_width - kMinimalAnchorPositionOffset,
/external/chromium/chrome/browser/ui/gtk/
H A Dinfo_bubble_gtk.cc255 int screen_width = gdk_screen_get_width(gdk_screen_get_default()); local
257 bool left_is_onscreen = (arrow_x - kArrowX + width < screen_width);
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller.cc591 gfx::Rect WizardController::GetWizardScreenBounds(int screen_width, argument
593 int offset_x = (screen_bounds_.width() - screen_width) / 2;
597 return gfx::Rect(window_x, window_y, screen_width, screen_height);
/external/chromium_org/chrome/browser/ui/gtk/bubble/
H A Dbubble_gtk.cc374 const int screen_width = gdk_screen_get_width(gdk_screen_get_default()); local
407 std::max(width + arrow_x - kArrowX - screen_width, 0);
/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)
716 screen_width = w.ws_col;
/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 413 milliseconds