Home
last modified time | relevance | path

Searched refs:top_to_bottom_hinting (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/autofit/
Daftypes.h346 FT_Bool top_to_bottom_hinting; member
615 ac->top_to_bottom_hinting = top_to_bottom; \
Daflatin.c2055 FT_Bool top_to_bottom_hinting = 0; in af_latin_hints_compute_edges() local
2081 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hints_compute_edges()
2170 top_to_bottom_hinting, in af_latin_hints_compute_edges()
2942 FT_Bool top_to_bottom_hinting = 0; in af_latin_hint_edges() local
2954 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hint_edges()
3255 ( top_to_bottom_hinting ? ( edge->pos > edge[-1].pos ) in af_latin_hint_edges()
3425 ( top_to_bottom_hinting ? ( edge->pos > edge[-1].pos ) in af_latin_hint_edges()
3446 ( top_to_bottom_hinting ? ( edge->pos < edge[1].pos ) in af_latin_hint_edges()
Dafhints.h424 FT_Bool top_to_bottom_hinting,
Dafhints.c102 FT_Bool top_to_bottom_hinting, in af_axis_hints_new_edge() argument
157 if ( top_to_bottom_hinting ? ( edge[-1].fpos > fpos ) in af_axis_hints_new_edge()