Searched defs:png_do_dither (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpngrtran.c1494 png_do_dither((png_row_infop)&(png_ptr->row_info), png_ptr->row_buf + 1,
1497 png_error(png_ptr, "png_do_dither returned rowbytes=0");
4054 png_do_dither(png_row_infop row_info, png_bytep row, function
4061 png_debug(1, "in png_do_dither");
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrtran.c1407 png_do_dither((png_row_infop)&(png_ptr->row_info), png_ptr->row_buf + 1,
1410 png_error(png_ptr, "png_do_dither returned rowbytes=0");
3914 png_do_dither(png_row_infop row_info, png_bytep row, function
3921 png_debug(1, "in png_do_dither\n");

Completed in 22 milliseconds