Searched defs:RSKeyframeAnimation (Results 1 – 3 of 3) sorted by relevance
37 RSKeyframeAnimation(const RSAnimatableProperty& property) : RSPropertyAnimation<T>(property) {} in RSKeyframeAnimation() function89 template class RSKeyframeAnimation<int>; variable90 template class RSKeyframeAnimation<float>; variable91 template class RSKeyframeAnimation<Color>; variable92 template class RSKeyframeAnimation<Matrix3f>; variable93 template class RSKeyframeAnimation<Vector2f>; variable94 template class RSKeyframeAnimation<Vector4f>; variable95 template class RSKeyframeAnimation<Quaternion>; variable96 template class RSKeyframeAnimation<std::shared_ptr<RSFilter>>; variable
65 friend class RSKeyframeAnimation; variable
210 friend class RSKeyframeAnimation; variable