Searched refs:PNG_STRING_NEWLINE (Results 1 - 9 of 9) sorted by relevance

/external/libpng/
H A Dpngdebug.h47 # ifndef PNG_STRING_NEWLINE
48 # define PNG_STRING_NEWLINE "\n" macro
60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE)
63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1)
67 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
84 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
92 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
100 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
112 m,PNG_STRING_NEWLINE); \
123 m,PNG_STRING_NEWLINE); \
[all...]
H A Dpngerror.c734 fprintf(stderr, PNG_STRING_NEWLINE);
741 fprintf(stderr, PNG_STRING_NEWLINE);
749 fprintf(stderr, PNG_STRING_NEWLINE);
805 fprintf(stderr, PNG_STRING_NEWLINE);
812 fprintf(stderr, PNG_STRING_NEWLINE);
820 fprintf(stderr, PNG_STRING_NEWLINE);
H A Dpng.c777 return PNG_STRING_NEWLINE \
778 "libpng version 1.6.22beta03 - February 8, 2016" PNG_STRING_NEWLINE \
780 PNG_STRING_NEWLINE \
781 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
783 PNG_STRING_NEWLINE;
826 PNG_STRING_NEWLINE;
/external/opencv3/3rdparty/libpng/
H A Dpngdebug.h48 # ifndef PNG_STRING_NEWLINE
49 # define PNG_STRING_NEWLINE "\n" macro
61 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE)
64 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1)
68 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
80 /* Note: ["%s"m PNG_STRING_NEWLINE] probably does not work on
88 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
96 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
104 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
116 m,PNG_STRING_NEWLINE); \
[all...]
H A Dpngerror.c541 fprintf(stderr, PNG_STRING_NEWLINE);
548 fprintf(stderr, PNG_STRING_NEWLINE);
556 fprintf(stderr, PNG_STRING_NEWLINE);
613 fprintf(stderr, PNG_STRING_NEWLINE);
620 fprintf(stderr, PNG_STRING_NEWLINE);
628 fprintf(stderr, PNG_STRING_NEWLINE);
H A Dpng.c657 return PNG_STRING_NEWLINE \
658 "libpng version 1.5.12 - July 11, 2012" PNG_STRING_NEWLINE \
659 "Copyright (c) 1998-2012 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \
660 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
662 PNG_STRING_NEWLINE;
705 PNG_STRING_NEWLINE;
/external/pdfium/third_party/lpng_v163/
H A Dpngdebug.h48 # ifndef PNG_STRING_NEWLINE
49 # define PNG_STRING_NEWLINE "\n" macro
61 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE)
64 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1)
68 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
80 /* Note: ["%s"m PNG_STRING_NEWLINE] probably does not work on
88 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
96 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
104 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \
116 m,PNG_STRING_NEWLINE); \
[all...]
H A Dpngerror.c711 fprintf(stderr, PNG_STRING_NEWLINE);
718 fprintf(stderr, PNG_STRING_NEWLINE);
726 fprintf(stderr, PNG_STRING_NEWLINE);
773 fprintf(stderr, PNG_STRING_NEWLINE);
780 fprintf(stderr, PNG_STRING_NEWLINE);
788 fprintf(stderr, PNG_STRING_NEWLINE);
H A Dpng.c769 return PNG_STRING_NEWLINE \
770 "libpng version 1.6.3 - July 18, 2013" PNG_STRING_NEWLINE \
771 "Copyright (c) 1998-2013 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \
772 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
774 PNG_STRING_NEWLINE;
817 PNG_STRING_NEWLINE;

Completed in 470 milliseconds