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

  /external/syslinux/com32/lib/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);
  /external/libpng/
png.h 226 * PNG_LIBPNG_VER macro, which is not used within libpng but is available
357 #define PNG_LIBPNG_VER 10625 /* 1.6.25 */
410 #define png_libpng_ver png_get_header_ver(NULL) macro
    [all...]
  /external/pdfium/third_party/libpng16/
png.h 225 * PNG_LIBPNG_VER macro, which is not used within libpng but is available
357 #define PNG_LIBPNG_VER 10622 /* 1.6.22 */
410 #define png_libpng_ver png_get_header_ver(NULL) macro
    [all...]
  /external/skia/third_party/libpng/
png.h 225 * PNG_LIBPNG_VER macro, which is not used within libpng but is available
357 #define PNG_LIBPNG_VER 10622 /* 1.6.22 */
410 #define png_libpng_ver png_get_header_ver(NULL) macro
    [all...]
  /external/syslinux/com32/include/
png.h 269 * PNG_LIBPNG_VER macro, which is not used within libpng but is available
510 #define PNG_LIBPNG_VER 10244 /* 1.2.44 */
598 PNG_EXPORT_VAR (PNG_CONST char) png_libpng_ver[18];
601 #define png_libpng_ver png_get_header_ver(NULL) macro
    [all...]

Completed in 300 milliseconds