Searched refs:otherDecoder (Results 1 – 2 of 2) sorted by relevance
165 SkAutoTDelete<SkImageDecoder> otherDecoder(SkImageDecoder::Factory(&subStream)); in onDecode() local166 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()
169 SkAutoTDelete<SkImageDecoder> otherDecoder(SkImageDecoder::Factory(&subStream)); in onDecode() local170 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()