Searched defs:onReadPixels (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/image/
H A DSkImage_Generator.cpp24 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const override;
42 bool SkImage_Generator::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, function in class:SkImage_Generator
H A DSkImage_Gpu.cpp110 bool SkImage_Gpu::onReadPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, function in class:SkImage_Gpu
H A DSkImage_Raster.cpp69 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const override;
137 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkImage_Raster
H A DSkImage.cpp57 return as_IB(this)->onReadPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, rec.fX, rec.fY, chint);
225 bool SkImage_Base::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkImage_Base
/external/skia/src/gpu/
H A DSkGrPixelRef.cpp28 if (!this->onReadPixels(&fBitmap, this->info().colorType(), nullptr)) {
159 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, SkColorType colorType, const SkIRect* subset) { function in class:SkGrPixelRef
H A DSkGpuDevice.cpp230 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkGpuDevice
/external/skia/src/core/
H A DSkPixelRef.cpp311 return this->onReadPixels(dst, ct, subset);
316 bool SkPixelRef::onReadPixels(SkBitmap* dst, SkColorType, const SkIRect* subset) { function in class:SkPixelRef
H A DSkBitmapDevice.cpp180 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkBitmapDevice
H A DSkDevice.cpp233 return this->onReadPixels(info, dstP, rowBytes, x, y);
255 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) { function in class:SkBaseDevice
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp1101 bool GrVkGpu::onReadPixels(GrSurface* surface, function in class:GrVkGpu
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2300 // onReadPixels implements a fallback for cases where we are want to read kAlpha_8,
2309 // first and then onReadPixels will read that to a 32bit temporary buffer.
2334 bool GrGLGpu::onReadPixels(GrSurface* surface, function in class:GrGLGpu
2363 if (this->onReadPixels(renderTarget, left, top, width, height, tempConfig, temp.get(),

Completed in 474 milliseconds