Home
last modified time | relevance | path

Searched refs:wrap_WebPEncodeBGR (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.py135 def wrap_WebPEncodeBGR(rgb, unused1, unused2, width, height, stride, quality_factor): function
137 return _libwebp.wrap_WebPEncodeBGR(rgb, unused1, unused2, width, height, stride, quality_factor)
186 webp = wrap_WebPEncodeBGR(
Dlibwebp.swig196 { "wrap_WebPEncodeBGR", 1 },
270 %newobject wrap_WebPEncodeBGR;
281 %javamethodmodifiers wrap_WebPEncodeBGR "private";
Dlibwebp_java_wrap.c1454 result = (uint8_t *)wrap_WebPEncodeBGR((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
Dlibwebp_python_wrap.c4177 result = (uint8_t *)wrap_WebPEncodeBGR((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8); in _wrap_wrap_WebPEncodeBGR()