Home
last modified time | relevance | path

Searched refs:CheckApproximatelyEqual (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/gfx/
Dinterpolated_transform_unittest.cc13 void CheckApproximatelyEqual(const gfx::Transform& lhs, in CheckApproximatelyEqual() function
33 CheckApproximatelyEqual(rotation, interpolated); in TEST()
35 CheckApproximatelyEqual(rotation, interpolated); in TEST()
49 CheckApproximatelyEqual(scale, interpolated); in TEST()
51 CheckApproximatelyEqual(scale, interpolated); in TEST()
66 CheckApproximatelyEqual(xform, interpolated); in TEST()
68 CheckApproximatelyEqual(xform, interpolated); in TEST()
80 CheckApproximatelyEqual(gfx::Transform(), result); in TEST()
97 CheckApproximatelyEqual(gfx::Transform(), result); in TEST()
/external/chromium_org/ui/compositor/
Dlayer_animation_element_unittest.cc44 CheckApproximatelyEqual(start_transform, in TEST()
60 CheckApproximatelyEqual(target_transform, in TEST()
66 CheckApproximatelyEqual(target_transform, target_value.transform); in TEST()
151 CheckApproximatelyEqual(start, delegate.GetBoundsForAnimation()); in TEST()
153 CheckApproximatelyEqual(middle, delegate.GetBoundsForAnimation()); in TEST()
160 CheckApproximatelyEqual(target, delegate.GetBoundsForAnimation()); in TEST()
165 CheckApproximatelyEqual(target, target_value.bounds); in TEST()
344 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), in TEST()
346 CheckApproximatelyEqual(delegate.GetTransformForAnimation(), in TEST()
415 CheckApproximatelyEqual(start_transform, delegate.GetTransformForAnimation()); in TEST()
[all …]
Dlayer_animation_sequence_unittest.cc172 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), in TEST()
174 CheckApproximatelyEqual(delegate.GetTransformForAnimation(), in TEST()
180 CheckApproximatelyEqual(start_transform, in TEST()
195 CheckApproximatelyEqual(target_transform, in TEST()
Dlayer_animator_unittest.cc208 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds); in TEST()
227 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds); in TEST()
250 CheckApproximatelyEqual(initial_bounds, delegate.GetBoundsForAnimation()); in TEST()
375 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds); in TEST()
383 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds); in TEST()
389 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds); in TEST()
429 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds); in TEST()
450 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds); in TEST()
456 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds); in TEST()
557 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), start_bounds); in TEST()
[all …]
Dtransform_animation_curve_adapter_unittest.cc51 CheckApproximatelyEqual(effective_child_transform, in TEST()
/external/chromium_org/ui/compositor/test/
Dtest_utils.h15 void CheckApproximatelyEqual(const gfx::Transform& lhs,
17 void CheckApproximatelyEqual(const gfx::Rect& lhs, const gfx::Rect& rhs);
Dtest_utils.cc14 void CheckApproximatelyEqual(const gfx::Transform& lhs, in CheckApproximatelyEqual() function
32 void CheckApproximatelyEqual(const gfx::Rect& lhs, const gfx::Rect& rhs) { in CheckApproximatelyEqual() function