Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libpng/
Dpngstruct.h167 png_uint_32 flush_rows; /* number of rows written since last flush */ member
Dpngwutil.c3170 png_ptr->flush_rows++; in png_write_filtered_row()
3173 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c882 png_ptr->flush_rows = 0; in png_write_flush()
/external/libpng/
Dpngstruct.h286 png_uint_32 flush_rows; /* number of rows written since last flush */ member
Dpngwutil.c2616 png_ptr->flush_rows++; in png_write_filtered_row()
2619 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c921 png_ptr->flush_rows = 0; in png_write_flush()
/external/pdfium/third_party/lpng_v163/
Dpngstruct.h282 png_uint_32 flush_rows; /* number of rows written since last flush */ member
Dpngwutil.c3013 png_ptr->flush_rows++; in png_write_filtered_row()
3016 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c844 png_ptr->flush_rows = 0; in png_write_flush()