Home
last modified time | relevance | path

Searched refs:flush_rows (Results 1 – 3 of 3) sorted by relevance

/external/libpng/
Dpngstruct.h286 png_uint_32 flush_rows; /* number of rows written since last flush */ member
Dpngwutil.c2772 png_ptr->flush_rows++; in png_write_filtered_row()
2775 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c942 png_ptr->flush_rows = 0; in png_write_flush()