Searched refs:PNG_STRING_NEWLINE (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/libpng/ |
H A D | pngerror.c | 269 fprintf(stderr, PNG_STRING_NEWLINE); 275 fprintf(stderr, PNG_STRING_NEWLINE); 282 fprintf(stderr, PNG_STRING_NEWLINE); 333 fprintf(stderr, PNG_STRING_NEWLINE); 339 fprintf(stderr, PNG_STRING_NEWLINE); 346 fprintf(stderr, PNG_STRING_NEWLINE);
|
H A D | png.c | 726 return ((png_charp) PNG_STRING_NEWLINE \ 727 "libpng version 1.2.45 - July 7, 2011" PNG_STRING_NEWLINE \ 728 "Copyright (c) 1998-2010 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \ 729 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ 731 PNG_STRING_NEWLINE); 775 PNG_STRING_NEWLINE);
|
H A D | pngconf.h | 890 #ifndef PNG_STRING_NEWLINE 891 #define PNG_STRING_NEWLINE "\n" macro
|
H A D | png.h | 2619 #define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) 2622 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) 2625 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2) 2634 /* Note: ["%s"m PNG_STRING_NEWLINE] probably does not work on non-ISO 2642 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 2650 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 2658 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 2670 m,PNG_STRING_NEWLINE); \ 2681 m,PNG_STRING_NEWLINE); \ 2692 m,PNG_STRING_NEWLINE); \ [all...] |
/external/libpng/ |
H A D | pngerror.c | 269 fprintf(stderr, PNG_STRING_NEWLINE); 275 fprintf(stderr, PNG_STRING_NEWLINE); 282 fprintf(stderr, PNG_STRING_NEWLINE); 333 fprintf(stderr, PNG_STRING_NEWLINE); 339 fprintf(stderr, PNG_STRING_NEWLINE); 346 fprintf(stderr, PNG_STRING_NEWLINE);
|
H A D | png.c | 727 return ((png_charp) PNG_STRING_NEWLINE \ 728 "libpng version 1.2.46 - July 9, 2011" PNG_STRING_NEWLINE \ 729 "Copyright (c) 1998-2011 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \ 730 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ 732 PNG_STRING_NEWLINE); 776 PNG_STRING_NEWLINE);
|
H A D | pngconf.h | 894 #ifndef PNG_STRING_NEWLINE 895 #define PNG_STRING_NEWLINE "\n" macro
|
H A D | png.h | 2691 #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) 2706 /* Note: ["%s"m PNG_STRING_NEWLINE] probably does not work on non-ISO 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); \ [all...] |
Completed in 642 milliseconds