Searched refs:png_write_row (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/3rdparty/libpng/ |
H A D | pngwrite.c | 603 png_write_row(png_ptr, *rp); in png_write_rows() 636 png_write_row(png_ptr, *rp); in png_write_image() 708 png_write_row(png_structrp png_ptr, png_const_bytep row) in png_write_row() function 1634 png_write_row(png_ptr, png_voidcast(png_const_bytep, display->local_row)); in png_write_image_16bit() 1759 png_write_row(png_ptr, png_voidcast(png_const_bytep, in png_write_image_8bit() 1785 png_write_row(png_ptr, output_row); in png_write_image_8bit() 2164 png_write_row(png_ptr, row); in png_image_write_main()
|
/reactos/sdk/include/reactos/libs/libpng/ |
H A D | png.h | 1388 PNG_EXPORT(58, void, png_write_row, (png_structrp png_ptr,
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | libpng-manual.txt | 3636 png_write_row(png_ptr, row_pointer); 4465 currently does not allocate the filter buffers until png_write_row()
|
H A D | CHANGES | 748 Corrected bugs in documentation regarding png_read_row() and png_write_row().
|