Searched refs:FT_LZW_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
64 #define FT_LZW_BUFFER_SIZE 4096 macro73 FT_Byte buffer[FT_LZW_BUFFER_SIZE]; /* output buffer */116 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()156 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()175 count = ft_lzwstate_io( lzw, zip->buffer, FT_LZW_BUFFER_SIZE ); in ft_lzw_file_fill_output()211 FT_ULong delta = FT_LZW_BUFFER_SIZE; in ft_lzw_file_skip_output()