Home
last modified time | relevance | path

Searched refs:SetRotate (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_text_component.cpp121 void SvgTextComponent::SetRotate(double rotate) in SetRotate() function in OHOS::Ace::SvgTextComponent
123 declaration_->SetRotate(rotate); in SetRotate()
H A Dsvg_text_component.h48 void SetRotate(double rotate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_option.h60 void SetRotate(bool value) in SetRotate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_text.cpp47 declaration->SetRotate(svgTextNode->GetRotate()); in OnMounted()
H A Ddom_svg_animate.cpp63 animateComponent_->SetRotate(declaration->GetRotate()); in SetAnimateAttrs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_declaration.cpp58 declaration.SetRotate(declaration.ParseDouble(val)); in SetSpecializedValue()
H A Dsvg_text_declaration.h40 void SetRotate(double rotate) in SetRotate() function
H A Dsvg_animate_declaration.cpp120 declaration.SetRotate(val); in SetAnimateAttr()
H A Dsvg_animate_declaration.h197 void SetRotate(const std::string& rotate) in SetRotate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.h86 void SetRotate(double angle) in SetRotate() function
H A Drender_indexer_item.cpp81 SetRotate(rotateAngle_); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.h100 void SetRotate(double angle) in SetRotate() function
H A Drender_indexer_item.cpp101 SetRotate(rotateAngle_); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item_group.cpp141 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 Dmatrix_test.cpp162 matrix_.SetRotate(degrees, tx, ty);
180 matrix_.SetRotate(degrees, tx, ty);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h125 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 Dsvg_animation.cpp149 animateComponent->SetRotate(val); in SetAttr()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dshared_overlay_manager_test_ng.cpp337 test.GetOption()->motionPathOption.SetRotate(true);
367 test.GetOption()->motionPathOption.SetRotate(false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drosen_render_clock.cpp88 renderHand->SetRotate(rotateAngle); in LayoutHand()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_animation.cpp189 SetRotate(animateAttr_.rotate); in UpdateAttr()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dmatrix.cpp47 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 Drender_image.h92 void SetRotate(double rotate) in SetRotate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp624 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 Dsvg_animate.h339 void SetRotate(const std::string& rotate) in SetRotate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h260 static void SetRotate(const NG::Vector5F& value);
534 static void SetRotate(FrameNode* frameNode, const NG::Vector5F& value);

12