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

/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/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/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageReader.h166 unsigned screen_width; /* Logical screen width & height */ member in struct:GIFImageReader
188 screen_width = screen_height = 0;
/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/ping/
H A Dping.c128 static int screen_width = INT_MAX; variable
396 if ((preload < screen_width && pipesize < screen_width) ||
397 in_flight() < screen_width)
568 screen_width = w.ws_col;
/external/iproute2/misc/
H A Dss.c53 int screen_width; variable
2794 screen_width = 80;
2800 screen_width = w.ws_col;
2804 addrp_width = screen_width;

Completed in 364 milliseconds