Searched refs:write_row_fn (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngstruct.h213 png_write_status_ptr write_row_fn; /* called after each row is encoded */ member in struct:png_struct_def
H A Dpngwrite.c826 if (png_ptr->write_row_fn != NULL)
827 (*(png_ptr->write_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass);
1573 png_set_write_status_fn(png_structp png_ptr, png_write_status_ptr write_row_fn) argument
1578 png_ptr->write_row_fn = write_row_fn;
H A Dpng.h1774 png_write_status_ptr write_row_fn));

Completed in 33 milliseconds