Home | History | Annotate | Download | only in mac

Lines Matching refs:pixel_bounds

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);
157 left.pixel_bounds.equals(right.pixel_bounds) &&
163 pixel_bounds.equals(other.pixel_bounds) &&