/external/skia/src/image/ |
D | SkImage_Gpu.h | 55 bool onReadPixels(const SkImageInfo&, void* dstPixels, size_t dstRowBytes,
|
D | SkImage_Base.h | 44 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
|
D | SkImage_Raster.cpp | 85 …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
|
D | SkImage_Lazy.cpp | 78 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
|
D | SkImage.cpp | 55 return as_IB(this)->onReadPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY, chint); in readPixels()
|
D | SkImage_Gpu.cpp | 187 bool SkImage_Gpu::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels() function in SkImage_Gpu
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 96 bool onReadPixels(GrSurface* surface, in onReadPixels() function
|
/external/skia/src/core/ |
D | SkBitmapDevice.h | 123 bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) override;
|
D | SkDevice.cpp | 296 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
|
D | SkDevice.h | 288 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);
|
D | SkBitmapDevice.cpp | 167 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkBitmapDevice
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 100 bool onReadPixels(GrSurface* surface, in onReadPixels() function
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 196 bool onReadPixels(GrSurface* surface,
|
D | GrVkGpu.cpp | 1788 bool GrVkGpu::onReadPixels(GrSurface* surface, in onReadPixels() function in GrVkGpu
|
/external/skia/src/gpu/ |
D | SkGpuDevice.h | 127 bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) override;
|
D | GrGpu.h | 579 virtual bool onReadPixels(GrSurface*,
|
D | GrGpu.cpp | 344 return this->onReadPixels(surface, in readPixels()
|
D | SkGpuDevice.cpp | 197 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkGpuDevice
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 239 bool onReadPixels(GrSurface*,
|
D | GrGLGpu.cpp | 2261 bool GrGLGpu::onReadPixels(GrSurface* surface, in onReadPixels() function in GrGLGpu 2290 if (this->onReadPixels(surface, left, top, width, height, tempConfig, temp.get(), in onReadPixels()
|