Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Daflatin.c2079 FT_Bool top_to_bottom_hinting = 0; in af_latin_hints_compute_edges() local
2105 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hints_compute_edges()
2194 top_to_bottom_hinting, in af_latin_hints_compute_edges()
2961 FT_Bool top_to_bottom_hinting = 0; in af_latin_hint_edges() local
2973 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hint_edges()
3274 ( top_to_bottom_hinting ? ( edge->pos > edge[-1].pos ) in af_latin_hint_edges()
3444 ( top_to_bottom_hinting ? ( edge->pos > edge[-1].pos ) in af_latin_hint_edges()
3465 ( top_to_bottom_hinting ? ( edge->pos < edge[1].pos ) in af_latin_hint_edges()
Dafhints.h424 FT_Bool top_to_bottom_hinting,
Daftypes.h348 FT_Bool top_to_bottom_hinting; member
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()
/external/freetype/
DChangeLog.261639 af_latin_hint_edges): Use `top_to_bottom_hinting' flag.
1653 `top_to_bottom_hinting' field.