Searched refs:ColorAnimationCurve (Results 1 – 3 of 3) sorted by relevance
19 class ColorAnimationCurve; variable37 const ColorAnimationCurve* ToColorAnimationCurve() const;46 class CC_EXPORT ColorAnimationCurve : public AnimationCurve {48 virtual ~ColorAnimationCurve() {} in ~ColorAnimationCurve()
12 const ColorAnimationCurve* AnimationCurve::ToColorAnimationCurve() const { in ToColorAnimationCurve()14 return static_cast<const ColorAnimationCurve*>(this); in ToColorAnimationCurve()17 AnimationCurve::CurveType ColorAnimationCurve::Type() const { return Color; } in Type()
116 class CC_EXPORT KeyframedColorAnimationCurve : public ColorAnimationCurve {