/external/skqp/src/image/ |
D | SkImage_Lazy.h | 46 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY,
|
D | SkImage_Raster.cpp | 79 …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_Base.h | 49 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
|
D | SkImage_GpuBase.h | 32 bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB,
|
/external/skia/src/image/ |
D | SkImage_Lazy.h | 46 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY,
|
D | SkImage_Raster.cpp | 79 …bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const overri… 158 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkImage_Raster
|
D | SkImage_Base.h | 50 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
|
D | SkImage_GpuBase.h | 32 bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB,
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 78 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType, in onReadPixels() function
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 84 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType, in onReadPixels() function
|
/external/skia/src/core/ |
D | SkDevice.cpp | 295 return this->onReadPixels(pm, x, y); in readPixels() 306 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { in onReadPixels() function in SkBaseDevice
|
D | SkBitmapDevice.h | 119 bool onReadPixels(const SkPixmap&, int x, int y) override;
|
D | SkDevice.h | 267 virtual bool onReadPixels(const SkPixmap&, int x, int y);
|
/external/skqp/src/core/ |
D | SkDevice.cpp | 303 return this->onReadPixels(pm, x, y); in readPixels() 314 bool SkBaseDevice::onReadPixels(const SkPixmap&, int x, int y) { in onReadPixels() function in SkBaseDevice
|
D | SkBitmapDevice.h | 120 bool onReadPixels(const SkPixmap&, int x, int y) override;
|
D | SkDevice.h | 272 virtual bool onReadPixels(const SkPixmap&, int x, int y);
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.h | 148 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 159 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,
|
/external/skia/src/gpu/ |
D | SkGpuDevice.h | 145 bool onReadPixels(const SkPixmap&, int, int) override;
|
D | GrGpu.h | 512 virtual bool onReadPixels(GrSurface*, int left, int top, int width, int height, GrColorType,
|
/external/skqp/src/gpu/ |
D | SkGpuDevice.h | 130 bool onReadPixels(const SkPixmap&, int, int) override;
|
D | GrGpu.h | 474 virtual bool onReadPixels(GrSurface*, int left, int top, int width, int height, GrColorType,
|
D | GrGpu.cpp | 265 return this->onReadPixels(surface, left, top, width, height, dstColorType, buffer, rowBytes); in readPixels()
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.h | 204 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 212 bool onReadPixels(GrSurface* surface, int left, int top, int width, int height, GrColorType,
|