Home
last modified time | relevance | path

Searched refs:SetPivot (Results 1 - 25 of 55) sorted by relevance

123

/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dgeom_pivotandrotation_test.cpp46 testNode->SetPivot(Vector2f(0, 0)); in GRAPHIC_TEST()
63 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
80 testNode->SetPivot(Vector2f(1, 1)); in GRAPHIC_TEST()
97 testNode->SetPivot(Vector2f(0, 0)); in GRAPHIC_TEST()
114 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
131 testNode->SetPivot(Vector2f(1, 1)); in GRAPHIC_TEST()
143 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
H A Dgeom_translation_test.cpp43 testNode->SetPivot(Vector2f(0, 0)); in GRAPHIC_TEST()
57 testNode->SetPivot(Vector2f(0, 0)); in GRAPHIC_TEST()
H A Dgeom_persp_test.cpp42 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
57 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
H A Dgeom_cameradistance_test.cpp41 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
H A Dgeom_scale_test.cpp43 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/
H A Dui_test_texture_mapper.cpp62 textureMapper_->SetPivot(58, 58); // 58: the x-coordinate,; 58: the y-coordinate in SetUp()
217 textureMapper_->SetPivot(g_pivot.x, g_pivot.y); in OnClick()
257 textureMapper_->SetPivot(g_pivot.x, g_pivot.y); in ExpandClick()
261 textureMapper_->SetPivot(g_pivot.x, g_pivot.y); in ExpandClick()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_g.cpp32 rsNode->SetPivot(pivotX, pivotY); in Paint()
H A Drosen_render_svg.cpp50 rsNode->SetPivot(pivotX, pivotY); in UpdateTransformByGlobalOffset()
H A Drosen_render_svg_use.cpp36 rsNode->SetPivot(pivotX, pivotY); in Paint()
H A Drosen_render_svg_line.cpp39 rsNode->SetPivot(pivotX, pivotY); in Paint()
H A Drosen_render_svg_ellipse.cpp40 rsNode->SetPivot(pivotX, pivotY); in Paint()
H A Drosen_render_svg_circle.cpp42 rsNode->SetPivot(pivotX, pivotY); in Paint()
H A Drosen_render_svg_text.cpp34 rsNode->SetPivot(pivotX, pivotY); in Paint()
H A Drosen_render_svg_rect.cpp39 rsNode->SetPivot(pivotX, pivotY); in Paint()
H A Drosen_render_svg_path.cpp42 rsNode->SetPivot(pivotX, pivotY); in Paint()
H A Drosen_render_svg_polygon.cpp49 rsNode->SetPivot(pivotX, pivotY); in Paint()
/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Drosen_render_root.cpp50 rsNode->SetPivot(0.0f, 0.0f); in SyncGeometryProperties()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_texture_mapper.h217 void SetPivot(float x, float y) in SetPivot() function in OHOS::UITextureMapper
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_transition_effect.cpp331 void RosenPivotTransitionEffect::SetPivot(const Dimension& centerX, const Dimension& centerY, const Dimension& centerZ) in SetPivot() function in OHOS::Ace::NG::RosenPivotTransitionEffect
350 context->SetPivot(xPivot, yPivot, zPivot); in OnUpdateTransitionContext()
540 std::get<RosenPivotTransitionEffect>(effects_).SetPivot(options.centerX, options.centerY, options.centerZ); in SetRotateEffect()
551 std::get<RosenPivotTransitionEffect>(effects_).SetPivot(options.centerX, options.centerY); in SetScaleEffect()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.h43 static ArkUINativeModuleValue SetPivot(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_scale_demo.cpp119 surfaceNode_->SetPivot(pivotX, pivotY); in Run()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp121 surfaceNode->SetPivot(pivot); in RSNodeFuzzTestInner01()
122 surfaceNode->SetPivot(GetData<float>(), GetData<float>()); in RSNodeFuzzTestInner01()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp202 void SetPivot(ArkUINodeHandle node, ArkUI_Float32 pivotX, ArkUI_Float32 pivotY) in SetPivot() function
531 SetShadowRadius, Invalidate, SetScale, SetRenderNodeBackgroundColor, SetPivot, SetFrame, SetSize, SetOpacity, in GetRenderNodeModifier()
543 SetShadowRadius, Invalidate, SetScale, SetRenderNodeBackgroundColor, SetPivot, SetFrame, SetSize, SetOpacity, in GetCJUIRenderNodeModifier()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h207 void SetPivot(const Vector2f& pivot);
208 void SetPivot(float pivotX, float pivotY);
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp93 rsNode->SetPivot(ConvertDimensionToScaleBySize(originX_, GetLayoutSize().Width()), in SyncOriginToRsNode()

Completed in 10 milliseconds

123