HomeSort by relevance Sort by last modified time
    Searched defs:onDecodeSubset (Results 1 - 8 of 8) 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_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_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 1063 milliseconds