Searched refs:FT_LZW_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
63 #define FT_LZW_BUFFER_SIZE 4096 macro72 FT_Byte buffer[FT_LZW_BUFFER_SIZE]; /* output buffer */115 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()155 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_reset()174 count = ft_lzwstate_io( lzw, zip->buffer, FT_LZW_BUFFER_SIZE ); in ft_lzw_file_fill_output()210 FT_ULong delta = FT_LZW_BUFFER_SIZE; in ft_lzw_file_skip_output()