Searched refs:png_get_copyright (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngmem.c51 return (png_get_copyright(NULL));
H A Dpngusr.h221 #define png_get_copyright wk_png_get_copyright macro
H A Dpng.c719 png_get_copyright(png_structp png_ptr) function
H A Dpng.h387 * A "png_get_copyright" function is available, for convenient use in "about"
390 * printf("%s",png_get_copyright(NULL));
2712 extern PNG_EXPORT(png_charp,png_get_copyright) PNGARG((png_structp png_ptr));
/external/qemu/distrib/libpng-1.2.46/
H A Dpngmem.c51 return (png_get_copyright(NULL));
H A Dpng.c720 png_get_copyright(png_structp png_ptr) function
H A Dpng.h390 * A "png_get_copyright" function is available, for convenient use in "about"
393 * printf("%s",png_get_copyright(NULL));
2784 extern PNG_EXPORT(png_charp,png_get_copyright) PNGARG((png_structp png_ptr));
/external/libpng/
H A Dpngtest.c1703 fprintf(STDERR, "%s", png_get_copyright(NULL));
H A Dpng.h315 * A "png_get_copyright" function is available, for convenient use in "about"
318 * printf("%s", png_get_copyright(NULL));
2483 PNG_EXPORT(180, png_const_charp, png_get_copyright,
H A Dpng.c768 png_get_copyright(png_const_structrp png_ptr) function

Completed in 778 milliseconds