HomeSort by relevance Sort by last modified time
    Searched refs:screen_height (Results 1 - 15 of 15) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.h 46 int screen_height; member in struct:SDL_PrivateVideoData
SDL_wimpvideo.c 219 this->hidden->screen_height = vals[4] + 1;
253 int y = (this->hidden->screen_height - surface->h) / 2;
427 int height = this->hidden->screen_height << this->hidden->yeig;
SDL_riscosmouse.c 273 int t = (this->hidden->screen_height << this->hidden->yeig) - 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 28 video_packet->format().screen_height());
  /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);
85 y_scale_ = (double)screen_height / (y_max - y_min);
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize()
28 self.screen_height -= 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))
131 self.txt = wx.StaticText(self.panel, -1, txt, (0, (self.screen_height / 2) + 50))
  /external/chromium_org/chrome_frame/test/
simulate_input.cc 201 double screen_height = ::GetSystemMetrics(SM_CYSCREEN) - 1; local
203 double location_y = y * (65535.0f / screen_height);
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 276 int screen_height = ::GetSystemMetrics(SM_CYSCREEN) - 1; local
278 LONG pixel_y = static_cast<LONG>(y * (65535.0f / screen_height));
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.h 191 gfx::Rect GetWizardScreenBounds(int screen_width, int screen_height) const;
wizard_controller.cc 592 int screen_height) const {
594 int offset_y = (screen_bounds_.height() - screen_height) / 2;
597 return gfx::Rect(window_x, window_y, screen_width, screen_height);
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 255 int screen_height = ::GetSystemMetrics(SM_CYSCREEN) - 1; local
257 LONG pixel_y = static_cast<LONG>(y * (65535.0f / screen_height));
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 315 int screen_height = display.bounds().height() + overscan.height(); local
322 if ((info.overscan->top + info.overscan->bottom) * 2 > screen_height) {
  /external/chromium_org/remoting/client/
rectangle_update_decoder.cc 70 packet->format().screen_height());
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 375 const int screen_height = gdk_screen_get_height(gdk_screen_get_default()); local
382 std::max(height + kArrowSize + arrow_y - screen_height, 0);

Completed in 2183 milliseconds