/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/host/ |
mouse_clamping_filter.cc | 29 video_packet->format().screen_height());
|
/external/chromium_org/remoting/codec/ |
video_decoder_vpx_unittest.cc | 24 void TestGradient(int screen_width, int screen_height, 29 webrtc::DesktopSize(screen_width, screen_height),
|
/external/chromium_org/ui/events/ozone/evdev/ |
touch_event_converter.cc | 84 int screen_width, screen_height; local 85 int sc = sscanf(display, "%dx%d", &screen_width, &screen_height); 88 y_scale_ = (double)screen_height / (y_max - y_min); 90 y_max_ = screen_height - 1;
|
/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 | 271 int screen_height = ::GetSystemMetrics(SM_CYSCREEN) - 1; local 273 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 | 257 int screen_height = display.bounds().height() + overscan.height(); local 264 if ((info.overscan->top + info.overscan->bottom) * 2 > 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);
|
/external/chromium_org/remoting/client/ |
rectangle_update_decoder.cc | 131 packet->format().screen_height());
|