Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/
Dpngstruct.h285 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */ member
Dpngwutil.c2618 if (png_ptr->flush_dist > 0 && in png_write_filtered_row()
2619 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c904 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
/external/libpng/
Dpngstruct.h285 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */ member
Dpngwutil.c2748 if (png_ptr->flush_dist > 0 && in png_write_filtered_row()
2749 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c904 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
/external/pdfium/third_party/libpng16/
Dpngstruct.h285 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */ member
Dpngwutil.c2715 if (png_ptr->flush_dist > 0 && in png_write_filtered_row()
2716 png_ptr->flush_rows >= png_ptr->flush_dist) in png_write_filtered_row()
Dpngwrite.c904 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
/external/syslinux/com32/lib/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.c978 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows); in png_set_flush()
/external/syslinux/com32/include/
Dpng.h1346 png_uint_32 flush_dist PNG_DEPSTRUCT; /* how many rows apart to flush, 0 - no flush */