Home
last modified time | relevance | path

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

/aosp_15_r20/external/freetype/src/pshinter/
H A Dpshmod.c32 T1_Hints_FuncsRec t1_funcs; member
45 module->t1_funcs.hints = NULL; in ps_hinter_done()
66 t1_hints_funcs_init( &module->t1_funcs ); in ps_hinter_init()
67 module->t1_funcs.hints = (T1_Hints)ph; in ps_hinter_init()
88 return &((PS_Hinter_Module)module)->t1_funcs; in pshinter_get_t1_funcs()