Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
ftlzw.c File Reference
#include <ft2build.h>

Go to the source code of this file.

Macros

#define FT_ERR_PREFIX   LZW_Err_
 
#define FT_ERR_BASE   FT_Mod_Err_LZW
 

Functions

 FT_Stream_OpenLZW (FT_Stream stream, FT_Stream source)
 

Macro Definition Documentation

◆ FT_ERR_BASE

#define FT_ERR_BASE   FT_Mod_Err_LZW

Definition at line 39 of file ftlzw.c.

◆ FT_ERR_PREFIX

#define FT_ERR_PREFIX   LZW_Err_

Definition at line 38 of file ftlzw.c.

Function Documentation

◆ FT_Stream_OpenLZW()

FT_Stream_OpenLZW ( FT_Stream  stream,
FT_Stream  source 
)

Definition at line 400 of file ftlzw.c.

References FT_THROW(), and FT_UNUSED.

Referenced by PCF_Face_Init().