/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_text_component.cpp | 121 void SvgTextComponent::SetRotate(double rotate) in SetRotate() function in OHOS::Ace::SvgTextComponent 123 declaration_->SetRotate(rotate); in SetRotate()
|
H A D | svg_text_component.h | 48 void SetRotate(double rotate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | motion_path_option.h | 60 void SetRotate(bool value) in SetRotate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_svg_text.cpp | 47 declaration->SetRotate(svgTextNode->GetRotate()); in OnMounted()
|
H A D | dom_svg_animate.cpp | 63 animateComponent_->SetRotate(declaration->GetRotate()); in SetAnimateAttrs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_text_declaration.cpp | 58 declaration.SetRotate(declaration.ParseDouble(val)); in SetSpecializedValue()
|
H A D | svg_text_declaration.h | 40 void SetRotate(double rotate) in SetRotate() function
|
H A D | svg_animate_declaration.cpp | 120 declaration.SetRotate(val); in SetAnimateAttr()
|
H A D | svg_animate_declaration.h | 197 void SetRotate(const std::string& rotate) in SetRotate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer_item.h | 86 void SetRotate(double angle) in SetRotate() function
|
H A D | render_indexer_item.cpp | 81 SetRotate(rotateAngle_); in PerformLayout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_item.h | 100 void SetRotate(double angle) in SetRotate() function
|
H A D | render_indexer_item.cpp | 101 SetRotate(rotateAngle_); in PerformLayout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item_group.cpp | 141 arrowImage_->SetRotate(rotateAngle); in AddArrowImage() 536 arrowImage_->SetRotate(rotateAngle); in InitialImage() 613 arrowImage_->SetRotate(rotateAngle); in RotateArrow()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | matrix_test.cpp | 162 matrix_.SetRotate(degrees, tx, ty); 180 matrix_.SetRotate(degrees, tx, ty);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 125 Matrix &SetRotate(const float degrees, const float px = 0.0, const float py = 0.0);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_animation.cpp | 149 animateComponent->SetRotate(val); in SetAttr()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | shared_overlay_manager_test_ng.cpp | 337 test.GetOption()->motionPathOption.SetRotate(true); 367 test.GetOption()->motionPathOption.SetRotate(false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/ |
H A D | rosen_render_clock.cpp | 88 renderHand->SetRotate(rotateAngle); in LayoutHand()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_animation.cpp | 189 SetRotate(animateAttr_.rotate); in UpdateAttr()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | matrix.cpp | 47 Matrix &Matrix::SetRotate(const float degrees, const float px, const float py) in SetRotate() function in OHOS::Media::Matrix
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.h | 92 void SetRotate(double rotate) in SetRotate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 624 ViewAbstractModel::GetInstance()->SetRotate(value.dx, value.dy, value.dz, value.angle); in FfiOHOSAceFrameworkViewAbstractSetRotate() 630 ViewAbstractModel::GetInstance()->SetRotate(0.0f, 0.0f, 1.0f, rotateZ); in FfiOHOSAceFrameworkViewAbstractSetRotateSingle() 635 ViewAbstractModel::GetInstance()->SetRotate(1.0f, 0.0f, 0.0f, rotateVal); in FfiOHOSAceFrameworkViewAbstractSetRotateX() 640 ViewAbstractModel::GetInstance()->SetRotate(0.0f, 1.0f, 0.0f, rotateVal); in FfiOHOSAceFrameworkViewAbstractSetRotateY() 830 motionPathOption.SetRotate(option.motionPathOption.rotatable); in FfiOHOSAceFrameworkViewAbstractSetSharedTransition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.h | 339 void SetRotate(const std::string& rotate) in SetRotate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 260 static void SetRotate(const NG::Vector5F& value); 534 static void SetRotate(FrameNode* frameNode, const NG::Vector5F& value);
|