Searched refs:HB_DIRECTION_IS_HORIZONTAL (Results 1 – 10 of 10) sorted by relevance
57 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()
101 …return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (… in get_caret_value()125 return HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y; in get_caret_value()148 return HB_DIRECTION_IS_HORIZONTAL (direction) ? in get_caret_value()
256 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) { in get_glyph_advance_for_direction()279 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) in get_glyph_origin_for_direction()329 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) { in get_glyph_kerning_for_direction()
91 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ? in compile()
128 #define HB_DIRECTION_IS_HORIZONTAL(dir) ((((unsigned int) (dir)) & ~1U) == 4) macro
102 if (HB_DIRECTION_IS_HORIZONTAL (props->direction)) in hb_ot_shape_collect_features()283 …if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (bu… in hb_ensure_native_direction()
105 hb_bool_t horizontal = HB_DIRECTION_IS_HORIZONTAL (direction); in apply_value()965 if (likely (HB_DIRECTION_IS_HORIZONTAL (c->direction))) in apply()971 if (likely (HB_DIRECTION_IS_HORIZONTAL (c->direction))) in apply()1561 if (HB_DIRECTION_IS_HORIZONTAL (direction)) in fix_cursive_minor_offset()
348 if (HB_DIRECTION_IS_HORIZONTAL (plan->props.direction)) in position_around_base()
972 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in _hb_coretext_shape()1015 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in _hb_coretext_shape()
113 HB_DIRECTION_IS_HORIZONTAL