Home
last modified time | relevance | path

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

/external/skia/third_party/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/libpng/
Dpngstruct.h286 png_uint_32 flush_rows; /* number of rows written since last flush */ member
Dpngwutil.c2746 png_ptr->flush_rows++; in png_write_filtered_row()
2749 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/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()
/external/syslinux/com32/lib/libpng/
Dpngwutil.c2823 png_ptr->flush_rows++; in png_write_filtered_row()
2826 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c1032 png_ptr->flush_rows = 0; in png_write_flush()
/external/syslinux/com32/include/
Dpng.h1347 png_uint_32 flush_rows PNG_DEPSTRUCT; /* number of rows written since last flush */