HomeSort by relevance Sort by last modified time
    Searched defs:png_read_update_info (Results 1 - 2 of 2) sorted by null

  /external/libpng/
pngread.c 568 png_read_update_info(png_structp png_ptr, png_infop info_ptr) function
570 png_debug(1, "in png_read_update_info");
583 "Ignoring extra png_read_update_info() call; row buffer not reallocated");
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 541 png_read_update_info(png_structp png_ptr, png_infop info_ptr) function
543 png_debug(1, "in png_read_update_info\n");
549 "Ignoring extra png_read_update_info() call; row buffer not reallocated");
872 * png_read_start_row() by a call to png_read_update_info() or
    [all...]

Completed in 1485 milliseconds