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
pshrec.c File Reference
#include <ft2build.h>
#include "pshrec.h"
#include "pshalgo.h"
#include "pshnterr.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_pshrec
 

Functions

 ps_hints_done (PS_Hints hints)
 
 ps_hints_init (PS_Hints hints, FT_Memory memory)
 
 t1_hints_funcs_init (T1_Hints_FuncsRec *funcs)
 
 t2_hints_funcs_init (T2_Hints_FuncsRec *funcs)
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_pshrec

Definition at line 31 of file pshrec.c.

Function Documentation

◆ ps_hints_done()

ps_hints_done ( PS_Hints  hints)

Definition at line 786 of file pshrec.c.

Referenced by ps_hinter_done().

◆ ps_hints_init()

ps_hints_init ( PS_Hints  hints,
FT_Memory  memory 
)

Definition at line 800 of file pshrec.c.

References FT_Err_Ok, and FT_MEM_ZERO.

Referenced by ps_hinter_init().

◆ t1_hints_funcs_init()

t1_hints_funcs_init ( T1_Hints_FuncsRec funcs)

Definition at line 1145 of file pshrec.c.

References FT_MEM_ZERO.

Referenced by ps_hinter_init().

◆ t2_hints_funcs_init()

t2_hints_funcs_init ( T2_Hints_FuncsRec funcs)

Definition at line 1211 of file pshrec.c.

References FT_MEM_ZERO.

Referenced by ps_hinter_init().