Searched refs:keyStyle (Results 1 – 2 of 2) sorted by relevance
117 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() argument477 auto pos = keyFrameAddMap.find(keyStyle); in KeyframesAddKeyFrame()
59 …void KeyframesAddKeyFrame(const std::string& keyStyle, const std::string& value, const std::string…