Searched refs:WebPGetDecoderVersion (Results 1 – 16 of 16) sorted by relevance
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
31 final int version = libwebp.WebPGetDecoderVersion();63 print "libwebp decoder version: %x" % libwebp.WebPGetDecoderVersion()
99 def WebPGetDecoderVersion(): function101 return _libwebp.WebPGetDecoderVersion()
33 func WebPGetDecoderVersion() int func
28 ·WebPGetDecoderVersion(struct { in WebPGetDecoderVersion() function
215 result = (int)WebPGetDecoderVersion(); in _wrap_WebPGetDecoderVersion()
114 int WebPGetDecoderVersion(void);
1017 result = (int)WebPGetDecoderVersion();
3632 result = (int)WebPGetDecoderVersion(); in _wrap_WebPGetDecoderVersion()
39 WEBP_EXTERN int WebPGetDecoderVersion(void);
227 const int version = WebPGetDecoderVersion(); in main()
538 const int dec_version = WebPGetDecoderVersion(); in main()
780 *decoder_version = WebPGetDecoderVersion(); in GetAnimatedImageVersions()
1151 const int version = WebPGetDecoderVersion(); in main()
190 WebPGetDecoderVersion
25 int WebPGetDecoderVersion(void) { in WebPGetDecoderVersion() function