/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg.cpp | 48 double pivotX = ConvertDimensionToPx(transformOrigin_.first, LengthType::HORIZONTAL, true) / viewBox_.Width(); in UpdateTransformByGlobalOffset() local
|
H A D | render_svg_base.cpp | 827 float pivotX = 0.5; in GetRawTransformInfo() local
|
/foundation/window/window_manager/wmserver/include/ |
H A D | display_zoom_controller.h | 39 int32_t pivotX; member
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_display_manager.cpp | 137 SetDisplayScale(const uint64_t screenId, float scaleX, float scaleY, float pivotX, float pivotY) SetDisplayScale() argument
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_display_manager.cpp | 140 SetDisplayScale(const uint64_t screenId, float scaleX, float scaleY, float pivotX, float pivotY) SetDisplayScale() argument
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_display_manager.cpp | 140 SetDisplayScale(const uint64_t screenId, float scaleX, float scaleY, float pivotX, float pivotY) SetDisplayScale() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | analog_clock_component.cpp | 134 int16_t pivotX = GetIntegerProperty(child, clockHandPivotX); in SetImageHand() local 161 int16_t pivotX = GetIntegerProperty(child, clockHandPivotX); in SetRectHand() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_scale_demo.cpp | 110 float pivotX = 0.5f; // centerX: 0.5 in Run() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_pattern.cpp | 120 void ScreenPattern::UpdateRenderPivot(float pivotX, float pivotY) in UpdateRenderPivot() argument
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_test.cpp | 1166 const float pivotX = 0.5f; in HWTEST_F() local 1615 const float pivotX = 0.5f; in HWTEST_F() local
|
H A D | display_manager_adapter_test.cpp | 829 const float pivotX = 0.5f;
in HWTEST_F() local
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_stub_test.cpp | 2678 float pivotX = 0.5f; in HWTEST_F() local
|
H A D | screen_session_manager_client_test.cpp | 1008 const float pivotX = 0.5f; in HWTEST_F() local 1027 const float pivotX = 0.5f; in HWTEST_F() local
|
H A D | screen_session_test.cpp | 2201 float pivotX = 0.5f; in HWTEST_F() local
|
H A D | screen_session_manager_test.cpp | 2496 float pivotX = 0.5f; in HWTEST_F() local
|
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_interface.h | 181 virtual void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pivotY) {}
in SetDisplayScale() argument
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_utils.h | 71 double pivotX; member
|
H A D | window_impl.cpp | 856 int32_t CJWindowImpl::Rotate(double x, double y, double z, double pivotX, double pivotY) in Rotate() argument 890 int32_t CJWindowImpl::Scale(double x, double y, double pivotX, double pivotY) in Scale() argument
|
H A D | window_ffi.cpp | 691 int32_t FFiOHOSWindowScale(int64_t id, double x, double y, double pivotX, double pivotY) in FFiOHOSWindowScale() argument
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 82 void ScreenProperty::SetPivotX(float pivotX) in SetPivotX() argument
|
/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() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/ |
H A D | rsproperty_fuzzer.cpp | 101 float pivotX = GetData<float>(); in RSPropertiesFuzzTestInner01() local
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 636 auto pivotX = data.ReadFloat(); in OnRemoteRequest() local
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/ |
H A D | screen_session_manager_client.cpp | 564 void ScreenSessionManagerClient::UpdateDisplayScale(ScreenId id, float scaleX, float scaleY, float pivotX, float pivotY, in UpdateDisplayScale() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 478 Local<JSValueRef> pivotX = runtimeCallInfo->GetCallArgRef(1); in SetPivot() local
|