Home
last modified time | relevance | path

Searched refs:FromJSON (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/
DSkottieValue.cpp20 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()
DSkottieValue.h28 static bool FromJSON(const skjson::Value&, const internal::AnimationBuilder*, T*);
DSkottieAnimator.cpp269 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/
DTextValue.cpp17 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()