Home
last modified time | relevance | path

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

/external/libpng/
Dpngstruct.h286 png_uint_32 flush_rows; /* number of rows written since last flush */ member
Dpngwutil.c2775 png_ptr->flush_rows++; in png_write_filtered_row()
2778 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c932 png_ptr->flush_rows = 0; in png_write_flush()
/external/pdfium/third_party/libpng16/
Dpngstruct.h286 png_uint_32 flush_rows; /* number of rows written since last flush */ member
Dpngwutil.c2713 png_ptr->flush_rows++; in png_write_filtered_row()
2716 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c921 png_ptr->flush_rows = 0; in png_write_flush()