HomeSort by relevance Sort by last modified time
    Searched refs:screen_width (Results 1 - 20 of 20) 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
SDL_wimpvideo.c 218 this->hidden->screen_width = vals[3] + 1;
252 int x = (this->hidden->screen_width - surface->w) / 2;
426 int width = this->hidden->screen_width << this->hidden->xeig;
SDL_riscosmouse.c 272 int r = (this->hidden->screen_width << this->hidden->xeig) - 1;
  /external/chromium_org/remoting/codec/
video_decoder_vp8_unittest.cc 20 void TestGradient(int screen_width, int screen_height,
25 webrtc::DesktopSize(screen_width, screen_height),
  /external/chromium_org/remoting/host/
mouse_clamping_filter.cc 27 SkISize screen_size = SkISize::Make(video_packet->format().screen_width(),
  /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/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize()
27 self.screen_width -= 10
39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height))
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
112 width = min(self.width_virtual, self.screen_width)
  /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);