Home
last modified time | relevance | path

Searched refs:UpdateRectPivot (Results 1 – 4 of 4) sorted by relevance

/foundation/window/window_manager/utils/test/unittest/
Dpip_util_test.cpp54 HWTEST_F(PiPUtilTest, UpdateRectPivot, Function | SmallTest | Level2)
57 PiPUtil::UpdateRectPivot(10, 20, 100, pivot1);
61 PiPUtil::UpdateRectPivot(40, 20, 100, pivot2);
65 PiPUtil::UpdateRectPivot(70, 20, 100, pivot3);
/foundation/window/window_manager/utils/include/
Dpip_util.h25 static void UpdateRectPivot(const int32_t start, const uint32_t len, const uint32_t totalLen,
/foundation/window/window_manager/utils/src/
Dpip_util.cpp34 void PiPUtil::UpdateRectPivot(const int32_t start, const uint32_t len, const uint32_t totalLen, PiP… in UpdateRectPivot() function in OHOS::Rosen::PiPUtil
/foundation/window/window_manager/window_scene/session/host/src/
Dscene_session.cpp2209 …PiPUtil::UpdateRectPivot(sessionRect.posX_, sessionRect.width_, displayWidth, pipRectInfo_.xPivot_… in GetNewPiPRect()
2210 …PiPUtil::UpdateRectPivot(sessionRect.posY_, sessionRect.height_, displayHeight, pipRectInfo_.yPivo… in GetNewPiPRect()