Searched refs:animationFrames (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | base_animation_bridge.cpp | 29 …ue_ptr<JsonValue>& argsPtrAnimation, std::unordered_map<std::string, std::string>& animationFrames) in JsParseAnimationFramesInternal() argument 48 animationFrames[key] = value; in JsParseAnimationFramesInternal() 100 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames) in HandleTransformOrigin() argument 103 if (animationFrames.size() >= MIN_SIZE) { in HandleTransformOrigin() 104 auto iterFrom = animationFrames.front().find(DOM_TRANSFORM_ORIGIN); in HandleTransformOrigin() 105 if (iterFrom != animationFrames.front().end()) { in HandleTransformOrigin() 109 auto iterTo = animationFrames.back().find(DOM_TRANSFORM_ORIGIN); in HandleTransformOrigin() 110 if (iterTo != animationFrames.back().end()) { in HandleTransformOrigin() 147 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames, in SetTweenComponentParams() argument 155 …t std::string& content, std::vector<std::unordered_map<std::string, std::string>>& animationFrames) in JsParseAnimationFrames() argument [all …]
|
H A D | base_animation_bridge.h | 46 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames); 49 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames, 52 … std::string& content, std::vector<std::unordered_map<std::string, std::string>>& animationFrames);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_animation_bridge.cpp | 401 std::vector<std::unordered_map<std::string, std::string>> animationFrames; in JsCreateAnimation() local 406 BaseAnimationBridgeUtils::JsParseAnimationFrames(param, animationFrames); in JsCreateAnimation() 414 …ctor<Dimension> transformOrigin = BaseAnimationBridgeUtils::HandleTransformOrigin(animationFrames); in JsCreateAnimation() 446 domNode->ParseAnimationStyle(animationFrames); in JsCreateAnimation() 459 …BaseAnimationBridgeUtils::SetTweenComponentParams(nullptr, animationFrames, tweenComponent, tweenO… in JsCreateAnimation()
|