Searched refs:flush_dist (Results 1 - 9 of 9) sorted by relevance

/external/libpng/
H A Dpngstruct.h285 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */ member in struct:png_struct_def
H A Dpngwutil.c2618 if (png_ptr->flush_dist > 0 &&
2619 png_ptr->flush_rows >= png_ptr->flush_dist)
H A Dpngwrite.c904 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows);
/external/opencv3/3rdparty/libpng/
H A Dpngstruct.h166 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */ member in struct:png_struct_def
H A Dpngwutil.c3172 if (png_ptr->flush_dist > 0 &&
3173 png_ptr->flush_rows >= png_ptr->flush_dist)
H A Dpngwrite.c831 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows);
/external/pdfium/third_party/lpng_v163/
H A Dpngstruct.h281 png_uint_32 flush_dist; /* how many rows apart to flush, 0 - no flush */ member in struct:png_struct_def
H A Dpngwutil.c3015 if (png_ptr->flush_dist > 0 &&
3016 png_ptr->flush_rows >= png_ptr->flush_dist)
H A Dpngwrite.c827 png_ptr->flush_dist = (nrows < 0 ? 0 : nrows);

Completed in 125 milliseconds