OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_STRING_NEWLINE
(Results
1 - 6
of
6
) 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
818
return
PNG_STRING_NEWLINE
\
819
"libpng version 1.6.34 - September 29, 2017"
PNG_STRING_NEWLINE
\
821
PNG_STRING_NEWLINE
\
822
"Copyright (c) 1996-1997 Andreas Dilger"
PNG_STRING_NEWLINE
\
824
PNG_STRING_NEWLINE
;
867
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
...]
Completed in 126 milliseconds