Home
last modified time | relevance | path

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

/external/qemu/distrib/libpng-1.2.19/
Dpngwutil.c2775 if (png_ptr->flush_dist > 0 && in png_write_filtered_row()
2776 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c940 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
Dpng.h1218 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */ member
/external/libpng/
Dpngwutil.c2825 if (png_ptr->flush_dist > 0 && in png_write_filtered_row()
2826 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c979 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
Dpng.h1404 png_uint_32 flush_dist PNG_DEPSTRUCT; /* how many rows apart to flush, 0 - no flush */