HomeSort by relevance Sort by last modified time
    Searched refs:webp_idecode (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp 167 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/
SkImageDecoder_libwebp.cpp 167 static bool webp_idecode(SkStream* stream, WebPDecoderConfig& config) { function
368 if (!webp_idecode(this->inputStream, config)) {
426 return webp_idecode(stream, config);

Completed in 154 milliseconds