Searched refs:ps_hints (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/pshinter/ |
D | pshmod.c | 30 PS_HintsRec ps_hints; member 46 ps_hints_done( &module->ps_hints ); in ps_hinter_done() 55 void* ph = &module->ps_hints; in ps_hinter_init() 58 ps_hints_init( &module->ps_hints, memory ); in ps_hinter_init()
|
D | pshalgo.c | 1261 PS_Hints ps_hints, in psh_glyph_init() argument 1371 &ps_hints->dimension[0].hints, in psh_glyph_init() 1372 &ps_hints->dimension[0].masks, in psh_glyph_init() 1373 &ps_hints->dimension[0].counters, in psh_glyph_init() 1379 &ps_hints->dimension[1].hints, in psh_glyph_init() 1380 &ps_hints->dimension[1].masks, in psh_glyph_init() 1381 &ps_hints->dimension[1].counters, in psh_glyph_init() 2183 ps_hints_apply( PS_Hints ps_hints, in ps_hints_apply() argument 2218 error = psh_glyph_init( glyph, outline, ps_hints, globals ); in ps_hints_apply()
|
D | pshalgo.h | 243 ps_hints_apply( PS_Hints ps_hints,
|