HomeSort by relevance Sort by last modified time
    Searched defs:png_libpng_ver (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/libpng-1.2.19/
png.c 22 /* png_libpng_ver was changed to a function in version 1.0.5c */
23 PNG_CONST char png_libpng_ver[18] = PNG_LIBPNG_VER_STRING; variable
817 return((png_uint_32) PNG_LIBPNG_VER);
png.h 162 * PNG_LIBPNG_VER macro, which is not used within libpng but is available
399 #define PNG_LIBPNG_VER 10219 /* 1.2.19 */
487 PNG_EXPORT_VAR (PNG_CONST char) png_libpng_ver[18];
490 #define png_libpng_ver png_get_header_ver(NULL) macro
    [all...]
  /external/libpng/
png.c 27 /* png_libpng_ver was changed to a function in version 1.0.5c */
28 PNG_CONST char png_libpng_ver[18] = PNG_LIBPNG_VER_STRING; variable
814 return((png_uint_32) PNG_LIBPNG_VER);
png.h 277 * PNG_LIBPNG_VER macro, which is not used within libpng but is available
518 #define PNG_LIBPNG_VER 10246 /* 1.2.46 */
606 PNG_EXPORT_VAR (PNG_CONST char) png_libpng_ver[18];
609 #define png_libpng_ver png_get_header_ver(NULL) macro
    [all...]

Completed in 37 milliseconds