Home
last modified time | relevance | path

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

/aosp_15_r20/external/freetype/src/pshinter/
H A Dpshmod.c33 T2_Hints_FuncsRec t2_funcs; member
46 module->t2_funcs.hints = NULL; in ps_hinter_done()
69 t2_hints_funcs_init( &module->t2_funcs ); in ps_hinter_init()
70 module->t2_funcs.hints = (T2_Hints)ph; in ps_hinter_init()
96 return &((PS_Hinter_Module)module)->t2_funcs; in pshinter_get_t2_funcs()