Home
last modified time | relevance | path

Searched refs:WebPDecodeARGB (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.py115 def WebPDecodeARGB(data): function
117 return _libwebp.WebPDecodeARGB(data)
Dlibwebp.swig103 DECODE_AUTODOC(WebPDecodeARGB);
124 %newobject WebPDecodeARGB;
133 uint8_t* WebPDecodeARGB(const uint8_t* data, size_t data_size,
192 { "WebPDecodeARGB", 4 },
Dlibwebp_java_wrap.c1227 result = (uint8_t *)WebPDecodeARGB((uint8_t const *)arg1,arg2,arg3,arg4);
Dlibwebp_python_wrap.c3820 result = (uint8_t *)WebPDecodeARGB((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeARGB()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dsimple_api_fuzzer.c36 buf = WebPDecodeARGB(data, size, &w, &h); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h63 WEBP_EXTERN uint8_t* WebPDecodeARGB(const uint8_t* data, size_t data_size,
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c643 uint8_t* WebPDecodeARGB(const uint8_t* data, size_t data_size, in WebPDecodeARGB() function
/third_party/skia/third_party/externals/libwebp/
DREADME174 WebPDecodeARGB
DChangeLog4052 d646d5c7 swig: add WebPDecodeARGB