Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.cpp149 renderContext->FlushOverlayDrawFunction( in FlushRender()
163 renderContext->FlushOverlayDrawFunction(std::move(overlayDraw)); in FlushRender()
H A Drender_context.h102 virtual void FlushOverlayDrawFunction(CanvasDrawFunction&& overlayDraw) {} in FlushOverlayDrawFunction() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h186 void FlushOverlayDrawFunction(CanvasDrawFunction&& overlayDraw) override;
H A Drosen_render_context.cpp3827 void RosenRenderContext::FlushOverlayDrawFunction(CanvasDrawFunction&& overlayDraw) function in OHOS::Ace::NG::RosenRenderContext