Home
last modified time | relevance | path

Searched refs:DRAWCMDLIST_OPSIZE_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.cpp47 constexpr uint32_t DRAWCMDLIST_OPSIZE_COUNT_LIMIT = 50000; variable
481 if (cmd->GetOpItemSize() > DRAWCMDLIST_OPSIZE_COUNT_LIMIT) { in AddDirtyType()