/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | geom_pivotandrotation_test.cpp | 46 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 D | geom_translation_test.cpp | 43 testNode->SetPivot(Vector2f(0, 0)); in GRAPHIC_TEST() 57 testNode->SetPivot(Vector2f(0, 0)); in GRAPHIC_TEST()
|
H A D | geom_persp_test.cpp | 42 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST() 57 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
|
H A D | geom_cameradistance_test.cpp | 41 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
|
H A D | geom_scale_test.cpp | 43 testNode->SetPivot(Vector2f(0.5, 0.5)); in GRAPHIC_TEST()
|
/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/ |
H A D | ui_test_texture_mapper.cpp | 62 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 D | rosen_render_svg_g.cpp | 32 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg.cpp | 50 rsNode->SetPivot(pivotX, pivotY); in UpdateTransformByGlobalOffset()
|
H A D | rosen_render_svg_use.cpp | 36 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_line.cpp | 39 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_ellipse.cpp | 40 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_circle.cpp | 42 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_text.cpp | 34 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_rect.cpp | 39 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_path.cpp | 42 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_polygon.cpp | 49 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
/foundation/arkui/ace_engine/frameworks/core/components/root/ |
H A D | rosen_render_root.cpp | 50 rsNode->SetPivot(0.0f, 0.0f); in SyncGeometryProperties()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_texture_mapper.h | 217 void SetPivot(float x, float y) in SetPivot() function in OHOS::UITextureMapper
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_transition_effect.cpp | 331 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 D | arkts_native_render_node_bridge.h | 43 static ArkUINativeModuleValue SetPivot(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_scale_demo.cpp | 119 surfaceNode_->SetPivot(pivotX, pivotY); in Run()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/ |
H A D | rsnode_fuzzer.cpp | 121 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 D | render_node_modifier.cpp | 202 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 D | rs_node.h | 207 void SetPivot(const Vector2f& pivot); 208 void SetPivot(float pivotX, float pivotY);
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | rosen_render_transform.cpp | 93 rsNode->SetPivot(ConvertDimensionToScaleBySize(originX_, GetLayoutSize().Width()), in SyncOriginToRsNode()
|