Searched refs:onDecode (Results 1 - 25 of 31) 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.cpp27 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
35 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_astc.cpp27 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
45 bool SkASTCImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkASTCImageDecoder
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.cpp160 // we reset this to false before calling onDecode
168 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/skia/src/images/
H A DSkImageDecoder_libbmp.cpp27 virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
95 SkImageDecoder::Result SkBMPImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkBMPImageDecoder
H A DSkImageDecoder_pkm.cpp26 virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
34 SkImageDecoder::Result SkPKMImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkPKMImageDecoder
H A DSkImageDecoder_wbmp.cpp25 virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
102 SkImageDecoder::Result SkWBMPImageDecoder::onDecode(SkStream* stream, SkBitmap* decodedBitmap, function in class:SkWBMPImageDecoder
H A DSkImageDecoder_ktx.cpp44 virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
50 SkImageDecoder::Result SkKTXImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkKTXImageDecoder
H A DSkImageDecoder_libgif.cpp27 virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
232 SkImageDecoder::Result SkGIFImageDecoder::onDecode(SkStream* sk_stream, SkBitmap* bm, Mode mode) { function in class:SkGIFImageDecoder
H A DSkImageDecoder_libico.cpp23 virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
75 SkImageDecoder::Result SkICOImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) function in class:SkICOImageDecoder
309 } //onDecode
H A DSkImageDecoder.cpp185 // we reset this to false before calling onDecode
193 const Result result = this->onDecode(stream, &tmp, mode);
H A DSkImageDecoder_libwebp.cpp114 virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
423 SkImageDecoder::Result SkWEBPImageDecoder::onDecode(SkStream* stream, SkBitmap* decodedBitmap, function in class:SkWEBPImageDecoder
/external/skia/src/ports/
H A DSkImageDecoder_CG.cpp50 virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode);
55 SkImageDecoder::Result SkImageDecoder_CG::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_CG
H A DSkImageDecoder_WIC.cpp70 virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
95 SkImageDecoder::Result SkImageDecoder_WIC::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_WIC
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_CG.cpp51 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode);
106 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.h328 virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0;
367 /** Can be queried from within onDecode, to see if the user (possibly in
369 true, your onDecode() should stop and return false.
373 Calling this outside of onDecode() may return undefined values.
409 /** The subclass, inside onDecode(), calls this to determine the colorType of
/external/skia/include/core/
H A DSkImageDecoder.h393 virtual Result onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0;
432 /** Can be queried from within onDecode, to see if the user (possibly in
434 true, your onDecode() should stop and return false.
438 Calling this outside of onDecode() may return undefined values.
474 /** The subclass, inside onDecode(), calls this to determine the colorType of

Completed in 314 milliseconds

12