Searched refs:webp_parse_header (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libwebp.cpp | 62 static bool webp_parse_header(SkStream* stream, int* width, int* height, in webp_parse_header() function 285 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) { in onBuildTileIndex() 386 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) { in onDecode() 565 if (!webp_parse_header(stream, &width, &height, &hasAlpha)) { in sk_libwebp_dfactory()
|
/external/skia/legacy/src/images/ |
D | SkImageDecoder_libwebp.cpp | 62 static bool webp_parse_header(SkStream* stream, int* width, int* height, in webp_parse_header() function 291 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) { in onBuildTileIndex() 392 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) { in onDecode() 568 if (!webp_parse_header(stream, &width, &height, &hasAlpha)) { in DFactory()
|