Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/autofit/
Daflatin.c2134 FT_Bool top_to_bottom_hinting = 0; in af_latin_hints_compute_edges() local
2160 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hints_compute_edges()
2249 top_to_bottom_hinting, in af_latin_hints_compute_edges()
3005 FT_Bool top_to_bottom_hinting = 0; in af_latin_hint_edges() local
3017 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hint_edges()
3318 ( top_to_bottom_hinting ? ( edge->pos > edge[-1].pos ) in af_latin_hint_edges()
3488 ( top_to_bottom_hinting ? ( edge->pos > edge[-1].pos ) in af_latin_hint_edges()
3509 ( top_to_bottom_hinting ? ( edge->pos < edge[1].pos ) in af_latin_hint_edges()
Daftypes.h286 FT_Bool top_to_bottom_hinting; member
Dafhints.h423 FT_Bool top_to_bottom_hinting,
Dafhints.c200 FT_Bool top_to_bottom_hinting, in af_axis_hints_new_edge() argument
255 if ( top_to_bottom_hinting ? ( edge[-1].fpos > fpos ) in af_axis_hints_new_edge()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.261639 af_latin_hint_edges): Use `top_to_bottom_hinting' flag.
1653 `top_to_bottom_hinting' field.