Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp235 std::vector<DMRect> resultVec; in TransferBoundingRectsByRotation() local
237 boundingRects = resultVec; in TransferBoundingRectsByRotation()
242 boundingRects = resultVec; in TransferBoundingRectsByRotation()
267 CurrentRotation90(resultVec, displayBoundingRects, displayHeight); in TransferBoundingRectsByRotation()
271 CurrentRotation180(resultVec, displayBoundingRects, displayHeight, displayWidth); in TransferBoundingRectsByRotation()
276 resultVec.emplace_back(DMRect {rect.posY_, displayWidth - rect.posX_ - rect.width_, in TransferBoundingRectsByRotation()
284 boundingRects = resultVec; in TransferBoundingRectsByRotation()
287 void DisplayCutoutController::CurrentRotation90(std::vector<DMRect> resultVec, in CurrentRotation90() argument
291 resultVec.emplace_back(DMRect {.posX_ = displayHeight - rect.posY_ - rect.height_, in CurrentRotation90()
296 void DisplayCutoutController::CurrentRotation180(std::vector<DMRect> resultVec, in 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