Searched refs:ps_hints (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/pshinter/ |
D | pshmod.c | 29 PS_HintsRec ps_hints; member 45 ps_hints_done( &module->ps_hints ); in ps_hinter_done() 54 void* ph = &module->ps_hints; in ps_hinter_init() 57 ps_hints_init( &module->ps_hints, memory ); in ps_hinter_init()
|
D | pshalgo.c | 1157 PS_Hints ps_hints, in psh_glyph_init() argument 1267 &ps_hints->dimension[0].hints, in psh_glyph_init() 1268 &ps_hints->dimension[0].masks, in psh_glyph_init() 1269 &ps_hints->dimension[0].counters, in psh_glyph_init() 1275 &ps_hints->dimension[1].hints, in psh_glyph_init() 1276 &ps_hints->dimension[1].masks, in psh_glyph_init() 1277 &ps_hints->dimension[1].counters, in psh_glyph_init() 2070 ps_hints_apply( PS_Hints ps_hints, in ps_hints_apply() argument 2105 error = psh_glyph_init( glyph, outline, ps_hints, globals ); in ps_hints_apply()
|
D | pshalgo.h | 229 ps_hints_apply( PS_Hints ps_hints,
|