Searched refs:PNG_STRING_NEWLINE (Results 1 – 7 of 7) sorted by relevance
/external/libpng/ |
D | pngdebug.h | 47 # 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 …]
|
D | pngerror.c | 734 fprintf(stderr, PNG_STRING_NEWLINE); 741 fprintf(stderr, PNG_STRING_NEWLINE); 749 fprintf(stderr, PNG_STRING_NEWLINE); 805 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning() 812 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning() 820 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning()
|
D | png.c | 817 return PNG_STRING_NEWLINE \ in png_get_copyright() 818 "libpng version 1.6.37" PNG_STRING_NEWLINE \ in png_get_copyright() 819 "Copyright (c) 2018-2019 Cosmin Truta" PNG_STRING_NEWLINE \ in png_get_copyright() 821 PNG_STRING_NEWLINE \ in png_get_copyright() 822 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ in png_get_copyright() 824 PNG_STRING_NEWLINE; in png_get_copyright() 861 PNG_STRING_NEWLINE;
|
D | CHANGES | 2143 Added PNG_STRING_NEWLINE macro 2146 Revised usage of PNG_STRING_NEWLINE to work on non-ISO compilers.
|
/external/pdfium/third_party/libpng16/ |
D | pngdebug.h | 47 # 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 …]
|
D | pngerror.c | 734 fprintf(stderr, PNG_STRING_NEWLINE); 741 fprintf(stderr, PNG_STRING_NEWLINE); 749 fprintf(stderr, PNG_STRING_NEWLINE); 805 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning() 812 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning() 820 fprintf(stderr, PNG_STRING_NEWLINE); in png_default_warning()
|
D | png.c | 817 return PNG_STRING_NEWLINE \ in png_get_copyright() 818 "libpng version 1.6.37" PNG_STRING_NEWLINE \ in png_get_copyright() 819 "Copyright (c) 2018-2019 Cosmin Truta" PNG_STRING_NEWLINE \ in png_get_copyright() 821 PNG_STRING_NEWLINE \ in png_get_copyright() 822 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ in png_get_copyright() 824 PNG_STRING_NEWLINE; in png_get_copyright() 861 PNG_STRING_NEWLINE;
|