Searched refs:WebPDecodeBGRA (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp.py | 123 def WebPDecodeBGRA(data): function 125 return _libwebp.WebPDecodeBGRA(data)
|
D | libwebp.swig | 105 DECODE_AUTODOC(WebPDecodeBGRA); 126 %newobject WebPDecodeBGRA; 137 uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size, 194 { "WebPDecodeBGRA", 4 },
|
D | libwebp_java_wrap.c | 1339 result = (uint8_t *)WebPDecodeBGRA((uint8_t const *)arg1,arg2,arg3,arg4);
|
D | libwebp_python_wrap.c | 3926 result = (uint8_t *)WebPDecodeBGRA((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeBGRA()
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | simple_api_fuzzer.c | 33 buf = WebPDecodeBGRA(data, size, &w, &h); in LLVMFuzzerTestOneInput()
|
D | enc_dec_fuzzer.cc | 103 uint8_t* const rgba = WebPDecodeBGRA(out_data, out_size, &w, &h); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 67 WEBP_EXTERN uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size,
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | webp_dec.c | 653 uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size, in WebPDecodeBGRA() function
|
/third_party/skia/third_party/externals/libwebp/ |
D | README | 175 WebPDecodeBGRA
|