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

  /external/chromium_org/third_party/libpng/
pngread.c 564 png_read_update_info(png_structp png_ptr, png_infop info_ptr) function
566 png_debug(1, "in png_read_update_info");
574 "Ignoring extra png_read_update_info() call; row buffer not reallocated");
901 * png_read_start_row() by a call to png_read_update_info() or
    [all...]
pngusr.h 355 #define png_read_update_info wk_png_read_update_info macro
  /external/qemu/distrib/libpng-1.2.46/
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/libpng/
pngread.c 263 png_read_update_info(png_structrp png_ptr, png_inforp info_ptr) function
265 png_debug(1, "in png_read_update_info");
288 "png_read_update_info/png_start_read_image: duplicate call");
312 "png_start_read_image/png_read_update_info: duplicate call");
831 * png_read_start_row() by a call to png_read_update_info() or
862 /* Caller called png_start_read_image or png_read_update_info without
    [all...]

Completed in 191 milliseconds