Searched refs:PNG_INTERNAL_DATA (Results 1 – 4 of 4) 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/skia/third_party/libpng/ |
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 | 319 #ifndef PNG_INTERNAL_DATA 320 # define PNG_INTERNAL_DATA(type, name, array) PNG_LINKAGE_DATA type name array macro 889 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_table, [256]); 895 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]); 896 PNG_INTERNAL_DATA(const png_byte, png_sRGB_delta, [512]);
|