Home | Sort by relevance Sort by last modified time |
/ndk/tests/build/issue20862-libpng-O0/jni/ | |
png.h | 726 /* The complete definition of png_info has, as of libpng-1.5.0, 730 typedef struct png_info_def png_info; typedef in typeref:struct:png_info_def 731 typedef png_info FAR * png_infop; 732 typedef PNG_CONST png_info FAR * png_const_infop; 733 typedef png_info FAR * FAR * png_infopp; 748 /* These describe the color_type field in png_info. */ [all...] |
/external/chromium_org/third_party/libpng/ | |
png.h | 1049 } png_info; typedef in typeref:struct:png_info_struct [all...] |
/external/libpng/ | |
png.h | 1096 } png_info; typedef in typeref:struct:png_info_struct [all...] |
/external/qemu/distrib/libpng-1.2.19/ | |
png.h | 657 /* png_info is a structure that holds the information in a PNG file so 932 } png_info; typedef in typeref:struct:png_info_struct [all...] |