Home
last modified time | relevance | path

Searched refs:jpropK (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/animator/
DAnimator.cpp58 const auto& jpropK = (*jprop)["k"]; in bindImpl() local
66 builder.parseValue(abuilder, jpropK); in bindImpl()
80 if (builder.parseValue(abuilder, jpropK)) { in bindImpl()
94 const skjson::ArrayValue* jkfs = jpropK; in bindImpl()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAnimator.cpp318 const auto& jpropK = (*jprop)["k"]; in BindPropertyImpl() local
328 if (ValueTraits<T>::FromJSON(jpropK, abuilder, &val)) { in BindPropertyImpl()
345 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl()