Searched refs:PNG_INTERNAL_DATA (Results 1 - 3 of 3) sorted by relevance
/external/libpng/scripts/ |
H A D | intprefix.c | 12 #define PNG_INTERNAL_DATA(type, name, array)\ macro
|
/external/libpng/ |
H A 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/pdfium/third_party/lpng_v163/ |
H A D | pngpriv.h | 200 #ifndef PNG_INTERNAL_DATA
201 # define PNG_INTERNAL_DATA(type, name, array) extern type name array
macro 791 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_table, [256]);
797 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]);
798 PNG_INTERNAL_DATA(const png_byte, png_sRGB_delta, [512]);
|
Completed in 213 milliseconds