Home
last modified time | relevance | path

Searched refs:flush_dist (Results 1 – 3 of 3) sorted by relevance

/external/libpng/
Dpngstruct.h285 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */ member
Dpngwutil.c2774 if (png_ptr->flush_dist > 0 && in png_write_filtered_row()
2775 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c925 png_ptr->flush_dist = (nrows < 0 ? 0 : (png_uint_32)nrows); in png_set_flush()