#include <ft2build.h>
#include "pshrec.h"
#include "pshalgo.h"
#include "pshpic.h"
Go to the source code of this file.
◆ PS_Hinter_Module
◆ PS_Hinter_ModuleRec
◆ ps_hinter_done()
Definition at line 41 of file pshmod.c.
42 {
45
47 }
ps_hints_done(PS_Hints hints)
◆ ps_hinter_init()
Definition at line 52 of file pshmod.c.
53 {
55 void* ph = &
module->ps_hints;
56
57
59
61
64
67
68 return 0;
69 }
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 74 of file pshmod.c.
75 {
77 }
struct PS_Hinter_Module_Rec_ * PS_Hinter_Module
◆ pshinter_get_t1_funcs()
◆ pshinter_get_t2_funcs()