Searched refs:onDecodeSubset (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h390 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) { function in class:SkImageDecoder
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder.cpp200 // we reset this to false before calling onDecodeSubset
205 return this->onDecodeSubset(bm, rect);
H A DSkImageDecoder_libwebp.cpp113 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
340 bool SkWEBPImageDecoder::onDecodeSubset(SkBitmap* decodedBitmap, function in class:SkWEBPImageDecoder
H A DSkImageDecoder_libjpeg.cpp239 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
762 // based on the config in onDecodeSubset. This should be fine, since
791 bool SkJPEGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) { function in class:SkJPEGImageDecoder
879 // onDecodeSubset() relies on onBuildTileIndex(), which
926 // onDecodeSubset() relies on onBuildTileIndex(), which
H A DSkImageDecoder_libpng.cpp92 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
760 bool SkPNGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) { function in class:SkPNGImageDecoder
/external/skia/include/core/
H A DSkImageDecoder.h390 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) { function in class:SkImageDecoder
/external/skia/src/images/
H A DSkImageDecoder.cpp200 // we reset this to false before calling onDecodeSubset
205 return this->onDecodeSubset(bm, rect);
H A DSkImageDecoder_libwebp.cpp113 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
340 bool SkWEBPImageDecoder::onDecodeSubset(SkBitmap* decodedBitmap, function in class:SkWEBPImageDecoder
H A DSkImageDecoder_libjpeg.cpp239 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
762 // based on the config in onDecodeSubset. This should be fine, since
791 bool SkJPEGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) { function in class:SkJPEGImageDecoder
879 // onDecodeSubset() relies on onBuildTileIndex(), which
926 // onDecodeSubset() relies on onBuildTileIndex(), which
H A DSkImageDecoder_libpng.cpp92 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
760 bool SkPNGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) { function in class:SkPNGImageDecoder

Completed in 2077 milliseconds