Searched defs:png_struct (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpng.h430 * "png_charp time_buffer" in png_struct and
1174 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
1175 typedef png_struct FAR * png_structp;
1557 typedef png_struct FAR * FAR * png_structpp;
1883 /* Free any memory associated with the png_struct and the png_info_structs */
1891 /* Free any memory associated with the png_struct and the png_info_structs */
3101 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3120 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3232 /* Write the IHDR chunk, and update the png_struct with the necessary
/external/libpng/
H A Dpng.h358 * "char time_buffer[29]" in png_struct. This is no longer used
557 * png_struct is the cache of information used while reading or writing a single
561 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
562 typedef const png_struct * png_const_structp;
563 typedef png_struct * png_structp;
564 typedef png_struct * * png_structpp;
591 typedef png_struct * PNG_RESTRICT png_structrp;
592 typedef const png_struct * PNG_RESTRICT png_const_structrp;
1152 * png_struct, this will be removed in future versions.
1538 /* Free any memory associated with the png_struct an
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.h433 * "png_charp time_buffer" in png_struct and
1221 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
1222 typedef png_struct FAR * png_structp;
1613 typedef png_struct FAR * FAR * png_structpp;
1947 /* Free any memory associated with the png_struct and the png_info_structs */
1955 /* Free any memory associated with the png_struct and the png_info_structs */
3173 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3192 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3316 /* Write the IHDR chunk, and update the png_struct with the necessary

Completed in 3019 milliseconds