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

  /external/chromium_org/third_party/libpng/
pngwrite.c 135 png_write_info(png_structp png_ptr, png_infop info_ptr) function
141 png_debug(1, "in png_write_info");
311 * in png_write_info(), do not write them again here. If you have long
805 "png_write_info was never called before png_write_row.");
    [all...]
pngusr.h 468 #define png_write_info wk_png_write_info macro
  /external/libpng/
pngwrite.c 191 png_write_info(png_structrp png_ptr, png_const_inforp info_ptr) function
197 png_debug(1, "in png_write_info");
341 * in png_write_info(), do not write them again here. If you have long
694 "png_write_info was never called before png_write_row");
    [all...]

Completed in 1116 milliseconds