Searched refs:FromJSON (Results 1 – 6 of 6) sorted by relevance
/external/skia/modules/skottie/src/ |
D | SkottieValue.cpp | 20 bool ValueTraits<ScalarValue>::FromJSON(const skjson::Value& jv, const internal::AnimationBuilder*, in FromJSON() function in skottie::ValueTraits 44 bool ValueTraits<VectorValue>::FromJSON(const skjson::Value& jv, const internal::AnimationBuilder*, in FromJSON() function in skottie::ValueTraits 120 bool ValueTraits<ShapeValue>::FromJSON(const skjson::Value& jv, in FromJSON() function in skottie::ValueTraits 128 return FromJSON((*av)[0], abuilder, v); in FromJSON() 248 bool ValueTraits<TextValue>::FromJSON(const skjson::Value& jv, in FromJSON() function in skottie::ValueTraits 282 if (!ValueTraits<VectorValue>::FromJSON(*jcolor, abuilder, &color_vec)) { in FromJSON()
|
D | SkottieValue.h | 30 static bool FromJSON(const skjson::Value&, const internal::AnimationBuilder*, T*);
|
D | SkottieAnimator.cpp | 215 if (!ValueTraits<T>::FromJSON(jv, abuilder, &val) || in parseValue() 274 if (ValueTraits<T>::FromJSON(jpropK, abuilder, &val)) { in BindPropertyImpl()
|
/external/skqp/modules/skottie/src/ |
D | SkottieValue.cpp | 20 bool ValueTraits<ScalarValue>::FromJSON(const skjson::Value& jv, const internal::AnimationBuilder*, in FromJSON() function in skottie::ValueTraits 44 bool ValueTraits<VectorValue>::FromJSON(const skjson::Value& jv, const internal::AnimationBuilder*, in FromJSON() function in skottie::ValueTraits 120 bool ValueTraits<ShapeValue>::FromJSON(const skjson::Value& jv, in FromJSON() function in skottie::ValueTraits 128 return FromJSON((*av)[0], abuilder, v); in FromJSON() 248 bool ValueTraits<TextValue>::FromJSON(const skjson::Value& jv, in FromJSON() function in skottie::ValueTraits 282 if (!ValueTraits<VectorValue>::FromJSON(*jcolor, abuilder, &color_vec)) { in FromJSON()
|
D | SkottieValue.h | 30 static bool FromJSON(const skjson::Value&, const internal::AnimationBuilder*, T*);
|
D | SkottieAnimator.cpp | 217 if (!ValueTraits<T>::FromJSON(jv, abuilder, &val) || in parseValue() 276 if (ValueTraits<T>::FromJSON(jpropK, abuilder, &val)) { in BindPropertyImpl()
|