Searched refs:major_dir (Results 1 – 6 of 6) sorted by relevance
1543 AF_Direction major_dir, segment_dir; in af_latin_hints_compute_segments() local1552 major_dir = (AF_Direction)FT_ABS( axis->major_dir ); in af_latin_hints_compute_segments()1553 segment_dir = major_dir; in af_latin_hints_compute_segments()1616 if ( FT_ABS( last->out_dir ) == major_dir && in af_latin_hints_compute_segments()1617 FT_ABS( point->out_dir ) == major_dir ) in af_latin_hints_compute_segments()1625 if ( FT_ABS( point->out_dir ) != major_dir ) in af_latin_hints_compute_segments()1842 ( FT_ABS( point->out_dir ) == major_dir || in af_latin_hints_compute_segments()2018 if ( seg1->dir != axis->major_dir ) in af_latin_hints_link_segments()2548 FT_BOOL( edge->dir == axis->major_dir ); in af_latin_hints_compute_blue_edges()
261 if ( edge[-1].fpos == fpos && dir == axis->major_dir ) in af_axis_hints_new_edge()942 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_UP; in af_glyph_hints_reload()943 hints->axis[AF_DIMENSION_VERT].major_dir = AF_DIR_LEFT; in af_glyph_hints_reload()947 hints->axis[AF_DIMENSION_HORZ].major_dir = AF_DIR_DOWN; in af_glyph_hints_reload()948 hints->axis[AF_DIMENSION_VERT].major_dir = AF_DIR_RIGHT; in af_glyph_hints_reload()
319 AF_Direction major_dir; /* either vertical or horizontal */ member
849 AF_Direction major_dir = axis->major_dir; in af_cjk_hints_link_segments() local864 if ( seg1->dir != major_dir ) in af_cjk_hints_link_segments()1339 FT_BOOL( edge->dir == axis->major_dir ); in af_cjk_hints_compute_blue_edges()
1414 PSH_Dir major_dir ) in psh_hint_table_find_strong_points() argument1430 (PSH_Dir)( ( point->dir_in | point->dir_out ) & major_dir ); in psh_hint_table_find_strong_points()1480 if ( major_dir == PSH_DIR_HORIZONTAL ) in psh_hint_table_find_strong_points()1568 PSH_Dir major_dir = ( dimension == 0 ) ? PSH_DIR_VERTICAL in psh_glyph_find_strong_points() local1601 threshold, major_dir ); in psh_glyph_find_strong_points()1617 threshold, major_dir ); in psh_glyph_find_strong_points()
658 (af_latin_hints_compute_segments): Use proper cast for `major_dir'