Searched refs:HB_DIRECTION_IS_BACKWARD (Results 1 – 15 of 15) sorted by relevance
74 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_LTR)); in test_types_direction()75 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_TTB)); in test_types_direction()76 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL)); in test_types_direction()77 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_BTT)); in test_types_direction()78 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_INVALID)); in test_types_direction()
330 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()359 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()378 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()400 if (!HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
117 if (HB_DIRECTION_IS_BACKWARD (direction)) in _hb_fallback_shape()
907 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()1031 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()1153 HB_UNUSED bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_coretext_shape()
278 #define HB_DIRECTION_IS_BACKWARD(dir) ((((unsigned int) (dir)) & ~2U) == 5) macro
712 if (HB_DIRECTION_IS_BACKWARD (c->target_direction)) in hb_ot_rotate_chars()1120 if (HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction)) in hb_ot_position()
500 bool reverse = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_ot_shape_fallback_kern()
632 bool isRightToLeft = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_directwrite_shape()
733 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_uniscribe_shape()
890 HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction); in apply()
1035 HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction); in apply()
1898 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in hb_buffer_normalize_glyphs()
158 HB_DIRECTION_IS_BACKWARD
661 hb_bool_t backward = HB_DIRECTION_IS_BACKWARD (hb_buffer_get_direction (buffer)); in helper_cairo_line_from_buffer()
30535 - HB_UNUSED bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction);34710 + const bool backward = HB_DIRECTION_IS_BACKWARD (dir);41254 bool reverse = HB_DIRECTION_IS_BACKWARD (buffer->props.direction);