Searched refs:onReadPixels (Results 1 - 16 of 16) sorted by relevance

/external/skia/include/gpu/
H A DSkGrTexturePixelRef.h21 * Common baseclass that implements onLockPixels() by calling onReadPixels().
53 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset);
76 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset);
H A DSkGpuDevice.h149 virtual bool onReadPixels(const SkBitmap& bitmap,
/external/skia/src/gpu/
H A DSkGrTexturePixelRef.cpp33 if (!this->onReadPixels(&fBitmap, NULL)) {
98 bool SkGrTexturePixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkGrTexturePixelRef
155 bool SkGrRenderTargetPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkGrRenderTargetPixelRef
H A DGrGpu.h435 virtual bool onReadPixels(GrRenderTarget* target,
H A DGrGpu.cpp248 return this->onReadPixels(target, left, top, width, height,
H A DSkGpuDevice.cpp293 bool SkGpuDevice::onReadPixels(const SkBitmap& bitmap, function in class:SkGpuDevice
/external/skia/src/core/
H A DSkPixelRef.cpp149 return this->onReadPixels(dst, subset);
152 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkPixelRef
H A DSkDevice.cpp150 bool result = this->onReadPixels(bmpSubset,
190 bool SkDevice::onReadPixels(const SkBitmap& bitmap, function in class:SkDevice
/external/skia/include/core/
H A DSkPixelRef.h200 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
H A DSkDevice.h305 virtual bool onReadPixels(const SkBitmap& bitmap,
/external/skia/include/pdf/
H A DSkPDFDevice.h161 virtual bool onReadPixels(const SkBitmap& bitmap, int x, int y,
/external/skia/src/gpu/gl/
H A DGrGpuGL.h119 virtual bool onReadPixels(GrRenderTarget* target,
H A DGrGpuGL.cpp1369 bool GrGpuGL::onReadPixels(GrRenderTarget* target, function in class:GrGpuGL
/external/skia/include/utils/
H A DSkDeferredCanvas.h208 virtual bool onReadPixels(const SkBitmap& bitmap,
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp590 bool SkDeferredCanvas::DeferredDevice::onReadPixels( function in class:SkDeferredCanvas::DeferredDevice
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1534 bool SkPDFDevice::onReadPixels(const SkBitmap& bitmap, int x, int y, function in class:SkPDFDevice

Completed in 148 milliseconds