Searched refs:PNG_INTERNAL_DATA (Results 1 – 3 of 3) sorted by relevance
/external/libpng/scripts/ |
D | intprefix.c | 12 #define PNG_INTERNAL_DATA(type, name, array)\ macro
|
/external/pdfium/third_party/libpng16/ |
D | pngpriv.h | 290 #ifndef PNG_INTERNAL_DATA 291 # define PNG_INTERNAL_DATA(type, name, array) PNG_LINKAGE_DATA type name array macro 860 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_table, [256]); 866 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]); 867 PNG_INTERNAL_DATA(const png_byte, png_sRGB_delta, [512]);
|
/external/libpng/ |
D | pngpriv.h | 334 #ifndef PNG_INTERNAL_DATA 335 # define PNG_INTERNAL_DATA(type, name, array) PNG_LINKAGE_DATA type name array macro 934 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_table, [256]); 940 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]); 941 PNG_INTERNAL_DATA(const png_byte, png_sRGB_delta, [512]);
|