Searched refs:png_write_rows (Results 1 – 12 of 12) sorted by relevance
/external/libpng/ |
D | example.c | 783 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows); 787 png_write_rows(png_ptr, &row_pointers[y], 1);
|
D | pngtest.c | 1247 png_write_rows(write_ptr, (png_bytepp)&row_buf, 1); in test_one_file()
|
D | pngwrite.c | 737 png_write_rows(png_structp png_ptr, png_bytepp row, in png_write_rows() function
|
D | libpng-1.2.44.txt | 2347 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,
|
D | libpng-1.2.46.txt | 2347 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,
|
D | png.h | 1926 extern PNG_EXPORT(void,png_write_rows) PNGARG((png_structp png_ptr,
|
/external/libpng/scripts/ |
D | png32ce.def | 174 png_write_rows @165
|
D | pngw32.def | 177 png_write_rows @165
|
D | pngos2.def | 178 png_write_rows
|
/external/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 1159 png_write_rows(png_ptr, &row_ptr, 1); in doEncode()
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngwrite.c | 706 png_write_rows(png_structp png_ptr, png_bytepp row, in png_write_rows() function
|
D | png.h | 1722 extern PNG_EXPORT(void,png_write_rows) PNGARG((png_structp png_ptr,
|