Home
last modified time | relevance | path

Searched refs:SetToMax (Results 1 – 17 of 17) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dpoint_unittest.cc116 a.SetToMax(Point(2, 4)); in TEST()
118 a.SetToMax(Point(3, 5)); in TEST()
120 a.SetToMax(Point(4, 2)); in TEST()
122 a.SetToMax(Point(8, 10)); in TEST()
142 a.SetToMax(PointF(2.5f, 4.5f)); in TEST()
144 a.SetToMax(PointF(3.5f, 5.5f)); in TEST()
146 a.SetToMax(PointF(4.5f, 2.5f)); in TEST()
148 a.SetToMax(PointF(8.5f, 10.5f)); in TEST()
Dsize_unittest.cc78 a.SetToMax(Size(2, 4)); in TEST()
80 a.SetToMax(Size(3, 5)); in TEST()
82 a.SetToMax(Size(4, 2)); in TEST()
84 a.SetToMax(Size(8, 10)); in TEST()
104 a.SetToMax(SizeF(2.5f, 4.5f)); in TEST()
106 a.SetToMax(SizeF(3.5f, 5.5f)); in TEST()
108 a.SetToMax(SizeF(4.5f, 2.5f)); in TEST()
110 a.SetToMax(SizeF(8.5f, 10.5f)); in TEST()
Dvector2d_unittest.cc205 a.SetToMax(Vector2d(2, 4)); in TEST()
207 a.SetToMax(Vector2d(3, 5)); in TEST()
209 a.SetToMax(Vector2d(4, 2)); in TEST()
211 a.SetToMax(Vector2d(8, 10)); in TEST()
231 a.SetToMax(Vector2dF(2.5f, 4.5f)); in TEST()
233 a.SetToMax(Vector2dF(3.5f, 5.5f)); in TEST()
235 a.SetToMax(Vector2dF(4.5f, 2.5f)); in TEST()
237 a.SetToMax(Vector2dF(8.5f, 10.5f)); in TEST()
Dscroll_offset_unittest.cc103 a.SetToMax(ScrollOffset(2.5, 4.5)); in TEST()
105 a.SetToMax(ScrollOffset(3.5, 5.5)); in TEST()
107 a.SetToMax(ScrollOffset(4.5, 2.5)); in TEST()
109 a.SetToMax(ScrollOffset(8.5, 10.5)); in TEST()
Dvector3d_unittest.cc241 a.SetToMax(Vector3dF(2, 4.5f, 6.5f)); in TEST()
243 a.SetToMax(Vector3dF(3.5f, 5.5f, 7.5f)); in TEST()
245 a.SetToMax(Vector3dF(4.5f, 2, 6.5f)); in TEST()
247 a.SetToMax(Vector3dF(3.5f, 6.5f, 6.5f)); in TEST()
249 a.SetToMax(Vector3dF(3.5f, 5.5f, 8.5f)); in TEST()
251 a.SetToMax(Vector3dF(8.5f, 10.5f, 12.5f)); in TEST()
Dpoint_f.cc16 void PointF::SetToMax(const PointF& other) { in SetToMax() function in gfx::PointF
Dsize_f.cc24 void SizeF::SetToMax(const SizeF& other) { in SetToMax() function in gfx::SizeF
Dsize.h63 void SetToMax(const Size& other);
Dsize_f.h49 void SetToMax(const SizeF& other);
Dvector2d.h53 void SetToMax(const Vector2d& other) { in SetToMax() function
Dvector2d_f.h47 void SetToMax(const Vector2dF& other) { in SetToMax() function
Dsize.cc70 void Size::SetToMax(const Size& other) { in SetToMax() function in gfx::Size
Dpoint.cc60 void Point::SetToMax(const Point& other) { in SetToMax() function in gfx::Point
Dpoint_f.h53 void SetToMax(const PointF& other);
Dscroll_offset.h64 void SetToMax(const ScrollOffset& other) { in SetToMax() function
Dvector3d_f.h55 void SetToMax(const Vector3dF& other) { in SetToMax() function
Dpoint.h74 void SetToMax(const Point& other);