ReactOS 0.4.15-dev-7934-g1dc8d80
ftgzip.c File Reference
#include <ft2build.h>
Include dependency graph for ftgzip.c:

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)
 

Macro Definition Documentation

◆ FT_ERR_BASE

#define FT_ERR_BASE   FT_Mod_Err_Gzip

Definition at line 37 of file ftgzip.c.

◆ FT_ERR_PREFIX

#define FT_ERR_PREFIX   Gzip_Err_

Definition at line 36 of file ftgzip.c.

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_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().