OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckApproximatelyEqual
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/compositor/test/
test_utils.h
15
void
CheckApproximatelyEqual
(const gfx::Transform& lhs,
17
void
CheckApproximatelyEqual
(const gfx::Rect& lhs, const gfx::Rect& rhs);
test_utils.cc
13
void
CheckApproximatelyEqual
(const gfx::Transform& lhs,
22
void
CheckApproximatelyEqual
(const gfx::Rect& lhs, const gfx::Rect& rhs) {
/external/chromium_org/ui/gfx/
interpolated_transform_unittest.cc
13
void
CheckApproximatelyEqual
(const gfx::Transform& lhs,
43
CheckApproximatelyEqual
(rotation, interpolated);
45
CheckApproximatelyEqual
(rotation, interpolated);
59
CheckApproximatelyEqual
(scale, interpolated);
61
CheckApproximatelyEqual
(scale, interpolated);
76
CheckApproximatelyEqual
(xform, interpolated);
78
CheckApproximatelyEqual
(xform, interpolated);
90
CheckApproximatelyEqual
(gfx::Transform(), result);
107
CheckApproximatelyEqual
(gfx::Transform(), result);
/external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc
43
CheckApproximatelyEqual
(start_transform,
59
CheckApproximatelyEqual
(target_transform,
65
CheckApproximatelyEqual
(target_transform, target_value.transform);
88
CheckApproximatelyEqual
(start, delegate.GetBoundsForAnimation());
90
CheckApproximatelyEqual
(middle, delegate.GetBoundsForAnimation());
97
CheckApproximatelyEqual
(target, delegate.GetBoundsForAnimation());
102
CheckApproximatelyEqual
(target, target_value.bounds);
281
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(),
283
CheckApproximatelyEqual
(delegate.GetTransformForAnimation(),
352
CheckApproximatelyEqual
(start_transform, delegate.GetTransformForAnimation())
[
all
...]
layer_animation_sequence_unittest.cc
171
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(),
173
CheckApproximatelyEqual
(delegate.GetTransformForAnimation(),
179
CheckApproximatelyEqual
(start_transform,
193
CheckApproximatelyEqual
(target_transform,
layer_animator_unittest.cc
205
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(), target_bounds);
224
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(), target_bounds);
247
CheckApproximatelyEqual
(initial_bounds, delegate.GetBoundsForAnimation());
372
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(), start_bounds);
380
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(), middle_bounds);
386
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(), target_bounds);
426
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(), start_bounds);
447
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(), middle_bounds);
453
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(), target_bounds);
554
CheckApproximatelyEqual
(delegate.GetBoundsForAnimation(), start_bounds)
[
all
...]
Completed in 629 milliseconds