Home
last modified time | relevance | path

Searched refs:PNG_STRING_NEWLINE (Results 1 – 4 of 4) sorted by relevance

/external/libpng/
Dpngerror.c269 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_error()
275 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_error()
282 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_error()
333 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning()
339 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning()
346 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning()
Dpng.c727 return ((png_charp) PNG_STRING_NEWLINE \ in png_get_copyright()
728 "libpng version 1.2.46 - July 9, 2011" PNG_STRING_NEWLINE \ in png_get_copyright()
729 "Copyright (c) 1998-2011 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \ in png_get_copyright()
730 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ in png_get_copyright()
732 PNG_STRING_NEWLINE); in png_get_copyright()
776 PNG_STRING_NEWLINE); in png_get_header_version()
Dpng.h2691 #define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE)
2694 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1)
2697 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
2714 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
2722 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
2730 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
2742 m,PNG_STRING_NEWLINE); \
2753 m,PNG_STRING_NEWLINE); \
2764 m,PNG_STRING_NEWLINE); \
Dpngconf.h894 #ifndef PNG_STRING_NEWLINE
895 #define PNG_STRING_NEWLINE "\n" macro