Searched defs:PNG_STRING_NEWLINE (Results 1 - 3 of 3) sorted by relevance

/external/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)
85 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
93 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
101 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \
113 m,PNG_STRING_NEWLINE); \
124 m,PNG_STRING_NEWLINE); \
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngconf.h890 #ifndef PNG_STRING_NEWLINE
891 #define PNG_STRING_NEWLINE "\n" macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h894 #ifndef PNG_STRING_NEWLINE
895 #define PNG_STRING_NEWLINE "\n" macro

Completed in 117 milliseconds