Searched refs:wrap_WebPEncodeRGB (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/google/webp/
com/google/webp/libwebp ... |
A D | libwebp.py | 103 def wrap_WebPEncodeRGB(*args): function 105 return _libwebp.wrap_WebPEncodeRGB(*args) 138 webp = wrap_WebPEncodeRGB(
|
A D | libwebp.swig | 192 { "wrap_WebPEncodeRGB", 1 }, 266 %newobject wrap_WebPEncodeRGB; 277 %javamethodmodifiers wrap_WebPEncodeRGB "private";
|
A D | libwebp_java_wrap.c | 1404 result = (uint8_t *)wrap_WebPEncodeRGB((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
|
A D | libwebp_python_wrap.c | 3832 result = (uint8_t *)wrap_WebPEncodeRGB((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8); in _wrap_wrap_WebPEncodeRGB()
|
Completed in 19 milliseconds