Lines Matching refs:result
31 Result* result) {
35 // byte size is stored in the stream as a uint32_t, and may result in a large or
55 *result = kIncompleteInput;
63 *result = kInvalidInput;
83 *result = kInternalError;
93 *result = kIncompleteInput;
136 *result = kInvalidInput;
185 *result = kIncompleteInput;
227 *result = kSuccess;
304 SkCodec::Result result = kInvalidScale;
312 result = embeddedCodec->getPixels(dstInfo, dst, dstRowBytes, &opts);
313 switch (result) {
319 return result;
329 return result;
335 SkCodec::Result result = kInvalidScale;
343 result = embeddedCodec->startScanlineDecode(dstInfo, &options);
344 if (kSuccess == result) {
346 return result;
353 return result;