Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.cpp117 for (const auto& [keyStyle, value] : animationNameKeyframe) { in ParseAnimationStyle()
118 if (keyStyle == DOM_ANIMATION_NAME_TIME || keyStyle == DOM_ANIMATION_OFFSET) { in ParseAnimationStyle()
121 KeyframesAddKeyFrame(keyStyle, value, timeStr); in ParseAnimationStyle()
133 const std::string& keyStyle, const std::string& value, const std::string& timeStr) in KeyframesAddKeyFrame() argument
477 auto pos = keyFrameAddMap.find(keyStyle); in KeyframesAddKeyFrame()
H A Danimation_util.h59 …void KeyframesAddKeyFrame(const std::string& keyStyle, const std::string& value, const std::string…