Home
last modified time | relevance | path

Searched refs:AnimationType (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/ports/skia_ohos/
H A DHmSymbolConfig_ohos.h35 std::vector<std::vector<PiecewiseParameter>> GetGroupParameters(AnimationType type, uint16_t groupSum,
77 std::unordered_map<AnimationType, AnimationInfo> animationInfos_;
92 std::unordered_map<AnimationType, AnimationInfo>* animationInfos);
113 void ParseAnimationType(const std::string& animationTypeStr, AnimationType& animationType);
114 void ParseAnimationTypes(const Json::Value& root, std::vector<AnimationType>& animationTypes);
H A DHmSymbolConfig_ohos.cpp86 static const std::map<std::string, AnimationType> ANIMATIONS_TYPES = {
87 {"scale", AnimationType::SCALE_TYPE},
88 {"appear", AnimationType::APPEAR_TYPE},
89 {"disappear", AnimationType::DISAPPEAR_TYPE},
90 {"bounce", AnimationType::BOUNCE_TYPE},
91 {"variable_color", AnimationType::VARIABLE_COLOR_TYPE},
92 {"pulse", AnimationType::PULSE_TYPE},
93 {"replace_appear", AnimationType::REPLACE_APPEAR_TYPE},
94 {"replace_disappear", AnimationType::REPLACE_DISAPPEAR_TYPE}};
224 std::vector<std::vector<PiecewiseParameter>> HmSymbolConfig_OHOS::GetGroupParameters(AnimationType typ
[all...]
/third_party/skia/include/core/
H A DHMSymbol.h24 enum AnimationType { enum
64 AnimationType animationType = AnimationType::INVALID_ANIMATION_TYPE;
86 std::vector<AnimationType> animationTypes;

Completed in 4 milliseconds