Home
last modified time | relevance | path

Searched refs:GetRotate (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_text.cpp47 declaration->SetRotate(svgTextNode->GetRotate()); in OnMounted()
63 double DOMSvgText::GetRotate() const in GetRotate() function in OHOS::Ace::Framework::DOMSvgText
69 return declaration->GetRotate(); in GetRotate()
H A Ddom_svg_text.h36 double GetRotate() const;
H A Ddom_svg_animate.cpp63 animateComponent_->SetRotate(declaration->GetRotate()); in SetAnimateAttrs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_text_component.cpp126 double SvgTextComponent::GetRotate() const in GetRotate() function in OHOS::Ace::SvgTextComponent
128 return declaration_->GetRotate(); in GetRotate()
H A Dsvg_text_component.h49 double GetRotate() const;
H A Drender_svg_text.h81 double GetRotate() const in GetRotate() function
H A Drender_svg_text.cpp43 rotate_ = textComponent->GetRotate(); in Update()
H A Drender_svg_base.cpp494 rotate = svgAnimate->GetRotate()](double value) { in PrepareAnimateMotion()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Drotate_event.h71 int16_t GetRotate() const in GetRotate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_option.h65 bool GetRotate() const in GetRotate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dnative_curve_helper.cpp65 option.GetRotate() ? Rosen::RotationMode::ROTATE_AUTO : Rosen::RotationMode::ROTATE_NONE); in ToNativeMotionPathOption()
H A Dshared_transition_effect.cpp252 if (motionPathOption.GetRotate()) { in CreateTranslateAnimation()
H A Dsvg_animate.h354 const std::string& GetRotate() const in GetRotate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_declaration.h46 double GetRotate() const in GetRotate() function
H A Dsvg_animate_declaration.h191 const std::string& GetRotate() const in GetRotate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h163 virtual std::unique_ptr<JsonValue> GetRotate() const = 0;
H A Dinspector_composed_element.h176 std::unique_ptr<JsonValue> GetRotate() const override;
H A Dinspector_composed_element.cpp144 { "rotate", [](const InspectorNode& inspector) { return inspector.GetRotate(); } }, in __anon58d2e1333302()
1022 std::unique_ptr<JsonValue> InspectorComposedElement::GetRotate() const in GetRotate() function in OHOS::Ace::V2::InspectorComposedElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp144 if (option_->motionPathOption.GetRotate()) { in CreateTranslateAnimation()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp95 int16_t rotateLen = static_cast<int16_t>(event.GetRotate() * rotateFactor_); in OnRotateEvent()
H A Dui_abstract_scroll.cpp360 int16_t rotateLen = static_cast<int16_t>(event.GetRotate() * rotateFactor_); in OnRotateEvent()
H A Dui_slider.cpp365 cachedRotation_ += event.GetRotate() * rotateFactor_; in OnRotateEvent()
H A Dui_swipe_view.cpp201 int16_t rotateLen = static_cast<int16_t>(event.GetRotate() * rotateFactor_); in OnRotateEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtransition_property.h130 << (HasRotate() ? GetRotate()->ToString() : "rotate: none"); in ToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h727 static NG::Vector5F GetRotate(FrameNode* frameNode);

12