ReactOS 0.4.16-dev-1012-g3fe4b41
ftgzip.h File Reference
#include <ft2build.h>
Include dependency graph for ftgzip.h:

Go to the source code of this file.

Functions

FT_BEGIN_HEADER 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)
 

Function Documentation

◆ FT_Gzip_Uncompress()

FT_Gzip_Uncompress ( FT_Memory  memory,
FT_Byte output,
FT_ULong output_len,
const FT_Byte input,
FT_ULong  input_len 
)

Definition at line 794 of file ftgzip.c.

799 {
800 FT_UNUSED( memory );
801 FT_UNUSED( output );
802 FT_UNUSED( output_len );
803 FT_UNUSED( input );
804 FT_UNUSED( input_len );
805
806 return FT_THROW( Unimplemented_Feature );
807 }
#define FT_UNUSED(arg)
Definition: ftconfig.h:100
#define FT_THROW(e)
Definition: ftdebug.h:241
GLenum GLenum GLenum input
Definition: glext.h:9031
static char memory[1024 *256]
Definition: process.c:116

Referenced by woff_open_font().

◆ FT_Stream_OpenGzip()

FT_BEGIN_HEADER FT_Stream_OpenGzip ( FT_Stream  stream,
FT_Stream  source 
)

Definition at line 783 of file ftgzip.c.

785 {
786 FT_UNUSED( stream );
787 FT_UNUSED( source );
788
789 return FT_THROW( Unimplemented_Feature );
790 }
Definition: parse.h:23

Referenced by PCF_Face_Init().