Home
last modified time | relevance | path

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

/external/libpng/
Dpngstruct.h329 png_uint_32 flush_rows; /* number of rows written since last flush */ member
Dpngwutil.c3015 png_ptr->flush_rows++; in png_write_filtered_row()
3018 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c910 png_ptr->flush_rows = 0; in png_write_flush()
/external/chromium_org/third_party/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.c1033 png_ptr->flush_rows = 0; in png_write_flush()
Dpng.h1352 png_uint_32 flush_rows PNG_DEPSTRUCT; /* number of rows written since last flush */
/external/qemu/distrib/libpng-1.2.46/
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.c1033 png_ptr->flush_rows = 0; in png_write_flush()
Dpng.h1405 png_uint_32 flush_rows PNG_DEPSTRUCT; /* number of rows written since last flush */