Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieValue.cpp20 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()
DSkottieValue.h30 static bool FromJSON(const skjson::Value&, const internal::AnimationBuilder*, T*);
DSkottieAnimator.cpp215 if (!ValueTraits<T>::FromJSON(jv, abuilder, &val) || in parseValue()
274 if (ValueTraits<T>::FromJSON(jpropK, abuilder, &val)) { in BindPropertyImpl()
/external/skqp/modules/skottie/src/
DSkottieValue.cpp20 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()
DSkottieValue.h30 static bool FromJSON(const skjson::Value&, const internal::AnimationBuilder*, T*);
DSkottieAnimator.cpp217 if (!ValueTraits<T>::FromJSON(jv, abuilder, &val) || in parseValue()
276 if (ValueTraits<T>::FromJSON(jpropK, abuilder, &val)) { in BindPropertyImpl()