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

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.h 45 int screen_width; member in struct:SDL_PrivateVideoData
  /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/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h 166 unsigned screen_width; /* Logical screen width & height */ member in struct:GIFImageReader
188 screen_width = screen_height = 0;
  /external/ping/
ping.c 128 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;
    [all...]
  /external/iproute2/misc/
ss.c 53 int screen_width; variable
    [all...]

Completed in 5125 milliseconds