Searched refs:AF_Direction (Results 1 – 10 of 10) sorted by relevance
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | afhints.h | 55 } AF_Direction; typedef 316 AF_Direction major_dir; /* either vertical or horizontal */ 408 FT_LOCAL( AF_Direction ) 421 AF_Direction dir,
|
D | afhints.c | 101 AF_Direction dir, in af_axis_hints_new_edge() 192 af_dir_str( AF_Direction dir ) in af_dir_str() 423 af_dir_str( (AF_Direction)seg->dir ), in af_glyph_hints_dump_segments() 556 af_dir_str( (AF_Direction)edge->dir ), in af_glyph_hints_dump_edges() 578 FT_LOCAL_DEF( AF_Direction ) 583 AF_Direction dir; /* candidate direction */ in af_direction_compute() 948 AF_Direction out_dir; in af_glyph_hints_reload()
|
D | aflatin.c | 1242 AF_Direction major_dir, segment_dir; in af_latin_hints_compute_segments() 1251 major_dir = (AF_Direction)FT_ABS( axis->major_dir ); in af_latin_hints_compute_segments() 1387 segment_dir = (AF_Direction)point->out_dir; in af_latin_hints_compute_segments() 1627 AF_Direction up_dir; in af_latin_hints_compute_edges() 1720 (AF_Direction)seg->dir, in af_latin_hints_compute_edges()
|
D | aflatin2.c | 733 AF_Direction major_dir, segment_dir; in af_latin2_hints_compute_segments() 740 major_dir = (AF_Direction)FT_ABS( axis->major_dir ); in af_latin2_hints_compute_segments() 1088 AF_Direction up_dir; in af_latin2_hints_compute_edges()
|
D | afcjk.c | 769 AF_Direction major_dir = axis->major_dir; in af_cjk_hints_link_segments() 1033 (AF_Direction)seg->dir, in af_cjk_hints_compute_edges()
|
/external/freetype/src/autofit/ |
D | afhints.h | 55 } AF_Direction; typedef 318 AF_Direction major_dir; /* either vertical or horizontal */ 410 FT_LOCAL( AF_Direction ) 423 AF_Direction dir,
|
D | afhints.c | 101 AF_Direction dir, in af_axis_hints_new_edge() 194 af_dir_str( AF_Direction dir ) in af_dir_str() 436 af_dir_str( (AF_Direction)seg->dir ), in af_glyph_hints_dump_segments() 577 af_dir_str( (AF_Direction)edge->dir ), in af_glyph_hints_dump_edges() 599 FT_LOCAL_DEF( AF_Direction ) 604 AF_Direction dir; /* candidate direction */ in af_direction_compute() 985 AF_Direction out_dir; in af_glyph_hints_reload()
|
D | aflatin.c | 1396 AF_Direction major_dir, segment_dir; in af_latin_hints_compute_segments() 1405 major_dir = (AF_Direction)FT_ABS( axis->major_dir ); in af_latin_hints_compute_segments() 1694 segment_dir = (AF_Direction)point->out_dir; in af_latin_hints_compute_segments() 1965 AF_Direction up_dir; in af_latin_hints_compute_edges() 2072 (AF_Direction)seg->dir, in af_latin_hints_compute_edges()
|
D | aflatin2.c | 738 AF_Direction major_dir, segment_dir; in af_latin2_hints_compute_segments() 745 major_dir = (AF_Direction)FT_ABS( axis->major_dir ); in af_latin2_hints_compute_segments() 1093 AF_Direction up_dir; in af_latin2_hints_compute_edges()
|
D | afcjk.c | 830 AF_Direction major_dir = axis->major_dir; in af_cjk_hints_link_segments() 1091 (AF_Direction)seg->dir, 0, in af_cjk_hints_compute_edges()
|