/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 58 float GetPivotX() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene_layout_manager.cpp | 202 uiParam.pivotX_ = globalGeometry->GetPivotX(); in FillWindowSceneInfo() 547 oss << " pivot: [" << globalGeometry->GetPivotX() << ", " << globalGeometry->GetPivotY() << "],"; in GetUINodeInfo() 701 oss << ", pivot: [" << globalGeometry->GetPivotX() << ", " << globalGeometry->GetPivotY() << "]"; in GetRSNodeInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_obj_geometry.h | 251 float GetPivotX() const in GetPivotX() function in OHOS::Rosen::RSObjGeometry
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 87 float ScreenProperty::GetPivotX() const in GetPivotX() function in OHOS::Rosen::ScreenProperty
|
H A D | screen_session.cpp | 247 displayInfo->SetPivotX(property_.GetPivotX()); in ConvertToDisplayInfo()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_dirty_manager.cpp | 176 transform = transform.Translate(translate).Rotate(rotate).Scale(scale, sceneSession->GetPivotX(),
in CalNotRotateTransform() 198 transform = transform.Scale(scale, sceneSession->GetPivotX(), sceneSession->GetPivotY());
in CalTransform()
|
H A D | scene_input_manager.cpp | 208 transform = transform.Scale(scale, screenProperty.GetPivotX() * screenWidth,
in ConstructDisplayInfos()
|
H A D | scene_session_manager.cpp | 4277 << std::left << std::setw(SCALE_MAX_WIDTH) << session->GetPivotX() in DumpSessionInfo() 4435 << session->GetPivotX() << ", " << session->GetPivotY() in GetSpecifiedSessionDumpInfo() 8460 displayInfo->GetPivotX(), in ProcessDisplayScale()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 114 float GetPivotX() const;
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 417 float GetPivotX() const;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 595 return { boundsGeo_->GetPivotX(), boundsGeo_->GetPivotY() }; in GetPivot() 598 float RSProperties::GetPivotX() const in GetPivotX() function in OHOS::Rosen::RSProperties 600 return boundsGeo_->GetPivotX(); in GetPivotX()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 2208 EXPECT_EQ(session.property_.GetPivotX(), pivotX); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test4.cpp | 306 EXPECT_EQ(5.0f, session->GetPivotX()); in HWTEST_F()
|
H A D | session_test2.cpp | 1678 session_->GetPivotX(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 988 ASSERT_EQ(1.0, properties.GetPivotX()); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 3110 float Session::GetPivotX() const in GetPivotX() function in OHOS::Rosen::Session
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 4697 std::fabs(property.GetPivotX() - DEFAULT_PIVOT) < FLT_EPSILON && in UpdateDisplayScaleState() 4702 SetDisplayScaleInner(screenId, property.GetScaleX(), property.GetScaleY(), property.GetPivotX(), in UpdateDisplayScaleState()
|