Home
last modified time | relevance | path

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

/third_party/skia/src/image/
DSkSurface_Base.h64 virtual sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset = nullptr) { return nullptr; }
177 fCachedImage = this->onNewImageSnapshot(); in refCachedImage()
DSkSurface_Raster.cpp24 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset) override;
90 sk_sp<SkImage> SkSurface_Raster::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() function in SkSurface_Raster
DSkSurface_Gpu.h33 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset) override;
DSkSurface.cpp222 return asSB(this)->onNewImageSnapshot(&bounds); in makeImageSnapshot()
411 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subsetOrNull) override { return nullptr; } in onNewImageSnapshot() function in SkNullSurface
DSkSurface_Gpu.cpp116 sk_sp<SkImage> SkSurface_Gpu::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() function in SkSurface_Gpu
/third_party/skia/experimental/graphite/src/
DSurface_Graphite.h24 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset) override;
DSurface_Graphite.cpp30 sk_sp<SkImage> Surface_Graphite::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() function in skgpu::Surface_Graphite