Home
last modified time | relevance | path

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

/external/skia/src/image/
DSkImage_Generator.cpp24 …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
DSkImage_Gpu.h44 bool onReadPixels(const SkImageInfo&, void* dstPixels, size_t dstRowBytes,
DSkImage_Base.h32 virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes,
DSkImage.cpp57 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
DSkImage_Raster.cpp69 …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
DSkImage_Gpu.cpp110 bool SkImage_Gpu::onReadPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onReadPixels() function in SkImage_Gpu
/external/skia/src/gpu/
DSkGrPixelRef.cpp28 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
DSkGpuDevice.h150 bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) override;
DGrGpu.h548 virtual bool onReadPixels(GrSurface*,
DGrGpu.cpp350 return this->onReadPixels(surface, in readPixels()
DGrTest.cpp365 bool onReadPixels(GrSurface* surface, in onReadPixels() function in MockGpu
DSkGpuDevice.cpp230 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkGpuDevice
/external/skia/include/gpu/
DSkGrPixelRef.h52 bool onReadPixels(SkBitmap* dst, SkColorType, const SkIRect* subset) override;
/external/skia/src/core/
DSkPixelRef.cpp311 return this->onReadPixels(dst, ct, subset); in readPixels()
316 bool SkPixelRef::onReadPixels(SkBitmap* dst, SkColorType, const SkIRect* subset) { in onReadPixels() function in SkPixelRef
DSkDevice.cpp233 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
DSkBitmapDevice.cpp180 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in onReadPixels() function in SkBitmapDevice
/external/skia/include/core/
DSkBitmapDevice.h140 bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) override;
DSkPixelRef.h303 virtual bool onReadPixels(SkBitmap* dst, SkColorType colorType, const SkIRect* subsetOrNull);
DSkDevice.h306 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);
/external/skia/src/gpu/vk/
DGrVkGpu.h158 bool onReadPixels(GrSurface* surface,
DGrVkGpu.cpp1101 bool GrVkGpu::onReadPixels(GrSurface* surface, in onReadPixels() function in GrVkGpu
/external/skia/src/gpu/gl/
DGrGLGpu.h197 bool onReadPixels(GrSurface*,
DGrGLGpu.cpp2334 bool GrGLGpu::onReadPixels(GrSurface* surface, in onReadPixels() function in GrGLGpu
2363 if (this->onReadPixels(renderTarget, left, top, width, height, tempConfig, temp.get(), in onReadPixels()