Searched refs:SetScreenScale (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 130 …void SetScreenScale(float scaleX, float scaleY, float pivotX, float pivotY, float translateX, floa…
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager_client.cpp | 600 session->SetScreenScale(scaleX, scaleY, pivotX, pivotY, translateX, translateY); in UpdateDisplayScale()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_test.cpp | 2078 HWTEST_F(ScreenSessionTest, SetScreenScale, Function | SmallTest | Level2) 2087 session.SetScreenScale(scaleX, scaleY, pivotX, pivotY, translateX, translateY);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 328 void ScreenSession::SetScreenScale(float scaleX, float scaleY, float pivotX, float pivotY, float tr… in SetScreenScale() function in OHOS::Rosen::ScreenSession
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 4607 session->SetScreenScale(scaleX, scaleY, pivotX, pivotY, translateX, translateY); in SetDisplayScaleInner()
|