Searched refs:WebPDecodeRGBA (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp.py | 111 def WebPDecodeRGBA(data): function 113 return _libwebp.WebPDecodeRGBA(data)
|
D | libwebp.swig | 102 DECODE_AUTODOC(WebPDecodeRGBA); 123 %newobject WebPDecodeRGBA; 131 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size, 191 { "WebPDecodeRGBA", 4 },
|
D | libwebp_java_wrap.c | 1171 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4);
|
D | libwebp_python_wrap.c | 3767 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeRGBA()
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | simple_api_fuzzer.c | 31 buf = WebPDecodeRGBA(data, size, &w, &h); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 59 WEBP_EXTERN uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size,
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | webp_dec.c | 638 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size, in WebPDecodeRGBA() function
|
/third_party/skia/third_party/externals/libwebp/ |
D | README | 173 WebPDecodeRGBA
|