Searched refs:WebPDecodeARGB (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp.py | 115 def WebPDecodeARGB(data): function 117 return _libwebp.WebPDecodeARGB(data)
|
D | libwebp.swig | 103 DECODE_AUTODOC(WebPDecodeARGB); 124 %newobject WebPDecodeARGB; 133 uint8_t* WebPDecodeARGB(const uint8_t* data, size_t data_size, 192 { "WebPDecodeARGB", 4 },
|
D | libwebp_java_wrap.c | 1227 result = (uint8_t *)WebPDecodeARGB((uint8_t const *)arg1,arg2,arg3,arg4);
|
D | libwebp_python_wrap.c | 3820 result = (uint8_t *)WebPDecodeARGB((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeARGB()
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | simple_api_fuzzer.c | 36 buf = WebPDecodeARGB(data, size, &w, &h); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 63 WEBP_EXTERN uint8_t* WebPDecodeARGB(const uint8_t* data, size_t data_size,
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | webp_dec.c | 643 uint8_t* WebPDecodeARGB(const uint8_t* data, size_t data_size, in WebPDecodeARGB() function
|
/third_party/skia/third_party/externals/libwebp/ |
D | README | 174 WebPDecodeARGB
|
D | ChangeLog | 4052 d646d5c7 swig: add WebPDecodeARGB
|