/external/libchrome/ui/gfx/geometry/ |
D | point_unittest.cc | 116 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()
|
D | size_unittest.cc | 78 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()
|
D | vector2d_unittest.cc | 205 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()
|
D | scroll_offset_unittest.cc | 103 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()
|
D | vector3d_unittest.cc | 241 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()
|
D | point_f.cc | 16 void PointF::SetToMax(const PointF& other) { in SetToMax() function in gfx::PointF
|
D | size_f.cc | 24 void SizeF::SetToMax(const SizeF& other) { in SetToMax() function in gfx::SizeF
|
D | size.h | 63 void SetToMax(const Size& other);
|
D | size_f.h | 49 void SetToMax(const SizeF& other);
|
D | vector2d.h | 53 void SetToMax(const Vector2d& other) { in SetToMax() function
|
D | vector2d_f.h | 47 void SetToMax(const Vector2dF& other) { in SetToMax() function
|
D | size.cc | 70 void Size::SetToMax(const Size& other) { in SetToMax() function in gfx::Size
|
D | point.cc | 60 void Point::SetToMax(const Point& other) { in SetToMax() function in gfx::Point
|
D | point_f.h | 53 void SetToMax(const PointF& other);
|
D | scroll_offset.h | 64 void SetToMax(const ScrollOffset& other) { in SetToMax() function
|
D | vector3d_f.h | 55 void SetToMax(const Vector3dF& other) { in SetToMax() function
|
D | point.h | 74 void SetToMax(const Point& other);
|