Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/src/
DSkottieAnimator.cpp266 const auto& jpropK = (*jprop)["k"]; in BindPropertyImpl() local
276 if (ValueTraits<T>::FromJSON(jpropK, abuilder, &val)) { in BindPropertyImpl()
293 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl()
/external/skia/modules/skottie/src/
DSkottieAnimator.cpp264 const auto& jpropK = (*jprop)["k"]; in BindPropertyImpl() local
274 if (ValueTraits<T>::FromJSON(jpropK, abuilder, &val)) { in BindPropertyImpl()
291 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl()