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

/external/chromium_org/third_party/libpng/
H A Dpngwutil.c2823 png_ptr->flush_rows++;
2826 png_ptr->flush_rows >= png_ptr->flush_dist)
H A Dpngwrite.c1033 png_ptr->flush_rows = 0;
H A Dpng.h1352 png_uint_32 flush_rows PNG_DEPSTRUCT; /* number of rows written since last flush */
/external/libpng/
H A Dpngwutil.c2823 png_ptr->flush_rows++;
2826 png_ptr->flush_rows >= png_ptr->flush_dist)
H A Dpngwrite.c1033 png_ptr->flush_rows = 0;
H A Dpng.h1405 png_uint_32 flush_rows PNG_DEPSTRUCT; /* number of rows written since last flush */
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwutil.c2773 png_ptr->flush_rows++;
2776 png_ptr->flush_rows >= png_ptr->flush_dist)
H A Dpngwrite.c993 png_ptr->flush_rows = 0;
H A Dpng.h1219 png_uint_32 flush_rows; /* number of rows written since last flush */ member in struct:png_struct_def

Completed in 880 milliseconds