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

/external/freetype/src/psaux/
H A Dt1decode.c376 T1_Hints_Funcs hinter; local
399 hinter = (T1_Hints_Funcs)builder->hints_funcs;
424 if ( hinter )
425 hinter->open( hinter->hints );
798 if ( hinter )
799 hinter->reset( hinter->hints,
1096 if ( hinter )
1098 if ( hinter
[all...]
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.c376 T1_Hints_Funcs hinter; local
399 hinter = (T1_Hints_Funcs)builder->hints_funcs;
424 if ( hinter )
425 hinter->open( hinter->hints );
798 if ( hinter )
799 hinter->reset( hinter->hints,
1096 if ( hinter )
1098 if ( hinter
[all...]
/external/freetype/src/base/
H A Dftobjs.c602 FT_Module hinter; local
617 hinter = library->auto_hinter;
637 * - Do only auto-hinting if we have a hinter module, a scalable font
642 * have a native font hinter.
647 * - Exception: The font is `tricky' and requires the native hinter to
651 if ( hinter &&
715 /* since the auto-hinter calls FT_Load_Glyph by itself, */
720 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
722 error = hinting->load_glyph( (FT_AutoHinter)hinter,
4307 /* is the module a auto-hinter
[all...]
/external/freetype/src/cff/
H A Dcffgload.c917 T2_Hints_Funcs hinter; local
939 hinter = (T2_Hints_Funcs)builder->hints_funcs;
953 if ( hinter )
954 hinter->open( hinter->hints );
1335 if ( hinter )
1336 hinter->stems( hinter->hints,
1355 if ( hinter )
1356 hinter
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c602 FT_Module hinter; local
617 hinter = library->auto_hinter;
637 * - Do only auto-hinting if we have a hinter module, a scalable font
642 * have a native font hinter.
647 * - Exception: The font is `tricky' and requires the native hinter to
651 if ( hinter &&
715 /* since the auto-hinter calls FT_Load_Glyph by itself, */
720 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
722 error = hinting->load_glyph( (FT_AutoHinter)hinter,
4347 /* is the module a auto-hinter
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c917 T2_Hints_Funcs hinter; local
939 hinter = (T2_Hints_Funcs)builder->hints_funcs;
953 if ( hinter )
954 hinter->open( hinter->hints );
1335 if ( hinter )
1336 hinter->stems( hinter->hints,
1355 if ( hinter )
1356 hinter
[all...]

Completed in 555 milliseconds