Searched refs:SetDrawDelegate (Results 1 – 7 of 7) sorted by relevance
215 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()
309 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()
866 pipelineContext->SetDrawDelegate(aceView_->GetDrawDelegate()); in AttachView()979 pipelineContext_->SetDrawDelegate(aceView_->GetDrawDelegate()); in AttachView()
199 context_->SetDrawDelegate(std::make_unique<DrawDelegate>());251 context_->SetDrawDelegate(std::make_unique<DrawDelegate>());
402 pipelineContext_->SetDrawDelegate(aceView_->GetDrawDelegate()); in InitPipelineContext()
2068 pipelineContext_->SetDrawDelegate(aceView_->GetDrawDelegate()); in AttachView()
740 void SetDrawDelegate(std::unique_ptr<DrawDelegate> delegate) in SetDrawDelegate() function