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

/external/chromium_org/third_party/libpng/
H A Dpngread.c354 png_read_info(png_structp png_ptr, png_infop info_ptr) function
356 png_debug(1, "in png_read_info");
1372 /* png_read_info() gives us all of the information from the
1375 png_read_info(png_ptr, info_ptr);
H A Dpngusr.h345 #define png_read_info wk_png_read_info macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c358 png_read_info(png_structp png_ptr, png_infop info_ptr) function
360 png_debug(1, "in png_read_info");
1552 /* png_read_info() gives us all of the information from the
1555 png_read_info(png_ptr, info_ptr);
/external/libpng/
H A Dpngread.c96 png_read_info(png_structrp png_ptr, png_inforp info_ptr) function
102 png_debug(1, "in png_read_info");
1180 /* png_read_info() gives us all of the information from the
1183 png_read_info(png_ptr, info_ptr);
1539 png_read_info(png_ptr, info_ptr);

Completed in 137 milliseconds