Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp177 static SkImageDecoder::Result return_failure(const jpeg_decompress_struct& cinfo, in return_failure() function
370 return return_failure(cinfo, *bm, "setjmp"); in onDecode()
378 return return_failure(cinfo, *bm, "read_header"); in onDecode()
433 return return_failure(cinfo, *bm, "start_decompress"); in onDecode()
449 return return_failure(cinfo, *bm, "allocPixelRef"); in onDecode()
476 return return_failure(cinfo, *bm, "shouldCancelDecode"); in onDecode()
490 return return_failure(cinfo, *bm, "jpeg colorspace"); in onDecode()
494 return return_failure(cinfo, *bm, "sampler.begin"); in onDecode()
502 return return_failure(cinfo, *bm, "skip rows"); in onDecode()
520 return return_failure(cinfo, *bm, "shouldCancelDecode"); in onDecode()
[all …]
DSkImageDecoder_libwebp.cpp161 static SkImageDecoder::Result return_failure(const SkBitmap& bm, const char msg[]) { in return_failure() function
311 return return_failure(*decodedBitmap, "allocPixelRef"); in onDecode()