Home
last modified time | relevance | path

Searched refs:retRects (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp247 std::vector<RectI> retRects; in ScreenIntersectDirtyRects() local
253 retRects.emplace_back(RectI(rect.left_, rect.top_, in ScreenIntersectDirtyRects()
256 retRects.emplace_back(RectI(rect.left_, screenInfo.GetRotatedHeight() - rect.bottom_, in ScreenIntersectDirtyRects()
260 retRects.emplace_back(RectI(rect.left_, screenInfo.GetRotatedHeight() - rect.bottom_, in ScreenIntersectDirtyRects()
265 return retRects; in ScreenIntersectDirtyRects()
282 std::vector<RectI> retRects; in FilpRects() local
284retRects.emplace_back(RectI(rect.left_, screenInfo.GetRotatedHeight() - rect.top_ - rect.height_, in FilpRects()
287 return retRects; in FilpRects()