Searched refs:png_get_text (Results 1 - 5 of 5) sorted by relevance

/external/libpng/
H A Dpngtest.c1090 if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0)
1278 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0)
H A Dpngget.c764 png_get_text(png_structp png_ptr, png_infop info_ptr, png_textp *text_ptr, function
H A Dpng.h698 * However, the * structure returned by png_get_text() will always contain
2567 /* png_get_text also returns the number of text chunks in *num_text */
2568 extern PNG_EXPORT(png_uint_32,png_get_text) PNGARG((png_structp png_ptr,
2575 * returned by png_get_text will always contain regular
/external/qemu/distrib/libpng-1.2.19/
H A Dpngget.c726 png_get_text(png_structp png_ptr, png_infop info_ptr, png_textp *text_ptr, function
H A Dpng.h582 * However, the * structure returned by png_get_text() will always contain
2342 /* png_get_text also returns the number of text chunks in *num_text */
2343 extern PNG_EXPORT(png_uint_32,png_get_text) PNGARG((png_structp png_ptr,
2350 * returned by png_get_text will always contain regular

Completed in 64 milliseconds