Home | History | Annotate | Download | only in desktop_capture

Lines Matching refs:pixel_bounds

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;
775 excluded_window_bounds.IntersectWith(display_config.pixel_bounds);
854 screen_pixel_bounds_ = config ? config->pixel_bounds : DesktopRect();
857 screen_pixel_bounds_ = desktop_config_.pixel_bounds;