HomeSort by relevance Sort by last modified time
    Searched defs:hinting (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/base/
ftobjs.c 598 * - Do only auto-hinting if we have a hinter module, a scalable font
605 * - Otherwise, auto-hint for LIGHT hinting mode.
638 FT_AutoHinter_Service hinting; local
667 hinting = (FT_AutoHinter_Service)hinter->clazz->module_interface;
669 error = hinting->load_glyph( (FT_AutoHinter)hinter,
868 /* discard auto-hinting data */
    [all...]
  /external/freetype/src/cff/
cffgload.c 246 /* hinting :: Whether hinting is active. */
253 FT_Bool hinting )
275 if ( hinting && size )
374 /* hinting :: Whether hinting is active. */
376 /* hint_mode :: The hinting mode. */
383 FT_Bool hinting,
393 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2560 FT_Bool hinting, force_scaling; local
    [all...]

Completed in 589 milliseconds