Searched defs:PNG_STRING_NEWLINE (Results 1 - 2 of 2) 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...]
/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...]

Completed in 75 milliseconds