Home
last modified time | relevance | path

Searched refs:t2_funcs (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/pshinter/
Dpshmod.c33 T2_Hints_FuncsRec t2_funcs; member
43 module->t2_funcs.hints = NULL; in ps_hinter_done()
64 t2_hints_funcs_init( &module->t2_funcs ); in ps_hinter_init()
65 module->t2_funcs.hints = (T2_Hints)ph; in ps_hinter_init()
91 return &((PS_Hinter_Module)module)->t2_funcs; in pshinter_get_t2_funcs()