Searched defs:AffectsScale (Results 1 - 4 of 4) sorted by path

/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.cc330 bool KeyframedTransformAnimationCurve::AffectsScale() const { function in class:cc::KeyframedTransformAnimationCurve
332 if (keyframes_[i]->Value().AffectsScale())
H A Dtransform_operations.cc86 bool TransformOperations::AffectsScale() const { function in class:cc::TransformOperations
/external/chromium_org/cc/test/
H A Danimation_test_common.cc171 bool FakeTransformTransition::AffectsScale() const { return false; } function in class:cc::FakeTransformTransition
/external/chromium_org/ui/compositor/
H A Dtransform_animation_curve_adapter.cc64 bool TransformAnimationCurveAdapter::AffectsScale() const { function in class:ui::TransformAnimationCurveAdapter
129 bool InverseTransformCurveAdapter::AffectsScale() const { function in class:ui::InverseTransformCurveAdapter
131 base_curve_.AffectsScale();

Completed in 272 milliseconds