Home | History | Annotate | Download | only in cff

Lines Matching defs:hinting

250   /*    hinting :: Whether hinting is active.                              */
257 FT_Bool hinting )
279 if ( hinting && size )
378 /* hinting :: Whether hinting is active. */
380 /* hint_mode :: The hinting mode. */
387 FT_Bool hinting,
397 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2612 FT_Bool hinting, scaled, force_scaling;
2795 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 );
2798 glyph->hint = hinting;
2812 cff_decoder_init( &decoder, face, size, glyph, hinting,
2851 hinting = FALSE;
2853 glyph->hint = hinting;
3027 if ( !hinting || !decoder.builder.hints_funcs )