Lines Matching defs:gfx

17 #include "ui/gfx/display.h"
23 namespace gfx {
88 const gfx::Display& primary_display,
98 gfx::Screen* screen() {
126 bool IsActiveDisplay(const gfx::Display& display) const;
145 const gfx::Display& GetDisplayForId(int64 id) const;
150 const gfx::Display& FindDisplayContainingPoint(
151 const gfx::Point& point_in_screen) const;
154 bool UpdateWorkAreaOfDisplay(int64 display_id, const gfx::Insets& insets);
159 void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip);
162 void SetDisplayRotation(int64 display_id, gfx::Display::Rotation rotation);
170 void SetDisplayResolution(int64 display_id, const gfx::Size& resolution);
181 gfx::Display::Rotation rotation,
183 const gfx::Insets* overscan_insets,
184 const gfx::Size& resolution_in_pixels,
190 gfx::Display::Rotation rotation);
199 // been loaded, otherwise |gfx::Display::Rotate_0|.
200 gfx::Display::Rotation registered_internal_display_rotation() const {
218 gfx::Insets GetOverscanInsets(int64 display_id) const;
238 const gfx::Display& GetDisplayAt(size_t index) const;
240 const gfx::Display& GetPrimaryDisplayCandidate() const;
246 const std::vector<gfx::Display>& displays() const { return displays_; }
257 const gfx::Display& non_desktop_display() const {
298 const gfx::Rect& new_bounds);
318 typedef std::vector<gfx::Display> DisplayList;
324 gfx::Display* FindDisplayForId(int64 id);
341 gfx::Display CreateDisplayFromDisplayInfoById(int64 display_id);
353 const gfx::Display& primary_display,
354 gfx::Display* secondary_display);
360 gfx::Screen* screen_;
388 gfx::Display non_desktop_display_;
394 gfx::Display::Rotation registered_internal_display_rotation_;