Home
last modified time | relevance | path

Searched refs:WebPDecodeARGBInto (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dsimple_api_fuzzer.c55 WebPDecodeARGBInto(data, size, ext_buf, buf_size, stride); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h105 WEBP_EXTERN uint8_t* WebPDecodeARGBInto(
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c560 uint8_t* WebPDecodeARGBInto(const uint8_t* data, size_t data_size, in WebPDecodeARGBInto() function
/third_party/skia/third_party/externals/libwebp/
DChangeLog4053 78aeed40 add missing WebPDecodeARGBInto() and switch ARGB4444 to RGBA4444 as was intended