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

/external/skia/src/gpu/
H A DSkGrPixelRef.cpp31 if (!this->onReadPixels(&fBitmap, NULL)) {
154 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkGrPixelRef
H A DSkGpuDevice.cpp237 bool SkGpuDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkGpuDevice
/external/skia/src/image/
H A DSkImage.cpp46 return as_IB(this)->onReadPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, rec.fX, rec.fY);
128 bool SkImage_Base::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkImage_Base
H A DSkImage_Gpu.cpp85 bool SkImage_Gpu::onReadPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, function in class:SkImage_Gpu
H A DSkImage_Raster.cpp57 bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY) const override;
125 bool SkImage_Raster::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkImage_Raster
/external/skia/src/core/
H A DSkPixelRef.cpp271 return this->onReadPixels(dst, subset);
274 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkPixelRef
H A DSkBitmapDevice.cpp170 bool SkBitmapDevice::onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, function in class:SkBitmapDevice
H A DSkDevice.cpp198 return this->onReadPixels(info, dstP, rowBytes, x, y);
220 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) { function in class:SkBaseDevice
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp190 bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) override;
498 bool SkDeferredDevice::onReadPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, function in class:SkDeferredDevice
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp1699 bool GrGLGpu::onReadPixels(GrRenderTarget* target, function in class:GrGLGpu

Completed in 162 milliseconds