Home
last modified time | relevance | path

Searched refs:displayBoundingRects (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp240 std::vector<DMRect> displayBoundingRects = boundingRects_[displayId]; in TransferBoundingRectsByRotation() local
241 if (displayBoundingRects.empty()) { in TransferBoundingRectsByRotation()
251 CheckBoundingRectsBoundary(displayId, displayBoundingRects); in TransferBoundingRectsByRotation()
253 boundingRects = displayBoundingRects; in TransferBoundingRectsByRotation()
267 CurrentRotation90(resultVec, displayBoundingRects, displayHeight); in TransferBoundingRectsByRotation()
271 CurrentRotation180(resultVec, displayBoundingRects, displayHeight, displayWidth); in TransferBoundingRectsByRotation()
275 for (DMRect rect : displayBoundingRects) { in TransferBoundingRectsByRotation()
288 std::vector<DMRect> displayBoundingRects, uint32_t displayHeight) in CurrentRotation90()
290 for (DMRect rect : displayBoundingRects) { in CurrentRotation90()
297 std::vector<DMRect> displayBoundingRects, uint32_ in CurrentRotation180()
287 CurrentRotation90(std::vector<DMRect> resultVec, std::vector<DMRect> displayBoundingRects, uint32_t displayHeight) CurrentRotation90() argument
296 CurrentRotation180(std::vector<DMRect> resultVec, std::vector<DMRect> displayBoundingRects, uint32_t displayHeight, uint32_t displayWidth) CurrentRotation180() argument
[all...]
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_cutout_controller.h61 void CurrentRotation90(std::vector<DMRect> resultVec, std::vector<DMRect> displayBoundingRects,
63 void CurrentRotation180(std::vector<DMRect> resultVec, std::vector<DMRect> displayBoundingRects,

Completed in 1 milliseconds