/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 139 *imageView, {posX, posY}, {pivotX, pivotY}); in SetImageHand() 143 *imageView, {posX, posY}, {pivotX, pivotY}); in SetImageHand() 147 *imageView, {posX, posY}, {pivotX, pivotY}); in SetImageHand() 161 int16_t pivotX = GetIntegerProperty(child, clockHandPivotX); in SetRectHand() local 169 {pivotX, pivotY}, colorRGB, width, height, opacity); in SetRectHand() 173 {pivotX, pivotY}, colorRGB, width, height, opacity); in SetRectHand() 177 {pivotX, pivotY}, colorRGB, width, height, opacity); in SetRectHand()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_g.cpp | 31 auto [transform, pivotX, pivotY] = GetRawTransformInfo(); in Paint() 32 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg.cpp | 48 double pivotX = ConvertDimensionToPx(transformOrigin_.first, LengthType::HORIZONTAL, true) / viewBox_.Width(); in UpdateTransformByGlobalOffset() local 50 rsNode->SetPivot(pivotX, pivotY); in UpdateTransformByGlobalOffset()
|
H A D | rosen_render_svg_use.cpp | 35 auto [transform, pivotX, pivotY] = GetRawTransformInfo(); in Paint() 36 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_line.cpp | 38 auto [transform, pivotX, pivotY] = GetRawTransformInfo(); in Paint() 39 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_ellipse.cpp | 39 auto [transform, pivotX, pivotY] = GetRawTransformInfo(); in Paint() 40 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_circle.cpp | 41 auto [transform, pivotX, pivotY] = GetRawTransformInfo(); in Paint() 42 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_text.cpp | 33 auto [transform, pivotX, pivotY] = GetRawTransformInfo(); in Paint() 34 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_rect.cpp | 38 auto [transform, pivotX, pivotY] = GetRawTransformInfo(); in Paint() 39 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_path.cpp | 41 auto [transform, pivotX, pivotY] = GetRawTransformInfo(); in Paint() 42 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
H A D | rosen_render_svg_polygon.cpp | 48 auto [transform, pivotX, pivotY] = GetRawTransformInfo(); in Paint() 49 rsNode->SetPivot(pivotX, pivotY); in Paint()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_display_manager.cpp | 138 float scaleX, float scaleY, float pivotX, float pivotY) in SetDisplayScale() 140 HILOG_DEBUG("scaleX = %{public}f, scaleY = %{public}f, pivotX = %{public}f, pivotY = %{public}f", in SetDisplayScale() 141 scaleX, scaleY, pivotX, pivotY); in SetDisplayScale() 143 scaleY, pivotX, pivotY); in SetDisplayScale() 137 SetDisplayScale(const uint64_t screenId, float scaleX, float scaleY, float pivotX, float pivotY) SetDisplayScale() argument
|
/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 115 pivotX = 0.0f; in Run() 119 surfaceNode_->SetPivot(pivotX, pivotY); in Run()
|
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_display_manager.cpp | 141 float scaleX, float scaleY, float pivotX, float pivotY) in SetDisplayScale() 143 HILOG_DEBUG("scaleX = %{public}f, scaleY = %{public}f, pivotX = %{public}f, pivotY = %{public}f", in SetDisplayScale() 144 scaleX, scaleY, pivotX, pivotY); in SetDisplayScale() 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 | 141 float scaleX, float scaleY, float pivotX, float pivotY) in SetDisplayScale() 143 HILOG_DEBUG("scaleX = %{public}f, scaleY = %{public}f, pivotX = %{public}f, pivotY = %{public}f", in SetDisplayScale() 144 scaleX, scaleY, pivotX, pivotY); in SetDisplayScale() 140 SetDisplayScale(const uint64_t screenId, float scaleX, float scaleY, float pivotX, float pivotY) SetDisplayScale() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_pattern.h | 49 void UpdateRenderPivot(float pivotX, float pivotY);
|
H A D | screen_pattern.cpp | 120 void ScreenPattern::UpdateRenderPivot(float pivotX, float pivotY) in UpdateRenderPivot() argument 126 context->SetRenderPivot(pivotX, pivotY); in UpdateRenderPivot()
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.h | 95 int32_t Rotate(double x, double y, double z, double pivotX, double pivotY); 96 int32_t Scale(double x, double y, double pivotX, double pivotY);
|
H A D | window_utils.h | 71 double pivotX; member
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_display_manager.h | 43 void SetDisplayScale(const uint64_t screenId, float scaleX, float scaleY, float pivotX, float pivotY);
|
/foundation/window/window_manager/wmserver/include/ |
H A D | display_zoom_controller.h | 39 int32_t pivotX; member
|
/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 581 " scaleX=%f, scaleY=%f, pivotX=%f, pivotY=%f, translateX=%f, translateY=%f", in UpdateDisplayScale() 582 id, scaleX, scaleY, pivotX, pivotY, translateX, translateY); in UpdateDisplayScale() 592 session->SetScreenScale(scaleX, scaleY, pivotX, pivotY, translateX, translateY); in UpdateDisplayScale()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | display_zoom_controller.cpp | 52 zoomInfo_.pivotX = rect.posX_ + zoomTrans.pivotX_ * rect.width_; in SetAnchorAndScale() 264 zoomTrans.pivotX_ = (zoomInfo_.pivotX - rect.posX_) * 1.0 / rect.width_; in CalcuZoomTransByZoomInfo() 289 TransformHelper::Vector3 pivotPos = { zoomInfo.pivotX, zoomInfo.pivotY, 0 }; in CalcuZoomTrans() 315 WLOGFD("%{public}s zoomTrans, pivotX:%{public}f, pivotY:%{public}f, scaleX:%{public}f, scaleY:%{public}f" in UpdateClientAndSurfaceZoomInfo()
|
/foundation/window/window_manager/utils/include/ |
H A D | display_info.h | 74 DEFINE_VAR_DEFAULT_FUNC_GET_SET(float, PivotX, pivotX, 0.5f);
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 82 void ScreenProperty::SetPivotX(float pivotX) in SetPivotX() argument 84 pivotX_ = pivotX; in SetPivotX()
|