Searched refs:CanLerp (Results 1 – 6 of 6) sorted by relevance
/external/skia/modules/skottie/src/ |
D | SkottieValue.cpp | 26 bool ValueTraits<ScalarValue>::CanLerp(const ScalarValue&, const ScalarValue&) { in CanLerp() function in skottie::ValueTraits 50 bool ValueTraits<VectorValue>::CanLerp(const VectorValue& v1, const VectorValue& v2) { in CanLerp() function in skottie::ValueTraits 168 bool ValueTraits<ShapeValue>::CanLerp(const ShapeValue& v1, const ShapeValue& v2) { in CanLerp() function in skottie::ValueTraits 301 bool ValueTraits<TextValue>::CanLerp(const TextValue&, const TextValue&) { in CanLerp() function in skottie::ValueTraits
|
D | SkottieValue.h | 35 static bool CanLerp(const T&, const T&);
|
D | SkottieAnimator.cpp | 216 (!fVs.empty() && !ValueTraits<T>::CanLerp(val, fVs.back()))) { in parseValue()
|
/external/skqp/modules/skottie/src/ |
D | SkottieValue.cpp | 26 bool ValueTraits<ScalarValue>::CanLerp(const ScalarValue&, const ScalarValue&) { in CanLerp() function in skottie::ValueTraits 50 bool ValueTraits<VectorValue>::CanLerp(const VectorValue& v1, const VectorValue& v2) { in CanLerp() function in skottie::ValueTraits 168 bool ValueTraits<ShapeValue>::CanLerp(const ShapeValue& v1, const ShapeValue& v2) { in CanLerp() function in skottie::ValueTraits 301 bool ValueTraits<TextValue>::CanLerp(const TextValue&, const TextValue&) { in CanLerp() function in skottie::ValueTraits
|
D | SkottieValue.h | 35 static bool CanLerp(const T&, const T&);
|
D | SkottieAnimator.cpp | 218 (!fVs.empty() && !ValueTraits<T>::CanLerp(val, fVs.back()))) { in parseValue()
|