HomeSort by relevance Sort by last modified time
    Searched refs:onDecodeSubset (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 338 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 176 // we reset this to false before calling onDecodeSubset
181 return this->onDecodeSubset(bm, rect);
SkImageDecoder_libwebp.cpp 113 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
340 bool SkWEBPImageDecoder::onDecodeSubset(SkBitmap* decodedBitmap,
SkImageDecoder_libjpeg.cpp 239 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) {
879 // onDecodeSubset() relies on onBuildTileIndex(), which
    [all...]
SkImageDecoder_libpng.cpp 92 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
760 bool SkPNGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
    [all...]
  /external/skia/include/core/
SkImageDecoder.h 403 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) {
  /external/skia/src/images/
SkImageDecoder.cpp 201 // we reset this to false before calling onDecodeSubset
206 return this->onDecodeSubset(bm, rect);
SkImageDecoder_libwebp.cpp 113 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
351 bool SkWEBPImageDecoder::onDecodeSubset(SkBitmap* decodedBitmap,
SkImageDecoder_libjpeg.cpp 239 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
780 // based on the config in onDecodeSubset. This should be fine, since
809 bool SkJPEGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
897 // onDecodeSubset() relies on onBuildTileIndex(), which
    [all...]
SkImageDecoder_libpng.cpp 92 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
760 bool SkPNGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
    [all...]

Completed in 85 milliseconds