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

12

/external/skia/src/image/
H A DSkImage_Base.h22 virtual bool onReadPixels(SkBitmap*, const SkIRect& subset) const;
H A DSkImage.cpp74 return as_IB(this)->onReadPixels(bitmap, bounds);
105 bool SkImage_Base::onReadPixels(SkBitmap* bitmap, const SkIRect& subset) const { function in class:SkImage_Base
H A DSkImage_Raster.cpp58 virtual bool onReadPixels(SkBitmap*, const SkIRect&) const SK_OVERRIDE;
123 bool SkImage_Raster::onReadPixels(SkBitmap* dst, const SkIRect& subset) const { function in class:SkImage_Raster
125 return this->INHERITED::onReadPixels(dst, subset);
/external/chromium_org/third_party/skia/include/gpu/
H A DSkGrPixelRef.h18 * Common baseclass that implements onLockPixels() by calling onReadPixels().
56 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/image/
H A DSkImage_Base.h22 virtual bool onReadPixels(SkBitmap*, const SkIRect& subset) const;
H A DSkImage.cpp73 return as_IB(this)->onReadPixels(bitmap, bounds);
110 bool SkImage_Base::onReadPixels(SkBitmap* bitmap, const SkIRect& subset) const { function in class:SkImage_Base
H A DSkImage_Raster.cpp59 virtual bool onReadPixels(SkBitmap*, const SkIRect&) const SK_OVERRIDE;
139 bool SkImage_Raster::onReadPixels(SkBitmap* dst, const SkIRect& subset) const { function in class:SkImage_Raster
141 return this->INHERITED::onReadPixels(dst, subset);
/external/skia/include/gpu/
H A DSkGrPixelRef.h18 * Common baseclass that implements onLockPixels() by calling onReadPixels().
58 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
H A DSkGpuDevice.h140 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp245 return this->onReadPixels(dst, subset);
248 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkPixelRef
H A DSkDevice.cpp161 return this->onReadPixels(info, dstP, rowBytes, x, y);
183 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) { function in class:SkBaseDevice
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGrPixelRef.cpp31 if (!this->onReadPixels(&fBitmap, NULL)) {
163 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkGrPixelRef
H A DGrGpu.h436 virtual bool onReadPixels(GrRenderTarget* target,
H A DSkGpuDevice.h123 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) SK_OVERRIDE;
/external/skia/src/core/
H A DSkDevice.cpp91 return this->onReadPixels(info, dstP, rowBytes, x, y);
113 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) { function in class:SkBaseDevice
H A DSkPixelRef.cpp290 return this->onReadPixels(dst, subset);
293 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkPixelRef
/external/skia/src/gpu/
H A DSkGrPixelRef.cpp29 if (!this->onReadPixels(&fBitmap, NULL)) {
162 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { function in class:SkGrPixelRef
180 SkDebugf("SkGrPixelRef::onReadPixels failed to alloc bitmap for result!\n");
H A DGrPictureUtils.cpp149 virtual bool onReadPixels(const SkBitmap& bitmap,
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmapDevice.h131 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) SK_OVERRIDE;
H A DSkPixelRef.h320 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
H A DSkDevice.h303 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);
/external/skia/include/core/
H A DSkBitmapDevice.h142 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) SK_OVERRIDE;
H A DSkPixelRef.h316 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
H A DSkDevice.h320 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.h131 virtual bool onReadPixels(GrRenderTarget* target,

Completed in 424 milliseconds

12