Home
last modified time | relevance | path

Searched defs:onNewImageSnapshot (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/experimental/graphite/src/
DSurface_Graphite.cpp30 sk_sp<SkImage> Surface_Graphite::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() function in skgpu::Surface_Graphite
/third_party/skia/src/image/
DSkSurface_Raster.cpp90 sk_sp<SkImage> SkSurface_Raster::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() function in SkSurface_Raster
DSkSurface_Gpu.cpp116 sk_sp<SkImage> SkSurface_Gpu::onNewImageSnapshot(const SkIRect* subset) { in onNewImageSnapshot() function in SkSurface_Gpu
DSkSurface.cpp411 sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subsetOrNull) override { return nullptr; } in onNewImageSnapshot() function in SkNullSurface