Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp46 constexpr uint32_t DRAWCMDLIST_COUNT_LIMIT = 50; variable
494 bool overflow = drawCmdLists_[type].size() > DRAWCMDLIST_COUNT_LIMIT; in AddDirtyType()
503 drawCmdLists_[type].size() > DRAWCMDLIST_COUNT_LIMIT) { in AddDirtyType()
506 if (drawCmdLists_[type].size() > DRAWCMDLIST_COUNT_LIMIT) { in AddDirtyType()