Home
last modified time | relevance | path

Searched refs:ConvertBoundaryRectsByRotation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_cutout_controller_test.cpp96 …HWTEST_F(ScreenCutoutControllerTest, ConvertBoundaryRectsByRotation, Function | SmallTest | Level3)
105 controller->ConvertBoundaryRectsByRotation(boundaryRects, displayId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_cutout_controller.h45 void ConvertBoundaryRectsByRotation(std::vector<DMRect>& boundaryRects, DisplayId displayId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_cutout_controller.cpp40 ConvertBoundaryRectsByRotation(boundaryRects, displayId); in GetScreenCutoutInfo()
48 void ScreenCutoutController::ConvertBoundaryRectsByRotation(std::vector<DMRect>& boundaryRects, Dis… in ConvertBoundaryRectsByRotation() function in OHOS::Rosen::ScreenCutoutController