#include <ft2build.h>
#include "pshrec.h"
#include "pshalgo.h"
Go to the source code of this file.
◆ PS_Hinter_Module
◆ PS_Hinter_ModuleRec
◆ ps_hinter_done()
Definition at line 40 of file pshmod.c.
41 {
44
46 }
ps_hints_done(PS_Hints hints)
◆ ps_hinter_init()
Definition at line 51 of file pshmod.c.
52 {
54 void* ph = &
module->ps_hints;
55
56
58
60
63
66
67 return 0;
68 }
typedefFT_BEGIN_HEADER struct FT_MemoryRec_ * FT_Memory
struct T1_HintsRec_ * T1_Hints
struct T2_HintsRec_ * T2_Hints
static char memory[1024 *256]
psh_globals_funcs_init(PSH_Globals_FuncsRec *funcs)
t1_hints_funcs_init(T1_Hints_FuncsRec *funcs)
ps_hints_init(PS_Hints hints, FT_Memory memory)
t2_hints_funcs_init(T2_Hints_FuncsRec *funcs)
◆ pshinter_get_globals_funcs()
pshinter_get_globals_funcs |
( |
FT_Module |
module | ) |
|
Definition at line 73 of file pshmod.c.
74 {
76 }
struct PS_Hinter_Module_Rec_ * PS_Hinter_Module
◆ pshinter_get_t1_funcs()
◆ pshinter_get_t2_funcs()