HomeSort by relevance Sort by last modified time
    Searched defs:screen_width (Results 1 - 13 of 13) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.h 45 int screen_width; member in struct:SDL_PrivateVideoData
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 221 def screen_width method in class:ANTLR3.Main.Main
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 161 def screen_width( out=STDERR ) method in class:Kernel
  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone.cc 81 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_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 314 int screen_width = display.bounds().width() + overscan.width(); local
317 if ((info.overscan->left + info.overscan->right) * 2 > screen_width) {
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 275 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local
277 LONG pixel_x = static_cast<LONG>(x * (65535.0f / screen_width));
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 254 int screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local
256 LONG pixel_x = static_cast<LONG>(x * (65535.0f / screen_width));
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 255 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_org/ash/wm/
app_list_controller.cc 104 int screen_width = widget->GetWorkAreaBoundsInScreen().width(); local
105 anchor.set_x(std::min(screen_width - kMinimalAnchorPositionOffset,
  /external/chromium_org/chrome_frame/test/
simulate_input.cc 200 double screen_width = ::GetSystemMetrics(SM_CXSCREEN) - 1; local
202 double location_x = x * (65535.0f / screen_width);
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 374 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/
ping_common.c 65 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/
ss.c 55 int screen_width; variable
    [all...]

Completed in 477 milliseconds