Searched refs:png_write_rows (Results 1 – 10 of 10) sorted by relevance
/external/libpng/ |
D | example.c | 1012 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows); 1016 png_write_rows(png_ptr, &row_pointers[y], 1);
|
D | pngtest.c | 1462 png_write_rows(write_ptr, (png_bytepp)&row_buf, 1); in test_one_file()
|
D | pngwrite.c | 568 png_write_rows(png_structrp png_ptr, png_bytepp row, in png_write_rows() function
|
D | png.h | 1406 PNG_EXPORT(59, void, png_write_rows, (png_structrp png_ptr, png_bytepp row,
|
D | libpng-manual.txt | 3553 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/scripts/ |
D | symbols.def | 67 png_write_rows @59
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 440 #define png_write_rows skia_png_write_rows macro
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | png.h | 466 #define png_write_rows FOXIT_png_write_rows macro 1828 PNG_EXPORT(59, void, png_write_rows, (png_structrp png_ptr, png_bytepp row,
|
D | fx_pngwrite.c | 557 png_write_rows(png_structrp png_ptr, png_bytepp row, in png_write_rows() function
|
/external/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 1247 png_write_rows(png_ptr, &row_ptr, 1); in doEncode()
|