Home
last modified time | relevance | path

Searched defs:CanvasDrawFunction (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/performance/
Dcanvas_draw_performance_c_operation_switch.h49 } CanvasDrawFunction; typedef
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h91 using CanvasDrawFunction = std::function<void(RSCanvas& canvas)>; variable