Searched defs:AffectsScale (Results 1 - 4 of 4) sorted by last modified time
/external/chromium_org/ui/compositor/ | ||
H A D | transform_animation_curve_adapter.cc | 64 bool TransformAnimationCurveAdapter::AffectsScale() const { function in class:ui::TransformAnimationCurveAdapter 129 bool InverseTransformCurveAdapter::AffectsScale() const { function in class:ui::InverseTransformCurveAdapter 131 base_curve_.AffectsScale(); |
/external/chromium_org/cc/animation/ | ||
H A D | keyframed_animation_curve.cc | 330 bool KeyframedTransformAnimationCurve::AffectsScale() const { function in class:cc::KeyframedTransformAnimationCurve 332 if (keyframes_[i]->Value().AffectsScale()) |
H A D | transform_operations.cc | 86 bool TransformOperations::AffectsScale() const { function in class:cc::TransformOperations |
/external/chromium_org/cc/test/ | ||
H A D | animation_test_common.cc | 171 bool FakeTransformTransition::AffectsScale() const { return false; } function in class:cc::FakeTransformTransition |
Completed in 144 milliseconds