Home
last modified time | relevance | path

Searched refs:WebPGetDecoderVersion (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/libwebp/swig/
DREADME26 final int version = libwebp.WebPGetDecoderVersion();
52 print "libwebp decoder version: %x" % libwebp.WebPGetDecoderVersion()
Dlibwebp.go33 func WebPGetDecoderVersion() int func
Dlibwebp_gc.c28 ·WebPGetDecoderVersion(struct { in WebPGetDecoderVersion() function
Dlibwebp.py99 def WebPGetDecoderVersion(): function
101 return _libwebp.WebPGetDecoderVersion()
Dlibwebp_go_wrap.c215 result = (int)WebPGetDecoderVersion(); in _wrap_WebPGetDecoderVersion()
Dlibwebp.swig114 int WebPGetDecoderVersion(void);
Dlibwebp_java_wrap.c1017 result = (int)WebPGetDecoderVersion();
Dlibwebp_python_wrap.c3632 result = (int)WebPGetDecoderVersion(); in _wrap_WebPGetDecoderVersion()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h39 WEBP_EXTERN int WebPGetDecoderVersion(void);
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c227 const int version = WebPGetDecoderVersion(); in main()
Dvwebp.c520 const int dec_version = WebPGetDecoderVersion(); in main()
Danim_util.c777 *decoder_version = WebPGetDecoderVersion(); in GetAnimatedImageVersions()
Dwebpinfo.c1147 const int version = WebPGetDecoderVersion(); in main()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.c25 int WebPGetDecoderVersion(void) { in WebPGetDecoderVersion() function
/third_party/skia/third_party/externals/libwebp/
DREADME171 WebPGetDecoderVersion