Lines Matching refs:AnimationCurve
12 const ColorAnimationCurve* AnimationCurve::ToColorAnimationCurve() const {
13 DCHECK(Type() == AnimationCurve::Color);
17 AnimationCurve::CurveType ColorAnimationCurve::Type() const { return Color; }
19 const FloatAnimationCurve* AnimationCurve::ToFloatAnimationCurve() const {
20 DCHECK(Type() == AnimationCurve::Float);
24 AnimationCurve::CurveType FloatAnimationCurve::Type() const {
28 const TransformAnimationCurve* AnimationCurve::ToTransformAnimationCurve()
30 DCHECK(Type() == AnimationCurve::Transform);
34 AnimationCurve::CurveType TransformAnimationCurve::Type() const {
38 const FilterAnimationCurve* AnimationCurve::ToFilterAnimationCurve() const {
39 DCHECK(Type() == AnimationCurve::Filter);
43 AnimationCurve::CurveType FilterAnimationCurve::Type() const {
47 const ScrollOffsetAnimationCurve* AnimationCurve::ToScrollOffsetAnimationCurve()
49 DCHECK(Type() == AnimationCurve::ScrollOffset);
53 ScrollOffsetAnimationCurve* AnimationCurve::ToScrollOffsetAnimationCurve() {
54 DCHECK(Type() == AnimationCurve::ScrollOffset);