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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 78 display_config.pixel_bounds = NSRectToDesktopRect(ns_pixel_bounds);
80 display_config.pixel_bounds = display_config.bounds;
127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor,
128 desktop_config.displays[0].pixel_bounds.top() * scaling_factor,
129 desktop_config.displays[0].pixel_bounds.right() * scaling_factor,
130 desktop_config.displays[0].pixel_bounds.bottom() * scaling_factor);
131 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
143 desktop_config.pixel_bounds =
144 JoinRects(desktop_config.pixel_bounds, display_config.pixel_bounds);
    [all...]
desktop_configuration.h 34 DesktopRect pixel_bounds; member in struct:webrtc::MacDisplayConfiguration
67 DesktopRect pixel_bounds; member in struct:webrtc::MacDesktopConfiguration
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac_unittest.cc 58 EXPECT_TRUE(!it.IsAtEnd() && it.rect().equals(config.pixel_bounds));
67 int width = config.pixel_bounds.width();
68 int height = config.pixel_bounds.height();
screen_capturer_mac.mm 167 // |pixel_bounds| should be in the primary display's coordinate in physical
169 CGImageRef CreateExcludedWindowRegionImage(const DesktopRect& pixel_bounds,
176 window_bounds.origin.x = pixel_bounds.left() / dip_to_pixel_scale;
177 window_bounds.origin.y = pixel_bounds.top() / dip_to_pixel_scale;
178 window_bounds.size.width = pixel_bounds.width();
179 window_bounds.size.height = pixel_bounds.height();
683 DesktopRect display_bounds = display_config.pixel_bounds;
684 display_bounds.Translate(-desktop_config_.pixel_bounds.left(),
685 -desktop_config_.pixel_bounds.top());
755 DesktopRect display_bounds = display_config.pixel_bounds;
    [all...]
mouse_cursor_monitor_mac.mm 194 if (!config->pixel_bounds.Contains(position))
  /external/chromium_org/ui/gfx/win/
dpi.h 47 GFX_EXPORT Rect ScreenToDIPRect(const Rect& pixel_bounds);
dpi.cc 189 Rect ScreenToDIPRect(const Rect& pixel_bounds) {
192 ScaleRect(pixel_bounds, 1.0f / GetDeviceScaleFactor()));
  /external/chromium_org/remoting/host/
input_injector_mac.cc 252 webrtc::DesktopVector(desktop_config.pixel_bounds.left(),
253 desktop_config.pixel_bounds.top()));
257 std::max(desktop_config.pixel_bounds.left(),
258 std::min(desktop_config.pixel_bounds.right(), mouse_pos_.x())),
259 std::max(desktop_config.pixel_bounds.top(),
260 std::min(desktop_config.pixel_bounds.bottom(), mouse_pos_.y())));
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 139 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds); local
140 message_handler_->Init(parent_hwnd, pixel_bounds);
212 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds); local
213 message_handler_->ShowMaximizedWithBounds(pixel_bounds);
254 gfx::Rect pixel_bounds = message_handler_->GetWindowBoundsInScreen(); local
255 InsetBottomRight(&pixel_bounds, window_enlargement_);
256 return gfx::win::ScreenToDIPRect(pixel_bounds);
260 gfx::Rect pixel_bounds = message_handler_->GetClientAreaBoundsInScreen(); local
261 InsetBottomRight(&pixel_bounds, window_enlargement_);
262 return gfx::win::ScreenToDIPRect(pixel_bounds);
266 gfx::Rect pixel_bounds = message_handler_->GetRestoredBounds(); local
277 gfx::Rect pixel_bounds = gfx::Rect(monitor_info.rcWork); local
    [all...]

Completed in 111 milliseconds