Home
last modified time | relevance | path

Searched refs:HB_DIRECTION_IS_HORIZONTAL (Results 1 – 14 of 14) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-common.c56 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_LTR)); in test_types_direction()
57 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_RTL)); in test_types_direction()
58 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_TTB)); in test_types_direction()
59 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_BTT)); in test_types_direction()
60 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_INVALID)); in test_types_direction()
/external/harfbuzz_ng/src/
Dhb-font.hh386 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) in get_extents_for_direction()
397 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) in get_glyph_advance_for_direction()
409 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) in get_glyph_advances_for_direction()
453 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) in get_glyph_origin_for_direction()
527 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) { in get_glyph_kerning_for_direction()
Dhb-ot-layout-gdef-table.hh103 …return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (… in get_caret_value()
128 return HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y; in get_caret_value()
151 return HB_DIRECTION_IS_HORIZONTAL (direction) ? in get_caret_value()
Dhb-ot-shape-fallback.cc354 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) in position_around_base()
463 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction) ? in _hb_ot_shape_fallback_kern()
490 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in _hb_ot_shape_fallback_spaces()
Dhb-aat-layout-lcar-table.hh66 caret_array[i] = HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y; in get_lig_carets()
Dhb-kern.hh58 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in kern()
Dhb-ot-shape.cc105 hb_tag_t kern_tag = HB_DIRECTION_IS_HORIZONTAL (props.direction) ? in compile()
300 if (HB_DIRECTION_IS_HORIZONTAL (planner->props.direction)) in hb_ot_shape_collect_features()
485 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && in hb_ensure_native_direction()
795 if (HB_DIRECTION_IS_HORIZONTAL (direction)) in hb_ot_position_default()
Dhb-ot-shape-complex.hh215 HB_DIRECTION_IS_HORIZONTAL(planner->props.direction)) in hb_ot_shape_complex_categorize()
Dhb-aat-layout-trak-table.hh178 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in apply()
Dhb-ot-layout-gpos-table.hh114 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (c->direction); in apply_value()
1073 if (likely (HB_DIRECTION_IS_HORIZONTAL (c->direction))) in apply()
1661 if (HB_DIRECTION_IS_HORIZONTAL (direction)) in reverse_cursive_minor_offset()
1694 if (HB_DIRECTION_IS_HORIZONTAL (direction)) in propagate_attachment_offsets()
Dhb-common.h151 #define HB_DIRECTION_IS_HORIZONTAL(dir) ((((unsigned int) (dir)) & ~1U) == 4) macro
Dhb-aat-layout-kerx-table.hh296 else if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in transition()
897 if (HB_DIRECTION_IS_HORIZONTAL (c->buffer->props.direction) != st->u.header.is_horizontal ()) in apply()
Dhb-coretext.cc1019 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in _hb_coretext_shape()
1082 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in _hb_coretext_shape()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt146 HB_DIRECTION_IS_HORIZONTAL