/external/skia/src/image/ |
D | SkImage_Raster.cpp | 58 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()
|
D | SkImage.cpp | 74 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
|
D | SkImage_Base.h | 22 virtual bool onReadPixels(SkBitmap*, const SkIRect& subset) const;
|
/external/chromium_org/third_party/skia/src/image/ |
D | SkImage_Raster.cpp | 58 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()
|
D | SkImage.cpp | 74 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
|
D | SkImage_Base.h | 22 virtual bool onReadPixels(SkBitmap*, const SkIRect& subset) const;
|
/external/skia/src/core/ |
D | SkDevice.cpp | 91 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
|
D | SkPixelRef.cpp | 277 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/ |
D | SkDevice.cpp | 91 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
|
D | SkPixelRef.cpp | 277 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/ |
D | SkGrPixelRef.cpp | 29 if (!this->onReadPixels(&fBitmap, NULL)) { in onNewLockPixels() 162 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels() function in SkGrPixelRef
|
D | GrPictureUtils.cpp | 149 virtual bool onReadPixels(const SkBitmap& bitmap, in onReadPixels() function in GrGatherDevice
|
D | GrGpu.h | 451 virtual bool onReadPixels(GrRenderTarget* target,
|
/external/skia/src/gpu/ |
D | SkGrPixelRef.cpp | 29 if (!this->onReadPixels(&fBitmap, NULL)) { in onNewLockPixels() 162 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { in onReadPixels() function in SkGrPixelRef
|
D | GrPictureUtils.cpp | 149 virtual bool onReadPixels(const SkBitmap& bitmap, in onReadPixels() function in GrGatherDevice
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | SkGrPixelRef.h | 58 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
|
D | SkGpuDevice.h | 140 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) SK_OVERRIDE;
|
/external/skia/include/gpu/ |
D | SkGrPixelRef.h | 58 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
|
D | SkGpuDevice.h | 140 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPixelRef.h | 305 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
|
D | SkBitmapDevice.h | 142 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) SK_OVERRIDE;
|
D | SkDevice.h | 320 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);
|
/external/skia/include/core/ |
D | SkPixelRef.h | 305 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subsetOrNull);
|
D | SkBitmapDevice.h | 142 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y) SK_OVERRIDE;
|
D | SkDevice.h | 320 virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int x, int y);
|