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

  /external/libpng/
pngwrite.c 23 * after the image data, put it in png_write_end(). I strongly encourage
27 * them in png_write_end(), and compressing them.
314 png_write_end(png_structp png_ptr, png_infop info_ptr) function
316 png_debug(1, "in png_write_end");
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 19 * after the image data, put it in png_write_end(). I strongly encourage
23 * them in png_write_end(), and compressing them.
295 png_write_end(png_structp png_ptr, png_infop info_ptr) function
297 png_debug(1, "in png_write_end\n");
    [all...]

Completed in 123 milliseconds