HomeSort by relevance Sort by last modified time
    Searched refs:PNG_STRING_NEWLINE (Results 1 - 13 of 13) sorted by null

  /external/libpng/
pngdebug.h 47 # ifndef PNG_STRING_NEWLINE
48 # define PNG_STRING_NEWLINE "\n"
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...]
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);
812 fprintf(stderr, PNG_STRING_NEWLINE);
820 fprintf(stderr, PNG_STRING_NEWLINE);
png.c 777 return PNG_STRING_NEWLINE \
778 "libpng version 1.6.25 - September 1, 2016" PNG_STRING_NEWLINE \
780 PNG_STRING_NEWLINE \
781 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
783 PNG_STRING_NEWLINE;
826 PNG_STRING_NEWLINE;
    [all...]
  /external/pdfium/third_party/libpng16/
pngdebug.h 47 # ifndef PNG_STRING_NEWLINE
48 # define PNG_STRING_NEWLINE "\n"
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...]
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);
812 fprintf(stderr, PNG_STRING_NEWLINE);
820 fprintf(stderr, PNG_STRING_NEWLINE);
png.c 777 return PNG_STRING_NEWLINE \
778 "libpng version 1.6.22 - May 26, 2016" PNG_STRING_NEWLINE \
780 PNG_STRING_NEWLINE \
781 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
783 PNG_STRING_NEWLINE;
826 PNG_STRING_NEWLINE;
    [all...]
  /external/skia/third_party/libpng/
pngdebug.h 47 # ifndef PNG_STRING_NEWLINE
48 # define PNG_STRING_NEWLINE "\n"
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...]
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);
812 fprintf(stderr, PNG_STRING_NEWLINE);
820 fprintf(stderr, PNG_STRING_NEWLINE);
png.c 777 return PNG_STRING_NEWLINE \
778 "libpng version 1.6.22rc01 - May 14, 2016" PNG_STRING_NEWLINE \
780 PNG_STRING_NEWLINE \
781 "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
783 PNG_STRING_NEWLINE;
826 PNG_STRING_NEWLINE;
    [all...]
  /external/syslinux/com32/lib/libpng/
pngerror.c 259 fprintf(stderr, PNG_STRING_NEWLINE);
265 fprintf(stderr, PNG_STRING_NEWLINE);
272 fprintf(stderr, PNG_STRING_NEWLINE);
323 fprintf(stderr, PNG_STRING_NEWLINE);
329 fprintf(stderr, PNG_STRING_NEWLINE);
336 fprintf(stderr, PNG_STRING_NEWLINE);
png.c 726 return ((png_charp) PNG_STRING_NEWLINE \
727 "libpng version 1.2.44 - June 26, 2010" 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);
  /external/syslinux/com32/include/
pngconf.h 890 #ifndef PNG_STRING_NEWLINE
891 #define PNG_STRING_NEWLINE "\n"
    [all...]
png.h     [all...]

Completed in 186 milliseconds