Home
last modified time | relevance | path

Searched refs:SetDrawDelegate (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp215 pipelineContext_->SetDrawDelegate(pluginPattern->GetDrawDelegate()); in RunDecompressedPlugin()
227 pipelineContext_->SetDrawDelegate(pluginRender->GetDrawDelegate()); in RunDecompressedPlugin()
277 pipelineContext_->SetDrawDelegate(pluginPattern->GetDrawDelegate()); in RunPlugin()
295 pipelineContext_->SetDrawDelegate(pluginRender->GetDrawDelegate()); in RunPlugin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp309 pipelineContext->SetDrawDelegate(pattern->GetDrawDelegate()); in RunCard()
321 pipelineContext_->SetDrawDelegate(pattern->GetDrawDelegate()); in RunCard()
344 pipelineContext_->SetDrawDelegate(formRender->GetDrawDelegate()); in RunCard()
365 pipelineContext->SetDrawDelegate(std::move(delegeta)); in RunSameCard()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp866 pipelineContext->SetDrawDelegate(aceView_->GetDrawDelegate()); in AttachView()
979 pipelineContext_->SetDrawDelegate(aceView_->GetDrawDelegate()); in AttachView()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp199 context_->SetDrawDelegate(std::make_unique<DrawDelegate>());
251 context_->SetDrawDelegate(std::make_unique<DrawDelegate>());
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp402 pipelineContext_->SetDrawDelegate(aceView_->GetDrawDelegate()); in InitPipelineContext()
H A Dace_container.cpp2068 pipelineContext_->SetDrawDelegate(aceView_->GetDrawDelegate()); in AttachView()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h740 void SetDrawDelegate(std::unique_ptr<DrawDelegate> delegate) in SetDrawDelegate() function