Searched defs:png_read_info (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
H A Dpngread.c325 png_read_info(png_structp png_ptr, png_infop info_ptr) function
328 png_debug(1, "in png_read_info\n");
1340 /* png_read_info() gives us all of the information from the
1343 png_read_info(png_ptr, info_ptr);
/external/libpng/
H A Dpngread.c358 png_read_info(png_structp png_ptr, png_infop info_ptr) function
360 png_debug(1, "in png_read_info");
1547 /* png_read_info() gives us all of the information from the
1550 png_read_info(png_ptr, info_ptr);

Completed in 18 milliseconds