Home
last modified time | relevance | path

Searched refs:PNG_CONST (Results 1 – 3 of 3) sorted by relevance

/external/libpng/
Dpngconf.h64 #define PNG_CONST const /* backward compatibility only */ macro
DCHANGES1637 Made swap tables in pngtrans.c PNG_CONST (Carlo Bramix).
1901 Changed "const static" to "static PNG_CONST" everywhere, mostly undoing
1902 change of libpng-1.2.17beta2. Changed other "const" to "PNG_CONST"
1920 Removed some PNG_CONST in pngwutil.c to avoid compiler warnings.
2410 Removed PNG_CONST from all "PNG_CONST PNG_CHNK" declarations to avoid
2529 Avoid redefining PNG_CONST in pngconf.h
2908 Changed char *msg to PNG_CONST char *msg in pngrutil.c
3604 bytes and made PNG_CONST and static (previously some arrays were
3605 marked PNG_CONST and some weren't).
3723 Removed PNG_CONST from the sRGB table declarations in pngpriv.h and png.c
/external/pdfium/third_party/libpng16/
Dpngconf.h64 #define PNG_CONST const /* backward compatibility only */ macro