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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c1190 if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0)
1386 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0)
H A Dpngget.c881 png_get_text(png_const_structp png_ptr, png_const_infop info_ptr, function
H A Dpng.h631 * However, the structure returned by png_get_text() will always contain
2236 /* png_get_text also returns the number of text chunks in *num_text */
2237 PNG_EXPORT(162, png_uint_32, png_get_text,
2244 * returned by png_get_text will always contain regular

Completed in 44 milliseconds