Home
last modified time | relevance | path

Searched defs:boundingRects (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dcutout_info_test.cpp58 std::vector<DMRect> boundingRects; variable
73 std::vector<DMRect> boundingRects; variable
92 std::vector<DMRect> boundingRects; variable
107 std::vector<DMRect> boundingRects; variable
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dcutout_info.cpp19 CutoutInfo::CutoutInfo(const std::vector<DMRect>& boundingRects, in CutoutInfo()
49 std::vector<DMRect> boundingRects; in Unmarshalling() local
56 bool CutoutInfo::WriteBoundingRectsVector(const std::vector<DMRect>& boundingRects, Parcel &parcel)… in WriteBoundingRectsVector() argument
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp155 std::vector<DMRect> boundingRects; variable
183 std::vector<DMRect> boundingRects; variable
199 std::vector<DMRect> boundingRects; variable
238 std::vector<DMRect> boundingRects; variable
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp80 std::vector<DMRect> boundingRects; in GetCutoutInfo() local
93 …toutController::CheckBoundingRectsBoundary(DisplayId displayId, std::vector<DMRect>& boundingRects) in CheckBoundingRectsBoundary()
233 …ontroller::TransferBoundingRectsByRotation(DisplayId displayId, std::vector<DMRect>& boundingRects) in TransferBoundingRectsByRotation()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Ddisplay_utils.h47 CRect *boundingRects; member
H A Dcj_display_impl.cpp79 std::vector<DMRect> boundingRects = cutoutInfo->GetBoundingRects(); in CreateCCutoutInfoObject() local
/ohos5.0/foundation/window/window_manager/dm/src/
H A Doh_display_manager.cpp288 static NativeDisplayManager_Rect* OH_CreateBoundingRects(const std::vector<DMRect> &boundingRects) in OH_CreateBoundingRects()
342 std::vector<DMRect> boundingRects = cutoutInfo->GetBoundingRects(); in OH_CreateCutoutInfoObject() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.cpp682 std::vector<DMRect> boundingRects = cutoutInfo->GetBoundingRects(); in CreateJsCutoutInfoObject() local
723 napi_value CreateJsBoundingRectsArrayObject(napi_env env, std::vector<DMRect> boundingRects) in CreateJsBoundingRectsArrayObject()
/ohos5.0/foundation/window/window_manager/interfaces/kits/dmndk/dm/
H A Doh_display_info.h203 NativeDisplayManager_Rect *boundingRects; member
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp443 std::vector<DMRect> boundingRects = cutoutInfo->GetBoundingRects(); in DumpCutoutInfoById() local