Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable_autocache.cpp278 auto& drawRects = opListDrawAreas_.GetOpInfo().drawAreaRects; in DrawAutoCache() local
279 if (unionRect.IsEmpty() || drawRects.size() == 0) { in DrawAutoCache()
282 for (auto& rect : drawRects) { in DrawAutoCache()
287 RS_OPTIONAL_TRACE_NAME_FMT("opinc_size:%d", drawRects.size()); in DrawAutoCache()
299 auto& drawRects = opListDrawAreas_.GetOpInfo().drawAreaRects; in DrawAutoCacheDfx() local
300 if (unionRect.IsEmpty() || drawRects.size() == 0) { in DrawAutoCacheDfx()
312 for (auto& rect : drawRects) { in DrawAutoCacheDfx()