Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_recording_canvas.h54 static constexpr int MAX_CANVAS_SIZE = 5; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_recording_canvas.cpp51 if (canvasPool_.size() >= MAX_CANVAS_SIZE) { in Recycle()