Home
last modified time | relevance | path

Searched refs:png_write_rows (Results 1 – 12 of 12) sorted by relevance

/external/libpng/
Dexample.c783 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows);
787 png_write_rows(png_ptr, &row_pointers[y], 1);
Dpngtest.c1247 png_write_rows(write_ptr, (png_bytepp)&row_buf, 1); in test_one_file()
Dpngwrite.c737 png_write_rows(png_structp png_ptr, png_bytepp row, in png_write_rows() function
Dlibpng-1.2.44.txt2347 times, or any of that other stuff necessary with png_write_rows().
2358 use png_write_rows() instead. If the file is not interlaced,
2361 png_write_rows(png_ptr, row_pointers,
2382 use png_set_interlace_handling() and call png_write_rows() the
2396 png_write_rows(png_ptr, row_pointers,
Dlibpng-1.2.46.txt2347 times, or any of that other stuff necessary with png_write_rows().
2358 use png_write_rows() instead. If the file is not interlaced,
2361 png_write_rows(png_ptr, row_pointers,
2382 use png_set_interlace_handling() and call png_write_rows() the
2396 png_write_rows(png_ptr, row_pointers,
Dpng.h1926 extern PNG_EXPORT(void,png_write_rows) PNGARG((png_structp png_ptr,
/external/libpng/scripts/
Dpng32ce.def174 png_write_rows @165
Dpngw32.def177 png_write_rows @165
Dpngos2.def178 png_write_rows
/external/skia/src/images/
DSkImageDecoder_libpng.cpp1159 png_write_rows(png_ptr, &row_ptr, 1); in doEncode()
/external/qemu/distrib/libpng-1.2.19/
Dpngwrite.c706 png_write_rows(png_structp png_ptr, png_bytepp row, in png_write_rows() function
Dpng.h1722 extern PNG_EXPORT(void,png_write_rows) PNGARG((png_structp png_ptr,