Home
last modified time | relevance | path

Searched refs:write_row_fn (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngwrite.c813 if (png_ptr->write_row_fn != NULL) in png_write_row()
814 (*(png_ptr->write_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass); in png_write_row()
1451 png_set_write_status_fn(png_structrp png_ptr, png_write_status_ptr write_row_fn) in png_set_write_status_fn() argument
1456 png_ptr->write_row_fn = write_row_fn; in png_set_write_status_fn()
Dpngstruct.h316 png_write_status_ptr write_row_fn; /* called after each row is encoded */ member
Dpng.h2059 png_write_status_ptr write_row_fn));
/external/libpng/
Dpngwrite.c879 if (png_ptr->write_row_fn != NULL) in png_write_row()
880 (*(png_ptr->write_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass); in png_write_row()
1517 png_set_write_status_fn(png_structrp png_ptr, png_write_status_ptr write_row_fn) in png_set_write_status_fn() argument
1522 png_ptr->write_row_fn = write_row_fn; in png_set_write_status_fn()
Dpngstruct.h363 png_write_status_ptr write_row_fn; /* called after each row is encoded */ member
Dpng.h1750 png_write_status_ptr write_row_fn));