Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds