Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.cpp125 renderContext->FlushContentDrawFunction( in FlushRender()
157 renderContext->FlushContentDrawFunction(std::move(contentDraw)); in FlushRender()
H A Drender_context.h98 virtual void FlushContentDrawFunction(CanvasDrawFunction&& contentDraw) {} in FlushContentDrawFunction() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h182 void FlushContentDrawFunction(CanvasDrawFunction&& contentDraw) override;
H A Drosen_render_context.cpp3773 void RosenRenderContext::FlushContentDrawFunction(CanvasDrawFunction&& contentDraw) function in OHOS::Ace::NG::RosenRenderContext