Searched refs:onDecode (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/skia/src/utils/ios/
H A DSkImageDecoder_iOS.mm19 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode);
24 bool SkImageDecoder_iOS::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) {
/external/skia/src/utils/ios/
H A DSkImageDecoder_iOS.mm19 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode);
24 bool SkImageDecoder_iOS::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) {
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_pkm.cpp26 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
34 bool SkPKMImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkPKMImageDecoder
H A DSkImageDecoder_libbmp.cpp27 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
95 bool SkBMPImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkBMPImageDecoder
H A DSkImageDecoder_wbmp.cpp25 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
102 bool SkWBMPImageDecoder::onDecode(SkStream* stream, SkBitmap* decodedBitmap, function in class:SkWBMPImageDecoder
H A DSkImageDecoder_ktx.cpp44 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
50 bool SkKTXImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkKTXImageDecoder
H A DSkImageDecoder_libgif.cpp27 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
231 bool SkGIFImageDecoder::onDecode(SkStream* sk_stream, SkBitmap* bm, Mode mode) { function in class:SkGIFImageDecoder
H A DSkImageDecoder_libico.cpp23 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
75 bool SkICOImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) function in class:SkICOImageDecoder
294 } //onDecode
H A DSkImageDecoder.cpp184 // we reset this to false before calling onDecode
192 if (!this->onDecode(stream, &tmp, mode)) {
H A DSkImageDecoder_libwebp.cpp114 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
412 bool SkWEBPImageDecoder::onDecode(SkStream* stream, SkBitmap* decodedBitmap, function in class:SkWEBPImageDecoder
H A DSkImageDecoder_libjpeg.cpp241 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
532 bool SkJPEGImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkJPEGImageDecoder
/external/skia/src/images/
H A DSkImageDecoder_pkm.cpp26 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
34 bool SkPKMImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkPKMImageDecoder
H A DSkImageDecoder_libbmp.cpp27 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
95 bool SkBMPImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkBMPImageDecoder
H A DSkImageDecoder_wbmp.cpp25 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
102 bool SkWBMPImageDecoder::onDecode(SkStream* stream, SkBitmap* decodedBitmap, function in class:SkWBMPImageDecoder
H A DSkImageDecoder_ktx.cpp44 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
50 bool SkKTXImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkKTXImageDecoder
H A DSkImageDecoder_libgif.cpp27 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
231 bool SkGIFImageDecoder::onDecode(SkStream* sk_stream, SkBitmap* bm, Mode mode) { function in class:SkGIFImageDecoder
H A DSkImageDecoder_libico.cpp23 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
75 bool SkICOImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) function in class:SkICOImageDecoder
300 } //onDecode
H A DSkImageDecoder.cpp184 // we reset this to false before calling onDecode
192 if (!this->onDecode(stream, &tmp, mode)) {
H A DSkImageDecoder_libwebp.cpp114 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
412 bool SkWEBPImageDecoder::onDecode(SkStream* stream, SkBitmap* decodedBitmap, function in class:SkWEBPImageDecoder
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_CG.cpp50 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode);
55 bool SkImageDecoder_CG::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_CG
H A DSkImageDecoder_WIC.cpp70 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
95 bool SkImageDecoder_WIC::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_WIC
/external/skia/src/ports/
H A DSkImageDecoder_CG.cpp50 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode);
55 bool SkImageDecoder_CG::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_CG
H A DSkImageDecoder_WIC.cpp70 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
95 bool SkImageDecoder_WIC::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_WIC
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h380 virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0;
419 /** Can be queried from within onDecode, to see if the user (possibly in
421 true, your onDecode() should stop and return false.
425 Calling this outside of onDecode() may return undefined values.
461 /** The subclass, inside onDecode(), calls this to determine the colorType of
/external/skia/include/core/
H A DSkImageDecoder.h380 virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0;
419 /** Can be queried from within onDecode, to see if the user (possibly in
421 true, your onDecode() should stop and return false.
425 Calling this outside of onDecode() may return undefined values.
461 /** The subclass, inside onDecode(), calls this to determine the colorType of

Completed in 8709 milliseconds

12