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 419 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;
326 bool SkWEBPImageDecoder::onDecodeSubset(SkBitmap* decodedBitmap,
SkImageDecoder_libjpeg.cpp 199 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
672 // based on the config in onDecodeSubset. This should be fine, since
701 bool SkJPEGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
    [all...]
SkImageDecoder_libpng.cpp 81 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
699 bool SkPNGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
    [all...]
  /external/skia/include/core/
SkImageDecoder.h 436 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) {
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 121 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
340 bool SkWEBPImageDecoder::onDecodeSubset(SkBitmap* decodedBitmap,
SkImageDecoder_libjpeg.cpp 199 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
672 // based on the config in onDecodeSubset. This should be fine, since
701 bool SkJPEGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
    [all...]
SkImageDecoder_libpng.cpp 81 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
705 bool SkPNGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
    [all...]

Completed in 795 milliseconds