Searched refs:jprop (Results 1 – 2 of 2) sorted by relevance
/external/skqp/modules/skottie/src/ |
D | SkottieAnimator.cpp | 258 static inline bool BindPropertyImpl(const skjson::ObjectValue* jprop, in BindPropertyImpl() argument 263 if (!jprop) return false; in BindPropertyImpl() 265 const auto& jpropA = (*jprop)["a"]; in BindPropertyImpl() 266 const auto& jpropK = (*jprop)["k"]; in BindPropertyImpl() 268 if (!(*jprop)["x"].is<skjson::NullValue>()) { in BindPropertyImpl() 286 abuilder->log(Logger::Level::kError, jprop, in BindPropertyImpl() 296 abuilder->log(Logger::Level::kError, jprop, "Could not parse keyframed property."); in BindPropertyImpl() 307 static std::unique_ptr<SplitPointAnimator> Make(const skjson::ObjectValue* jprop, in Make() argument 311 if (!jprop) return nullptr; in Make() 320 if (!BindPropertyImpl<ScalarValue>((*jprop)["x"], abuilder, &split_animator->fAnimators, in Make() [all …]
|
/external/skia/modules/skottie/src/ |
D | SkottieAnimator.cpp | 256 static inline bool BindPropertyImpl(const skjson::ObjectValue* jprop, in BindPropertyImpl() argument 261 if (!jprop) return false; in BindPropertyImpl() 263 const auto& jpropA = (*jprop)["a"]; in BindPropertyImpl() 264 const auto& jpropK = (*jprop)["k"]; in BindPropertyImpl() 266 if (!(*jprop)["x"].is<skjson::NullValue>()) { in BindPropertyImpl() 284 abuilder->log(Logger::Level::kError, jprop, in BindPropertyImpl() 294 abuilder->log(Logger::Level::kError, jprop, "Could not parse keyframed property."); in BindPropertyImpl() 305 static std::unique_ptr<SplitPointAnimator> Make(const skjson::ObjectValue* jprop, in Make() argument 309 if (!jprop) return nullptr; in Make() 318 if (!BindPropertyImpl<ScalarValue>((*jprop)["x"], abuilder, &split_animator->fAnimators, in Make() [all …]
|