Searched refs:HB_DIRECTION_IS_BACKWARD (Results 1 – 11 of 11) sorted by relevance
75 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_LTR)); in test_types_direction()76 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_TTB)); in test_types_direction()77 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL)); in test_types_direction()78 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_BTT)); in test_types_direction()79 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_INVALID)); in test_types_direction()
314 …float curradv = HB_DIRECTION_IS_BACKWARD(buffer->props.direction) ? gr_slot_origin_X(gr_seg_first_… in _hb_graphite2_shape()315 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()342 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()358 if (!HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()376 if (!HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
137 if (HB_DIRECTION_IS_BACKWARD (direction)) in _hb_fallback_shape()
137 #define HB_DIRECTION_IS_BACKWARD(dir) ((((unsigned int) (dir)) & ~2U) == 5) macro
858 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()982 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()1104 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_coretext_shape()
654 HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction)); in hb_ot_position_complex()726 if (HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction)) in hb_ot_position()
707 bool isRightToLeft = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_directwrite_shape()
1733 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in hb_buffer_normalize_glyphs()
854 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_uniscribe_shape()
123 HB_DIRECTION_IS_BACKWARD
496 hb_bool_t backward = HB_DIRECTION_IS_BACKWARD (hb_buffer_get_direction (buffer)); in helper_cairo_line_from_buffer()