Lines Matching refs:gfx

13 #include "ui/gfx/rect.h"
16 static const gfx::Rect p1024x768(0, 0, 1024, 768);
17 static const gfx::Rect p1280x1024(0, 0, 1280, 1024);
18 static const gfx::Rect p1600x1200(0, 0, 1600, 1200);
19 static const gfx::Rect p1680x1050(0, 0, 1680, 1050);
20 static const gfx::Rect p1920x1200(0, 0, 1920, 1200);
24 static const gfx::Rect left_s1024x768(-1024, 0, 1024, 768);
28 static const gfx::Rect right_s1024x768(1024, 0, 1024, 768);
32 static const gfx::Rect top_s1024x768(0, -768, 1024, 768);
36 static const gfx::Rect bottom_s1024x768(0, 768, 1024, 768);
40 static const gfx::Rect bottom_s1600x1200(0, 1200, 1600, 1200);
43 static const gfx::Rect taskbar_bottom_work_area(0, 0, 1024, 734);
44 static const gfx::Rect taskbar_top_work_area(0, 34, 1024, 734);
45 static const gfx::Rect taskbar_left_work_area(107, 0, 917, 768);
46 static const gfx::Rect taskbar_right_work_area(0, 0, 917, 768);
57 void SetPersistentState(const gfx::Rect& bounds,
58 const gfx::Rect& work_area,
61 void SetLastActiveState(const gfx::Rect& bounds,
67 gfx::Rect* bounds,
68 gfx::Rect* saved_work_area,
71 gfx::Rect* bounds,
75 gfx::Rect persistent_bounds_;
76 gfx::Rect persistent_work_area_;
80 gfx::Rect last_active_bounds_;
98 void GetWindowBoundsAndShowState(const gfx::Rect& monitor1_bounds,
99 const gfx::Rect& monitor1_work_area,
100 const gfx::Rect& monitor2_bounds,
101 const gfx::Rect& bounds,
102 const gfx::Rect& work_area,
107 const gfx::Rect& passed_in,
108 gfx::Rect* out_bounds,
117 void GetWindowBounds(const gfx::Rect& monitor1_bounds,
118 const gfx::Rect& monitor1_work_area,
119 const gfx::Rect& monitor2_bounds,
120 const gfx::Rect& bounds,
121 const gfx::Rect& work_area,
124 const gfx::Rect& passed_in,
125 gfx::Rect* out_bounds);
136 const gfx::Rect& bounds,
137 const gfx::Rect& display_config);