Home
last modified time | relevance | path

Searched refs:AnimationInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/ports/skia_ohos/
DHmSymbolConfig_ohos.h72 std::vector<AnimationInfo> commonAnimationInfos_;
73 std::vector<AnimationInfo> specialAnimationInfos_;
83 AnimationInfo* GetAnimationInfo(AnimationType type);
88 void ParseSymbolAnimations(const Json::Value& root, std::vector<AnimationInfo>* animationInfos);
DHmSymbolConfig_ohos.cpp245 AnimationInfo* HmSymbolConfig_OHOS::GetAnimationInfo(AnimationType type) in GetAnimationInfo()
339 std::vector<AnimationInfo>* commonAnimationInfos = &commonAnimationInfos_; in ParseSymbolAnimations()
342 std::vector<AnimationInfo>* specialAnimationInfos = &specialAnimationInfos_; in ParseSymbolAnimations()
347 void HmSymbolConfig_OHOS::ParseSymbolAnimations(const Json::Value& root, std::vector<AnimationInfo>… in ParseSymbolAnimations()
358 AnimationInfo animationInfo; in ParseSymbolAnimations()
/third_party/skia/include/core/
DHMSymbol.h74 using AnimationInfo = struct AnimationInfo { struct
/third_party/skia/modules/skottie/src/
DSkottiePriv.h60 struct AnimationInfo { struct
65 AnimationInfo parse(const skjson::ObjectValue&); argument
DSkottie.cpp182 AnimationBuilder::AnimationInfo AnimationBuilder::parse(const skjson::ObjectValue& jroot) { in parse()