Home
last modified time | relevance | path

Searched refs:pSkSurface_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dgles_render_backend.cpp148 if (pSkSurface_->getCanvas() != nullptr) { in RenderFrame()
151 pSkSurface_->getCanvas()->flush(); in RenderFrame()
193 pSkSurface_ = skSurface_.get(); in AcquireSkCanvas()
233 pSkSurface_ = drSurface_->GetImpl<Drawing::SkiaSurface>()->GetSkSurface().get(); in AcquireDrCanvas()
H A Dgles_render_backend.h73 SkSurface* pSkSurface_ = nullptr; variable