Searched refs:skSurface_ (Results 1 – 7 of 7) sorted by relevance
97 if (skSurface_ == nullptr) { in Bind()134 if (skSurface_ == nullptr) { in Bind()170 if (skSurface_ == nullptr) { in Bind()333 if (skSurface_ == nullptr || skSurface_->getCanvas() == nullptr) { in GetCanvas()345 if (skSurface_ == nullptr) { in GetImageSnapshot()363 if (skSurface_ == nullptr) { in GetImageSnapshot()382 if (skSurface_ == nullptr) { in GetBackendTexture()440 skSurface_ = skSurface; in SetSkSurface()445 return skSurface_; in GetSkSurface()486 skSurface_->flush(); in Flush()[all …]
80 sk_sp<SkSurface> skSurface_ = nullptr; variable
28 skSurface_ = nullptr; in Destroy()37 skSurface_ = drSurface_->GetImpl<Drawing::SkiaSurface>()->GetSkSurface().get(); in RenderFrame()38 if (skSurface_ == nullptr) { in RenderFrame()43 if (skSurface_->getCanvas() != nullptr) { in RenderFrame()44 skSurface_->getCanvas()->flush(); in RenderFrame()55 skSurface_ = drSurface_->GetImpl<Drawing::SkiaSurface>()->GetSkSurface().get(); in AcquireSkCanvas()56 return skSurface_->getCanvas(); in AcquireSkCanvas()
142 skSurface_ = nullptr; in Destroy()187 skSurface_ = SkSurface::MakeFromBackendRenderTarget( in AcquireSkCanvas()189 if (skSurface_ == nullptr) { in AcquireSkCanvas()193 pSkSurface_ = skSurface_.get(); in AcquireSkCanvas()196 return skSurface_->getCanvas(); in AcquireSkCanvas()
65 SkSurface* skSurface_ = nullptr; variable
72 sk_sp<SkSurface> skSurface_ = nullptr; variable
304 implTest2->skSurface_ = nullptr;