/external/skia/src/image/ |
D | SkImage_Generator.cpp | 24 …bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const overri… 42 bool SkImage_Generator::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in onReadPixels() function in SkImage_Generator
|
D | SkImage_Gpu.h | 44 bool onReadPixels(const SkImageInfo&, void* dstPixels, size_t dstRowBytes,
|
D | SkImage_Base.h | 32 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
|
D | SkImage.cpp | 57 return as_IB(this)->onReadPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, rec.fX, rec.fY, chint); in readPixels() 225 bool SkImage_Base::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkImage_Base
|
D | SkImage_Raster.cpp | 69 …bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const overri… 137 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkImage_Raster
|
D | SkImage_Gpu.cpp | 110 bool SkImage_Gpu::onReadPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onReadPixels() function in SkImage_Gpu
|
/external/skia/src/gpu/ |
D | SkGrPixelRef.cpp | 28 if (!this->onReadPixels(&fBitmap, this->info().colorType(), nullptr)) { in onNewLockPixels() 159 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, SkColorType colorType, const SkIRect* subset) { in onReadPixels() function in SkGrPixelRef
|
D | SkGpuDevice.h | 150 bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) override;
|
D | GrGpu.h | 548 virtual bool onReadPixels(GrSurface*,
|
D | GrGpu.cpp | 350 return this->onReadPixels(surface, in readPixels()
|
D | GrTest.cpp | 365 bool onReadPixels(GrSurface* surface, in onReadPixels() function in MockGpu
|
D | SkGpuDevice.cpp | 230 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkGpuDevice
|
/external/skia/include/gpu/ |
D | SkGrPixelRef.h | 52 bool onReadPixels(SkBitmap* dst, SkColorType, const SkIRect* subset) override;
|
/external/skia/src/core/ |
D | SkPixelRef.cpp | 311 return this->onReadPixels(dst, ct, subset); in readPixels() 316 bool SkPixelRef::onReadPixels(SkBitmap* dst, SkColorType, const SkIRect* subset) { in onReadPixels() function in SkPixelRef
|
D | SkDevice.cpp | 233 return this->onReadPixels(info, dstP, rowBytes, x, y); in readPixels() 255 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) { in onReadPixels() function in SkBaseDevice
|
D | SkBitmapDevice.cpp | 180 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkBitmapDevice
|
/external/skia/include/core/ |
D | SkBitmapDevice.h | 140 bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) override;
|
D | SkPixelRef.h | 303 virtual bool onReadPixels(SkBitmap* dst, SkColorType colorType, const SkIRect* subsetOrNull);
|
D | SkDevice.h | 306 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 158 bool onReadPixels(GrSurface* surface,
|
D | GrVkGpu.cpp | 1101 bool GrVkGpu::onReadPixels(GrSurface* surface, in onReadPixels() function in GrVkGpu
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 197 bool onReadPixels(GrSurface*,
|
D | GrGLGpu.cpp | 2334 bool GrGLGpu::onReadPixels(GrSurface* surface, in onReadPixels() function in GrGLGpu 2363 if (this->onReadPixels(renderTarget, left, top, width, height, tempConfig, temp.get(), in onReadPixels()
|