Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddraw_delegate.h49 void DrawRSFrame(std::shared_ptr<Rosen::RSNode>& node, const Rect& dirty) in DrawRSFrame() function
56 void DrawRSFrame(RefPtr<NG::RenderContext>& renderContext) in DrawRSFrame() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Drosen_render_root.cpp61 delegate->DrawRSFrame(rsNode, dirty); in FinishRender()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H A Dplugin_pattern_test_ng.cpp616 drawRSFrame->DrawRSFrame(rsNode, Rect(100.0, 100.0, 100.0, 100.0));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp578 drawDelegate_->DrawRSFrame(renderContext); in FlushVsync()