Searched refs:FromJSON (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/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 43 bool ValueTraits<VectorValue>::FromJSON(const skjson::Value& jv, const internal::AnimationBuilder*, in FromJSON() function in skottie::ValueTraits 119 bool ValueTraits<ShapeValue>::FromJSON(const skjson::Value& jv, in FromJSON() function in skottie::ValueTraits 127 return FromJSON((*av)[0], abuilder, v); in FromJSON()
|
D | SkottieValue.h | 28 static bool FromJSON(const skjson::Value&, const internal::AnimationBuilder*, T*);
|
D | SkottieAnimator.cpp | 269 if (!ValueTraits<T>::FromJSON(jv, abuilder, &val) || in parseValue() 328 if (ValueTraits<T>::FromJSON(jpropK, abuilder, &val)) { in BindPropertyImpl()
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | TextValue.cpp | 17 bool ValueTraits<TextValue>::FromJSON(const skjson::Value& jv, in FromJSON() function in skottie::ValueTraits 93 if (!ValueTraits<VectorValue>::FromJSON(*jcolor, abuilder, &color_vec)) { in FromJSON()
|