Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.h63 …static std::vector<RectI> GetFilpDirtyRects(const std::vector<RectI>& srcRects, const ScreenInfo& …
64 …static std::vector<RectI> FilpRects(const std::vector<RectI>& srcRects, const ScreenInfo& screenIn…
H A Drs_uni_render_util.cpp268 std::vector<RectI> RSUniRenderUtil::GetFilpDirtyRects(const std::vector<RectI>& srcRects, const Scr… in GetFilpDirtyRects() argument
273 return srcRects; in GetFilpDirtyRects()
277 return FilpRects(srcRects, screenInfo); in GetFilpDirtyRects()
280 std::vector<RectI> RSUniRenderUtil::FilpRects(const std::vector<RectI>& srcRects, const ScreenInfo&… in FilpRects() argument
283 for (const RectI& rect : srcRects) { in FilpRects()