Home
last modified time | relevance | path

Searched refs:WebPDecodeRGBA (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.py111 def WebPDecodeRGBA(data): function
113 return _libwebp.WebPDecodeRGBA(data)
Dlibwebp.swig102 DECODE_AUTODOC(WebPDecodeRGBA);
123 %newobject WebPDecodeRGBA;
131 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size,
191 { "WebPDecodeRGBA", 4 },
Dlibwebp_java_wrap.c1171 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4);
Dlibwebp_python_wrap.c3767 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeRGBA()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dsimple_api_fuzzer.c31 buf = WebPDecodeRGBA(data, size, &w, &h); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h59 WEBP_EXTERN uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size,
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c638 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size, in WebPDecodeRGBA() function
/third_party/skia/third_party/externals/libwebp/
DREADME173 WebPDecodeRGBA