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

12

/external/chromium_org/third_party/skia/include/images/
H A DSkImageRef_GlobalPool.h49 virtual bool onDecode(SkImageDecoder* codec, SkStream* stream,
H A DSkImageRef.h67 virtual bool onDecode(SkImageDecoder* codec, SkStream*, SkBitmap*,
/external/chromium_org/third_party/skia/src/images/
H A DSkImageRef_ashmem.h31 virtual bool onDecode(SkImageDecoder* codec, SkStream* stream,
H A DSkImageRef_GlobalPool.cpp43 * and it is the (indirect) caller of onDecode(), therefore we can assume
47 bool SkImageRef_GlobalPool::onDecode(SkImageDecoder* codec, SkStream* stream, function in class:SkImageRef_GlobalPool
50 if (!this->INHERITED::onDecode(codec, stream, bitmap, config, mode)) {
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 DSkImageRef.cpp82 bool SkImageRef::onDecode(SkImageDecoder* codec, SkStream* stream, function in class:SkImageRef
124 if (this->onDecode(codec, fStream, &fBitmap, fConfig, mode)) {
H A DSkImageRef_ashmem.cpp129 bool SkImageRef_ashmem::onDecode(SkImageDecoder* codec, SkStream* stream, function in class:SkImageRef_ashmem
134 return this->INHERITED::onDecode(codec, stream, bitmap, config, mode);
140 bool success = this->INHERITED::onDecode(codec, stream, bitmap, config,
H A DSkImageDecoder_libgif.cpp26 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
157 bool SkGIFImageDecoder::onDecode(SkStream* sk_stream, SkBitmap* bm, Mode mode) { function in class:SkGIFImageDecoder
H A DSkImageDecoder_libico.cpp24 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
76 bool SkICOImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) function in class:SkICOImageDecoder
290 } //onDecode
/external/skia/include/images/
H A DSkImageRef_GlobalPool.h49 virtual bool onDecode(SkImageDecoder* codec, SkStream* stream,
H A DSkImageRef.h67 virtual bool onDecode(SkImageDecoder* codec, SkStream*, SkBitmap*,
/external/skia/src/images/
H A DSkImageRef_ashmem.h31 virtual bool onDecode(SkImageDecoder* codec, SkStream* stream,
H A DSkImageRef_GlobalPool.cpp43 * and it is the (indirect) caller of onDecode(), therefore we can assume
47 bool SkImageRef_GlobalPool::onDecode(SkImageDecoder* codec, SkStream* stream, function in class:SkImageRef_GlobalPool
50 if (!this->INHERITED::onDecode(codec, stream, bitmap, config, mode)) {
H A DSkImageDecoder_libbmp.cpp28 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
96 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 DSkImageRef.cpp82 bool SkImageRef::onDecode(SkImageDecoder* codec, SkStream* stream, function in class:SkImageRef
127 if (this->onDecode(codec, fStream, &fBitmap, fConfig, mode)) {
H A DSkImageRef_ashmem.cpp129 bool SkImageRef_ashmem::onDecode(SkImageDecoder* codec, SkStream* stream, function in class:SkImageRef_ashmem
134 return this->INHERITED::onDecode(codec, stream, bitmap, config, mode);
143 bool success = this->INHERITED::onDecode(codec, stream, bitmap, config,
H A DSkImageDecoder_libgif.cpp26 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
157 bool SkGIFImageDecoder::onDecode(SkStream* sk_stream, SkBitmap* bm, Mode mode) { function in class:SkGIFImageDecoder
/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/ports/
H A DSkImageDecoder_CG.cpp49 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode);
65 bool SkImageDecoder_CG::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_CG
H A DSkImageDecoder_WIC.cpp52 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
77 bool SkImageDecoder_WIC::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_WIC
/external/skia/src/ports/
H A DSkImageDecoder_CG.cpp49 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode);
65 bool SkImageDecoder_CG::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_CG
H A DSkImageDecoder_WIC.cpp52 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
77 bool SkImageDecoder_WIC::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { function in class:SkImageDecoder_WIC

Completed in 730 milliseconds

12