ReactOS 0.4.15-dev-7958-gcd0bb1a
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 798 of file ftgzip.c.

803 {
804 FT_UNUSED( memory );
805 FT_UNUSED( output );
806 FT_UNUSED( output_len );
807 FT_UNUSED( input );
808 FT_UNUSED( input_len );
809
810 return FT_THROW( Unimplemented_Feature );
811 }
#define FT_UNUSED(arg)
Definition: ftconfig.h:101
#define FT_THROW(e)
Definition: ftdebug.h:213
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 787 of file ftgzip.c.

789 {
790 FT_UNUSED( stream );
791 FT_UNUSED( source );
792
793 return FT_THROW( Unimplemented_Feature );
794 }
Definition: parse.h:23

Referenced by PCF_Face_Init().