Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.cpp137 renderContext->FlushForegroundDrawFunction( in FlushRender()
160 renderContext->FlushForegroundDrawFunction(std::move(foregroundDraw)); in FlushRender()
H A Drender_context.h100 virtual void FlushForegroundDrawFunction(CanvasDrawFunction&& foregroundDraw) {} in FlushForegroundDrawFunction() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h184 void FlushForegroundDrawFunction(CanvasDrawFunction&& foregroundDraw) override;
H A Drosen_render_context.cpp3809 void RosenRenderContext::FlushForegroundDrawFunction(CanvasDrawFunction&& foregroundDraw) function in OHOS::Ace::NG::RosenRenderContext