Searched refs:hinter (Results 1 - 6 of 6) sorted by relevance

/external/freetype/include/freetype/internal/
H A Dautohint.h21 /* The auto-hinter is used to load and automatically hint glyphs if a */
22 /* format-specific hinter isn't available. */
36 /* An automatic hinter might compute two kinds of data for a given face: */
48 /* The current FreeType auto-hinter does a pretty good job while */
95 /* hinter :: A handle to the source auto-hinter. */
105 (*FT_AutoHinter_GlobalGetFunc)( FT_AutoHinter hinter,
122 /* hinter :: A handle to the auto-hinter module. */
127 (*FT_AutoHinter_GlobalDoneFunc)( FT_AutoHinter hinter,
[all...]
/external/freetype/src/psaux/
H A Dt1decode.c369 T1_Hints_Funcs hinter; local
401 hinter = (T1_Hints_Funcs)builder->hints_funcs;
426 if ( hinter )
427 hinter->open( hinter->hints );
789 if ( hinter )
790 hinter->reset( hinter->hints, builder->current->n_points );
1081 if ( hinter )
1083 if ( hinter
[all...]
/external/freetype/src/cff/
H A Dcffgload.c900 T2_Hints_Funcs hinter; local
922 hinter = (T2_Hints_Funcs)builder->hints_funcs;
936 if ( hinter )
937 hinter->open( hinter->hints );
1314 if ( hinter )
1315 hinter->stems( hinter->hints,
1334 if ( hinter )
1335 hinter
[all...]
/external/freetype/src/autofit/
H A Dafcjk.c1077 delta = ( ( ( hinter->pp2.x + 32 ) & -64 ) - hinter->pp2.x ) / 2;
H A Dafloader.c463 af_debug_hinter = hinter;
504 /* XXX: undocumented hook to activate the latin2 hinter */
/external/freetype/src/base/
H A Dftobjs.c564 FT_Module hinter; local
578 hinter = library->auto_hinter;
598 * - Do only auto-hinting if we have a hinter module, a scalable font
603 * have a native font hinter.
607 * - Exception: The font is `tricky' and requires the native hinter to
611 if ( hinter &&
662 /* since the auto-hinter calls FT_Load_Glyph by itself, */
667 hinting = (FT_AutoHinter_Service)hinter->clazz->module_interface;
669 error = hinting->load_glyph( (FT_AutoHinter)hinter,
3984 /* is the module a auto-hinter
[all...]

Completed in 673 milliseconds