Searched refs:HB_DIRECTION_IS_FORWARD (Results 1 – 7 of 7) sorted by relevance
69 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_LTR)); in test_types_direction()70 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_TTB)); in test_types_direction()71 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_RTL)); in test_types_direction()72 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_BTT)); in test_types_direction()73 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_INVALID)); in test_types_direction()
307 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base()359 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in position_around_base()
126 #define HB_DIRECTION_IS_FORWARD(dir) ((((unsigned int) (dir)) & ~2U) == 4) macro
324 if (HB_DIRECTION_IS_FORWARD (buffer->props.direction)) { in _hb_coretext_shape()
312 bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1; in _hb_uniscribe_shape()
299 if (HB_DIRECTION_IS_FORWARD (c->target_direction)) in hb_ot_mirror_chars()
1576 if (HB_DIRECTION_IS_FORWARD (direction)) in fix_mark_attachment()