Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 25 of 89) sorted by relevance

1234

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Drotate_event.h60 …RotateEvent(int16_t rotate) : rotate_(static_cast<int16_t>(rotate * ROTATE_SENSITIVITY)) {} // Rot… in RotateEvent()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dinput_window_monitor_test.cpp79 Rotation rotate = Rotation::ROTATION_0; variable
142 Rotation rotate = Rotation::ROTATION_90; variable
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-transformation.md9 ## rotate section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.h48 double rotate = 0.0; member
53 double rotate = 0.0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.cpp57 RefPtr<TransformComponent> rotate = AceType::MakeRefPtr<TransformComponent>(); in BuildItem() local
H A Drender_indexer_item.h88 … RefPtr<RenderTransform> rotate = AceType::DynamicCast<RenderTransform>(GetChildren().front()); in SetRotate() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-transformation.md9 ## rotate section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_declaration.h28 double rotate = 0.0; member
40 void SetRotate(double rotate) in SetRotate()
H A Dsvg_animate_declaration.h40 std::string rotate; member
197 void SetRotate(const std::string& rotate) in SetRotate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DCamera.js87 rotate(x, y, z) { method in Camera
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp186 Matrix4 rotate = Matrix4::CreateRotate(angle, 0.0f, 1.0f, 0.0f); in Mirror() local
249 auto& rotate = transform.rotateOperation_; in OnRSTransition() local
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-matrix4.md431 ### rotate subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-matrix4.md431 ### rotate subsection
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_transition_imp.cpp70 ArkUI_TransitionEffect* OH_ArkUI_CreateRotationTransitionEffect(ArkUI_RotationOptions* rotate) in OH_ArkUI_CreateRotationTransitionEffect()
H A Dnode_transition.h42 ArkUI_RotationOptions* rotate; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_circle.cpp103 void RosenRenderSvgCircle::UpdateMotion(const std::string& path, const std::string& rotate, double … in UpdateMotion()
H A Drosen_render_svg_line.cpp93 void RosenRenderSvgLine::UpdateMotion(const std::string& path, const std::string& rotate, double pe… in UpdateMotion()
H A Dsvg_text_component.cpp121 void SvgTextComponent::SetRotate(double rotate) in SetRotate()
H A Drosen_render_svg_ellipse.cpp94 void RosenRenderSvgEllipse::UpdateMotion(const std::string& path, const std::string& rotate, double… in UpdateMotion()
H A Drosen_render_svg_rect.cpp94 void RosenRenderSvgRect::UpdateMotion(const std::string& path, const std::string& rotate, double pe… in UpdateMotion()
H A Drender_svg.h123 void SetRootRotate(double rotate) in SetRootRotate()
H A Drender_svg_base.h52 virtual void UpdateMotion(const std::string& path, const std::string& rotate, double percent) {} in UpdateMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.h36 float rotate = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.cpp60 RefPtr<TransformComponent> rotate = AceType::MakeRefPtr<TransformComponent>(); in BuildItem() local
H A Drender_indexer_item.h102 … RefPtr<RenderTransform> rotate = AceType::DynamicCast<RenderTransform>(GetChildren().front()); in SetRotate() local

1234