Home
last modified time | relevance | path

Searched refs:GetPivotX (Results 1 - 17 of 17) sorted by relevance

/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h58 float GetPivotX() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp202 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 Drs_obj_geometry.h251 float GetPivotX() const in GetPivotX() function in OHOS::Rosen::RSObjGeometry
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp87 float ScreenProperty::GetPivotX() const in GetPivotX() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp247 displayInfo->SetPivotX(property_.GetPivotX()); in ConvertToDisplayInfo()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp176 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 Dscene_input_manager.cpp208 transform = transform.Scale(scale, screenProperty.GetPivotX() * screenWidth, in ConstructDisplayInfos()
H A Dscene_session_manager.cpp4277 << 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 Drs_properties.h114 float GetPivotX() const;
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h417 float GetPivotX() const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp595 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 Dscreen_session_test.cpp2208 EXPECT_EQ(session.property_.GetPivotX(), pivotX); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp306 EXPECT_EQ(5.0f, session->GetPivotX()); in HWTEST_F()
H A Dsession_test2.cpp1678 session_->GetPivotX(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp988 ASSERT_EQ(1.0, properties.GetPivotX()); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp3110 float Session::GetPivotX() const in GetPivotX() function in OHOS::Rosen::Session
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp4697 std::fabs(property.GetPivotX() - DEFAULT_PIVOT) < FLT_EPSILON && in UpdateDisplayScaleState()
4702 SetDisplayScaleInner(screenId, property.GetScaleX(), property.GetScaleY(), property.GetPivotX(), in UpdateDisplayScaleState()

Completed in 59 milliseconds