Searched refs:WebPDecodeBGR (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp.py | 119 def WebPDecodeBGR(data): function 121 return _libwebp.WebPDecodeBGR(data)
|
D | libwebp.swig | 104 DECODE_AUTODOC(WebPDecodeBGR); 125 %newobject WebPDecodeBGR; 135 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size, 193 { "WebPDecodeBGR", 3 },
|
D | libwebp_java_wrap.c | 1283 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4);
|
D | libwebp_python_wrap.c | 3873 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeBGR()
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | simple_api_fuzzer.c | 40 buf = WebPDecodeBGR(data, size, &w, &h); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 76 WEBP_EXTERN uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size,
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | webp_dec.c | 648 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size, in WebPDecodeBGR() function
|
/third_party/skia/third_party/externals/libwebp/ |
D | README | 176 WebPDecodeBGR
|