Searched refs:png_write_rows (Results 1 - 11 of 11) sorted by relevance

/external/libpng/
H A Dexample.c1012 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows);
1016 png_write_rows(png_ptr, &row_pointers[y], 1);
H A Dpngtest.c1471 png_write_rows(write_ptr, (png_bytepp)&row_buf, 1);
H A Dpng.h1431 PNG_EXPORT(59, void, png_write_rows, (png_structrp png_ptr, png_bytepp row,
H A Dpngwrite.c568 png_write_rows(png_structrp png_ptr, png_bytepp row, function
574 png_debug(1, "in png_write_rows");
/external/pdfium/third_party/lpng_v163/
H A Dpng.h466 #define png_write_rows FOXIT_png_write_rows macro
1828 PNG_EXPORT(59, void, png_write_rows, (png_structrp png_ptr, png_bytepp row,
H A Dpngwrite.c557 png_write_rows(png_structrp png_ptr, png_bytepp row, function
563 png_debug(1, "in png_write_rows");
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp976 png_write_rows(png_ptr, &row_ptr, 1);
/external/skia/tests/
H A DCodexTest.cpp734 png_write_rows(png, &row, 1);
/external/opencv3/3rdparty/libpng/
H A Dpngwrite.c561 png_write_rows(png_structp png_ptr, png_bytepp row, function
567 png_debug(1, "in png_write_rows");
H A Dpng.h1553 PNG_EXPORT(59, void, png_write_rows, (png_structp png_ptr, png_bytepp row,
/external/skia/dm/
H A DDM.cpp845 png_write_rows(png, &row, 1);

Completed in 493 milliseconds