Searched defs:webp_idecode (Results 1 - 2 of 2) sorted by relevance

/external/skia/legacy/src/images/
H A DSkImageDecoder_libwebp.cpp167 static bool webp_idecode(SkStream* stream, WebPDecoderConfig& config) { function
374 if (!webp_idecode(this->inputStream, config)) {
432 return webp_idecode(stream, config);
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp167 static bool webp_idecode(SkStream* stream, WebPDecoderConfig& config) { function
368 if (!webp_idecode(this->inputStream, config)) {
426 return webp_idecode(stream, config);

Completed in 21 milliseconds