Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/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.c736 png_write_rows(png_structp png_ptr, png_bytepp row, in png_write_rows() function
Dlibpng.txt2194 times, or any of that other stuff necessary with png_write_rows().
2205 use png_write_rows() instead. If the file is not interlaced,
2208 png_write_rows(png_ptr, row_pointers,
2230 use png_set_interlace_handling() and call png_write_rows() the
2244 png_write_rows(png_ptr, row_pointers,
/external/skia/third_party/libpng/
Dexample.c1012 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows);
1016 png_write_rows(png_ptr, &row_pointers[y], 1);
Dpngprefix.h444 #define png_write_rows skia_png_write_rows macro
Dpngtest.c1471 png_write_rows(write_ptr, (png_bytepp)&row_buf, 1); in test_one_file()
Dpng.h1431 PNG_EXPORT(59, void, png_write_rows, (png_structrp png_ptr, png_bytepp row,
Dpngwrite.c568 png_write_rows(png_structrp png_ptr, png_bytepp row, in png_write_rows() function
Dlibpng-manual.txt3553 times, or any of that other stuff necessary with png_write_rows().
3564 use png_write_rows() instead. If the file is not interlaced,
3567 png_write_rows(png_ptr, row_pointers,
3588 use png_set_interlace_handling() and call png_write_rows() the
3602 png_write_rows(png_ptr, row_pointers, number_of_rows);
/external/libpng/
Dexample.c1012 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows);
1016 png_write_rows(png_ptr, &row_pointers[y], 1);
Dpngtest.c1478 png_write_rows(write_ptr, (png_bytepp)&row_buf, 1); in test_one_file()
Dpngwrite.c568 png_write_rows(png_structrp png_ptr, png_bytepp row, in png_write_rows() function
Dpng.h1431 PNG_EXPORT(59, void, png_write_rows, (png_structrp png_ptr, png_bytepp row,
Dlibpng-manual.txt3558 times, or any of that other stuff necessary with png_write_rows().
3569 use png_write_rows() instead. If the file is not interlaced,
3572 png_write_rows(png_ptr, row_pointers,
3593 use png_set_interlace_handling() and call png_write_rows() the
3607 png_write_rows(png_ptr, row_pointers, number_of_rows);
/external/libpng/scripts/
Dsymbols.def67 png_write_rows @59
/external/skia/src/images/
DSkPNGImageEncoder.cpp377 png_write_rows(png_ptr, &row_ptr, 1); in do_encode()
/external/skia/dm/
DDM.cpp1035 png_write_rows(png, &row, 1); in dump_png()
/external/pdfium/third_party/libpng16/
Dpngwrite.c568 png_write_rows(png_structrp png_ptr, png_bytepp row, in png_write_rows() function
Dpng.h1431 PNG_EXPORT(59, void, png_write_rows, (png_structrp png_ptr, png_bytepp row,
/external/skia/tests/
DCodecTest.cpp794 png_write_rows(png, &row, 1); in DEF_TEST()
/external/syslinux/com32/include/
Dpng.h1857 extern PNG_EXPORT(void,png_write_rows) PNGARG((png_structp png_ptr,