ReactOS 0.4.16-dev-340-g0540c21
|
#include <ft2build.h>
Go to the source code of this file.
Macros | |
#define | FT_ERR_PREFIX Gzip_Err_ |
#define | FT_ERR_BASE FT_Mod_Err_Gzip |
Functions | |
FT_Stream_OpenGzip (FT_Stream stream, FT_Stream source) | |
FT_Gzip_Uncompress (FT_Memory memory, FT_Byte *output, FT_ULong *output_len, const FT_Byte *input, FT_ULong input_len) | |
FT_Gzip_Uncompress | ( | FT_Memory | memory, |
FT_Byte * | output, | ||
FT_ULong * | output_len, | ||
const FT_Byte * | input, | ||
FT_ULong | input_len | ||
) |
Definition at line 787 of file ftgzip.c.
Referenced by PCF_Face_Init().