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

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

Completed in 123 milliseconds