Home
last modified time | relevance | path

Searched refs:otherDecoder (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libico.cpp165 SkAutoTDelete<SkImageDecoder> otherDecoder(SkImageDecoder::Factory(&subStream)); in onDecode() local
166 if (otherDecoder.get() != NULL) { in onDecode()
168 if (otherDecoder->getFormat() == SkImageDecoder::kICO_Format) { in onDecode()
172 this->copyFieldsToOther(otherDecoder.get()); in onDecode()
173 if(otherDecoder->decode(&subStream, bm, this->getDefaultPref(), mode)) { in onDecode()
/external/skia/src/images/
DSkImageDecoder_libico.cpp169 SkAutoTDelete<SkImageDecoder> otherDecoder(SkImageDecoder::Factory(&subStream)); in onDecode() local
170 if (otherDecoder.get() != NULL) { in onDecode()
173 if (otherDecoder->getFormat() == SkImageDecoder::kICO_Format) { in onDecode()
177 this->copyFieldsToOther(otherDecoder.get()); in onDecode()
178 const Result result = otherDecoder->decode(&subStream, bm, this->getDefaultPref(), in onDecode()