Searched refs:onNewImageSnapshot (Results 1 – 7 of 7) sorted by relevance
64 virtual sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset = nullptr) { return nullptr; }177 fCachedImage = this->onNewImageSnapshot(); in refCachedImage()
24 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset) override;90 sk_sp<SkImage> SkSurface_Raster::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() function in SkSurface_Raster
33 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset) override;
222 return asSB(this)->onNewImageSnapshot(&bounds); in makeImageSnapshot()411 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subsetOrNull) override { return nullptr; } in onNewImageSnapshot() function in SkNullSurface
116 sk_sp<SkImage> SkSurface_Gpu::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() function in SkSurface_Gpu
24 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset) override;
30 sk_sp<SkImage> Surface_Graphite::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() function in skgpu::Surface_Graphite