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

  /external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp 62 static bool webp_parse_header(SkStream* stream, int* width, int* height, function
291 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
392 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
568 if (!webp_parse_header(stream, &width, &height, &hasAlpha)) {
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 62 static bool webp_parse_header(SkStream* stream, int* width, int* height, function
285 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
386 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) {
565 if (!webp_parse_header(stream, &width, &height, &hasAlpha)) {

Completed in 223 milliseconds