Home
last modified time | relevance | path

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

12

/external/skia/src/image/
DSkImage_Raster.cpp58 virtual bool onReadPixels(SkBitmap*, const SkIRect&) const SK_OVERRIDE;
123 bool SkImage_Raster::onReadPixels(SkBitmap* dst, const SkIRect& subset) const { in onReadPixels() function in SkImage_Raster
125 return this->INHERITED::onReadPixels(dst, subset); in onReadPixels()
DSkImage.cpp74 return as_IB(this)->onReadPixels(bitmap, bounds); in readPixels()
105 bool SkImage_Base::onReadPixels(SkBitmap* bitmap, const SkIRect& subset) const { in onReadPixels() function in SkImage_Base
DSkImage_Base.h22 virtual bool onReadPixels(SkBitmap*, const SkIRect& subset) const;
/external/chromium_org/third_party/skia/src/image/
DSkImage_Raster.cpp58 virtual bool onReadPixels(SkBitmap*, const SkIRect&) const SK_OVERRIDE;
123 bool SkImage_Raster::onReadPixels(SkBitmap* dst, const SkIRect& subset) const { in onReadPixels() function in SkImage_Raster
125 return this->INHERITED::onReadPixels(dst, subset); in onReadPixels()
DSkImage.cpp74 return as_IB(this)->onReadPixels(bitmap, bounds); in readPixels()
105 bool SkImage_Base::onReadPixels(SkBitmap* bitmap, const SkIRect& subset) const { in onReadPixels() function in SkImage_Base
DSkImage_Base.h22 virtual bool onReadPixels(SkBitmap*, const SkIRect& subset) const;
/external/skia/src/core/
DSkDevice.cpp91 return this->onReadPixels(info, dstP, rowBytes, x, y); in readPixels()
113 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) { in onReadPixels() function in SkBaseDevice
DSkPixelRef.cpp277 return this->onReadPixels(dst, subset); in readPixels()
280 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels() function in SkPixelRef
/external/chromium_org/third_party/skia/src/core/
DSkDevice.cpp91 return this->onReadPixels(info, dstP, rowBytes, x, y); in readPixels()
113 bool SkBaseDevice::onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) { in onReadPixels() function in SkBaseDevice
DSkPixelRef.cpp277 return this->onReadPixels(dst, subset); in readPixels()
280 bool SkPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels() function in SkPixelRef
/external/chromium_org/third_party/skia/src/gpu/
DSkGrPixelRef.cpp29 if (!this->onReadPixels(&fBitmap, NULL)) { in onNewLockPixels()
162 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels() function in SkGrPixelRef
DGrPictureUtils.cpp149 virtual bool onReadPixels(const SkBitmap& bitmap, in onReadPixels() function in GrGatherDevice
DGrGpu.h451 virtual bool onReadPixels(GrRenderTarget* target,
/external/skia/src/gpu/
DSkGrPixelRef.cpp29 if (!this->onReadPixels(&fBitmap, NULL)) { in onNewLockPixels()
162 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels() function in SkGrPixelRef
DGrPictureUtils.cpp149 virtual bool onReadPixels(const SkBitmap& bitmap, in onReadPixels() function in GrGatherDevice
/external/chromium_org/third_party/skia/include/gpu/
DSkGrPixelRef.h58 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
DSkGpuDevice.h140 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) SK_OVERRIDE;
/external/skia/include/gpu/
DSkGrPixelRef.h58 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
DSkGpuDevice.h140 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) SK_OVERRIDE;
/external/chromium_org/third_party/skia/include/core/
DSkPixelRef.h305 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
DSkBitmapDevice.h142 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) SK_OVERRIDE;
DSkDevice.h320 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);
/external/skia/include/core/
DSkPixelRef.h305 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
DSkBitmapDevice.h142 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) SK_OVERRIDE;
DSkDevice.h320 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);

12