Home
last modified time | relevance | path

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

/external/libpng/
Dpngwutil.c931 png_compress_IDAT(png_structrp png_ptr, png_const_bytep input, in png_compress_IDAT() function
2084 png_compress_IDAT(png_ptr, NULL, 0, Z_FINISH); in png_write_finish_row()
2754 png_compress_IDAT(png_ptr, filtered_row, full_row_length, Z_NO_FLUSH); in png_write_filtered_row()
Dpngpriv.h1119 PNG_INTERNAL_FUNCTION(void,png_compress_IDAT,(png_structrp png_ptr,
Dpngwrite.c941 png_compress_IDAT(png_ptr, NULL, 0, Z_SYNC_FLUSH); in png_write_flush()