Home
last modified time | relevance | path

Searched refs:onReadPixels (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/image/
DSkImage_Gpu.h55 bool onReadPixels(const SkImageInfo&, void* dstPixels, size_t dstRowBytes,
DSkImage_Base.h44 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
DSkImage_Raster.cpp85 …bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const overri…
156 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkImage_Raster
DSkImage_Lazy.cpp78 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY,
539 bool SkImage_Lazy::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels() function in SkImage_Lazy
DSkImage.cpp55 return as_IB(this)->onReadPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint); in readPixels()
DSkImage_Gpu.cpp187 bool SkImage_Gpu::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels() function in SkImage_Gpu
/external/skia/src/gpu/mock/
DGrMockGpu.h96 bool onReadPixels(GrSurface* surface, in onReadPixels() function
/external/skia/src/core/
DSkBitmapDevice.h123 bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) override;
DSkDevice.cpp296 return this->onReadPixels(info, dstP, rowBytes, x, y); in readPixels()
308 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) { in onReadPixels() function in SkBaseDevice
DSkDevice.h288 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);
DSkBitmapDevice.cpp167 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkBitmapDevice
/external/skia/src/gpu/mtl/
DGrMtlGpu.h100 bool onReadPixels(GrSurface* surface, in onReadPixels() function
/external/skia/src/gpu/vk/
DGrVkGpu.h196 bool onReadPixels(GrSurface* surface,
DGrVkGpu.cpp1788 bool GrVkGpu::onReadPixels(GrSurface* surface, in onReadPixels() function in GrVkGpu
/external/skia/src/gpu/
DSkGpuDevice.h127 bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) override;
DGrGpu.h579 virtual bool onReadPixels(GrSurface*,
DGrGpu.cpp344 return this->onReadPixels(surface, in readPixels()
DSkGpuDevice.cpp197 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkGpuDevice
/external/skia/src/gpu/gl/
DGrGLGpu.h239 bool onReadPixels(GrSurface*,
DGrGLGpu.cpp2261 bool GrGLGpu::onReadPixels(GrSurface* surface, in onReadPixels() function in GrGLGpu
2290 if (this->onReadPixels(surface, left, top, width, height, tempConfig, temp.get(), in onReadPixels()