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 597 * - Do only auto-hinting if we have a hinter module, a scalable font
604 * - Otherwise, auto-hint for LIGHT hinting mode.
637 FT_AutoHinter_Service hinting; local
666 hinting = (FT_AutoHinter_Service)hinter->clazz->module_interface;
668 error = hinting->load_glyph( (FT_AutoHinter)hinter,
867 /* discard auto-hinting data */
    [all...]
  /external/freetype/src/cff/
cffgload.c 245 /* hinting :: Whether hinting is active. */
252 FT_Bool hinting )
274 if ( hinting && size )
373 /* hinting :: Whether hinting is active. */
375 /* hint_mode :: The hinting mode. */
382 FT_Bool hinting,
392 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2588 FT_Bool hinting, force_scaling; local
    [all...]

Completed in 305 milliseconds