ReactOS 0.4.16-dev-2357-g35d0dfe
ftgzip.h File Reference
Include dependency graph for ftgzip.h:
This graph shows which files directly or indirectly include this file:

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 803 of file ftgzip.c.

808 {
809 FT_UNUSED( memory );
810 FT_UNUSED( output );
811 FT_UNUSED( output_len );
812 FT_UNUSED( input );
813 FT_UNUSED( input_len );
814
815 return FT_THROW( Unimplemented_Feature );
816 }
#define FT_THROW(e)
Definition: ftdebug.h:243
GLenum GLenum GLenum input
Definition: glext.h:9031
static char memory[1024 *256]
Definition: process.c:122
#define FT_UNUSED(arg)

Referenced by woff_open_font().

◆ FT_Stream_OpenGzip()

FT_BEGIN_HEADER FT_Stream_OpenGzip ( FT_Stream  stream,
FT_Stream  source 
)

Definition at line 792 of file ftgzip.c.

794 {
795 FT_UNUSED( stream );
796 FT_UNUSED( source );
797
798 return FT_THROW( Unimplemented_Feature );
799 }
Definition: parse.h:23

Referenced by PCF_Face_Init().