Searched refs:otherDecoder (Results 1 – 1 of 1) sorted by relevance
134 SkAutoTDelete<SkImageDecoder> otherDecoder(SkImageDecoder::Factory(&subStream)); in onDecode() local135 if (otherDecoder.get() != nullptr) { in onDecode()138 if (otherDecoder->getFormat() == SkImageDecoder::kICO_Format) { in onDecode()142 this->copyFieldsToOther(otherDecoder.get()); in onDecode()143 const Result result = otherDecoder->decode(&subStream, bm, this->getDefaultPref(), in onDecode()