Home | History | Annotate | Download | only in base

Lines Matching defs:hinter

599     FT_Module     hinter;
614 hinter = library->auto_hinter;
634 * - Do only auto-hinting if we have a hinter module, a scalable font
639 * have a native font hinter.
644 * - Exception: The font is `tricky' and requires the native hinter to
648 if ( hinter &&
705 /* since the auto-hinter calls FT_Load_Glyph by itself, */
710 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
712 error = hinting->load_glyph( (FT_AutoHinter)hinter,
4263 /* is the module a auto-hinter? */