Home
last modified time | relevance | path

Searched defs:boundaryRects (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_cutout_controller_test.cpp102 std::vector<DMRect> boundaryRects = {emptyRect, emptyRect_}; variable
118 std::vector<DMRect> boundaryRects = {emptyRect_, emptyRect}; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_cutout_controller.cpp38 std::vector<DMRect> boundaryRects; in GetScreenCutoutInfo() local
48 void ScreenCutoutController::ConvertBoundaryRectsByRotation(std::vector<DMRect>& boundaryRects, Dis… in ConvertBoundaryRectsByRotation()
134 void ScreenCutoutController::CheckBoundaryRects(std::vector<DMRect>& boundaryRects, ScreenProperty … in CheckBoundaryRects()