Searched refs:PNG_INTERNAL_DATA (Results 1 - 3 of 3) sorted by relevance

/external/libpng/scripts/
H A Dintprefix.c12 #define PNG_INTERNAL_DATA(type, name, array)\ macro
/external/libpng/
H A Dpngpriv.h290 #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 Dpngpriv.h200 #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