/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_svg_text.cpp | 47 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 D | dom_svg_text.h | 36 double GetRotate() const;
|
H A D | dom_svg_animate.cpp | 63 animateComponent_->SetRotate(declaration->GetRotate()); in SetAnimateAttrs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_text_component.cpp | 126 double SvgTextComponent::GetRotate() const in GetRotate() function in OHOS::Ace::SvgTextComponent 128 return declaration_->GetRotate(); in GetRotate()
|
H A D | svg_text_component.h | 49 double GetRotate() const;
|
H A D | render_svg_text.h | 81 double GetRotate() const in GetRotate() function
|
H A D | render_svg_text.cpp | 43 rotate_ = textComponent->GetRotate(); in Update()
|
H A D | render_svg_base.cpp | 494 rotate = svgAnimate->GetRotate()](double value) { in PrepareAnimateMotion()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/ |
H A D | rotate_event.h | 71 int16_t GetRotate() const in GetRotate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | motion_path_option.h | 65 bool GetRotate() const in GetRotate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | native_curve_helper.cpp | 65 option.GetRotate() ? Rosen::RotationMode::ROTATE_AUTO : Rosen::RotationMode::ROTATE_NONE); in ToNativeMotionPathOption()
|
H A D | shared_transition_effect.cpp | 252 if (motionPathOption.GetRotate()) { in CreateTranslateAnimation()
|
H A D | svg_animate.h | 354 const std::string& GetRotate() const in GetRotate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_text_declaration.h | 46 double GetRotate() const in GetRotate() function
|
H A D | svg_animate_declaration.h | 191 const std::string& GetRotate() const in GetRotate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 163 virtual std::unique_ptr<JsonValue> GetRotate() const = 0;
|
H A D | inspector_composed_element.h | 176 std::unique_ptr<JsonValue> GetRotate() const override;
|
H A D | inspector_composed_element.cpp | 144 { "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 D | shared_transition_effect.cpp | 144 if (option_->motionPathOption.GetRotate()) { in CreateTranslateAnimation()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_scroll_view.cpp | 95 int16_t rotateLen = static_cast<int16_t>(event.GetRotate() * rotateFactor_); in OnRotateEvent()
|
H A D | ui_abstract_scroll.cpp | 360 int16_t rotateLen = static_cast<int16_t>(event.GetRotate() * rotateFactor_); in OnRotateEvent()
|
H A D | ui_slider.cpp | 365 cachedRotation_ += event.GetRotate() * rotateFactor_; in OnRotateEvent()
|
H A D | ui_swipe_view.cpp | 201 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 D | transition_property.h | 130 << (HasRotate() ? GetRotate()->ToString() : "rotate: none"); in ToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 727 static NG::Vector5F GetRotate(FrameNode* frameNode);
|