Searched defs:PNG_STRING_NEWLINE (Results 1 - 4 of 4) sorted by relevance
/external/libpng/ |
H A 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...] |
/external/pdfium/third_party/libpng16/ |
H A 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...] |
/external/skia/third_party/libpng/ |
H A 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...] |
/external/syslinux/com32/include/ |
H A D | pngconf.h | 890 #ifndef PNG_STRING_NEWLINE 891 #define PNG_STRING_NEWLINE "\n" macro
|
Completed in 445 milliseconds