Searched refs:WebPGetDecoderVersion (Results 1 – 25 of 26) sorted by relevance
12
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/webp/ com/google/webp/libwebp ...
26 final int version = libwebp.WebPGetDecoderVersion();52 print "libwebp decoder version: %x" % libwebp.WebPGetDecoderVersion()
33 func WebPGetDecoderVersion() int func
28 ·WebPGetDecoderVersion(struct { in WebPGetDecoderVersion() function
71 def WebPGetDecoderVersion(): function73 return _libwebp.WebPGetDecoderVersion()
215 result = (int)WebPGetDecoderVersion(); in _wrap_WebPGetDecoderVersion()
111 int WebPGetDecoderVersion(void);
1017 result = (int)WebPGetDecoderVersion();
3407 result = (int)WebPGetDecoderVersion(); in _wrap_WebPGetDecoderVersion()
39 WEBP_EXTERN int WebPGetDecoderVersion(void);
226 const int version = WebPGetDecoderVersion(); in main()
507 const int dec_version = WebPGetDecoderVersion(); in main()
777 *decoder_version = WebPGetDecoderVersion(); in GetAnimatedImageVersions()
1147 const int version = WebPGetDecoderVersion(); in main()
25 int WebPGetDecoderVersion(void) { in WebPGetDecoderVersion() function
268 AC_CHECK_LIB([webp], [WebPGetDecoderVersion], [
1097 configure:13270: checking for WebPGetDecoderVersion in -lwebp1132 | char WebPGetDecoderVersion ();1136 | return WebPGetDecoderVersion ();
13286 char WebPGetDecoderVersion ();13290 return WebPGetDecoderVersion ();13340 char WebPGetDecoderVersion ();13344 return WebPGetDecoderVersion ();
171 WebPGetDecoderVersion
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WebPGetDecoderVersion in -lwebp" >&513271 $as_echo_n "checking for WebPGetDecoderVersion in -lwebp... " >&6; }13286 char WebPGetDecoderVersion ();13290 return WebPGetDecoderVersion ();13324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WebPGetDecoderVersion in -lwebp" >&513325 $as_echo_n "checking for WebPGetDecoderVersion in -lwebp... " >&6; }13340 char WebPGetDecoderVersion ();13344 return WebPGetDecoderVersion ();
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WebPGetDecoderVersion in -lwebp" >&514263 $as_echo_n "checking for WebPGetDecoderVersion in -lwebp... " >&6; }14278 char WebPGetDecoderVersion ();14282 return WebPGetDecoderVersion ();14318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WebPGetDecoderVersion in -lwebp" >&514319 $as_echo_n "checking for WebPGetDecoderVersion in -lwebp... " >&6; }14334 char WebPGetDecoderVersion ();14338 return WebPGetDecoderVersion ();
2978 AC_CHECK_LIB([webp], [WebPGetDecoderVersion], [
Completed in 100 milliseconds