Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-common.c57 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_LTR)); in test_types_direction()
58 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_RTL)); in test_types_direction()
59 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_TTB)); in test_types_direction()
60 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_BTT)); in test_types_direction()
61 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_INVALID)); in test_types_direction()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh102 …return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (… in get_caret_value()
127 return HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y; in get_caret_value()
151 return HB_DIRECTION_IS_HORIZONTAL (direction) ? in get_caret_value()
Dhb-font-private.hh298 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) { in get_extents_for_direction()
319 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) { in get_glyph_advance_for_direction()
342 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) in get_glyph_origin_for_direction()
432 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) { in get_glyph_kerning_for_direction()
Dhb-ot-shape-private.hh91 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ? in compile()
Dhb-ot-shape-complex-private.hh192 HB_DIRECTION_IS_HORIZONTAL(planner->props.direction)) in hb_ot_shape_complex_categorize()
Dhb-ot-shape-fallback.cc350 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) in position_around_base()
495 if (!HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in _hb_ot_shape_fallback_spaces()
Dhb-ot-shape.cc98 if (HB_DIRECTION_IS_HORIZONTAL (props->direction)) in hb_ot_shape_collect_features()
295 …if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (bu… in hb_ensure_native_direction()
610 if (HB_DIRECTION_IS_HORIZONTAL (direction)) in hb_ot_position_default()
Dhb-common.h134 #define HB_DIRECTION_IS_HORIZONTAL(dir) ((((unsigned int) (dir)) & ~1U) == 4) macro
Dhb-ot-layout-gpos-table.hh114 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction); in apply_value()
1006 if (likely (HB_DIRECTION_IS_HORIZONTAL (c->direction))) in apply()
1544 if (HB_DIRECTION_IS_HORIZONTAL (direction)) in reverse_cursive_minor_offset()
1571 if (HB_DIRECTION_IS_HORIZONTAL (direction)) in propagate_attachment_offsets()
Dhb-coretext.cc1051 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in _hb_coretext_shape()
1114 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in _hb_coretext_shape()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt125 HB_DIRECTION_IS_HORIZONTAL