Home | History | Annotate | Download | only in gfx

Lines Matching full:bounds

21 // |bounds()| and |work_area| will return values in DIP coordinate
43 Display(int64 id, const Rect& bounds);
59 // Gets/Sets the display's bounds in gfx::Screen's coordinates.
60 const Rect& bounds() const { return bounds_; }
61 void set_bounds(const Rect& bounds) { bounds_ = bounds; }
90 // Sets the device scale factor and display bounds in pixel. This
91 // updates the work are using the same insets between old bounds and
97 // between old bounds and work area.
101 // |work_area_insets| and the bounds.