Lines Matching refs:incResult
115 const SkCodec::Result incResult = this->codec()->incrementalDecode(&rowsDecoded);
116 if (incResult == SkCodec::kSuccess) {
119 SkASSERT(incResult == SkCodec::kIncompleteInput || incResult == SkCodec::kErrorInInput);
124 return incResult;
240 const SkCodec::Result incResult = this->codec()->incrementalDecode(&rowsDecoded);
241 if (incResult == SkCodec::kSuccess) {
244 SkASSERT(incResult == SkCodec::kIncompleteInput || incResult == SkCodec::kErrorInInput);
249 return incResult;