Lines Matching refs:boundingRects
80 std::vector<DMRect> boundingRects;
83 TransferBoundingRectsByRotation(displayId, boundingRects);
89 sptr<CutoutInfo> cutoutInfo(new CutoutInfo(boundingRects, waterfallDisplayAreaRects));
93 void DisplayCutoutController::CheckBoundingRectsBoundary(DisplayId displayId, std::vector<DMRect>& boundingRects)
103 for (auto iter = boundingRects.begin(); iter != boundingRects.end();) {
111 iter = boundingRects.erase(iter);
233 void DisplayCutoutController::TransferBoundingRectsByRotation(DisplayId displayId, std::vector<DMRect>& boundingRects)
237 boundingRects = resultVec;
242 boundingRects = resultVec;
253 boundingRects = displayBoundingRects;
284 boundingRects = resultVec;