Searched refs:HB_DIRECTION_IS_VERTICAL (Results 1 – 10 of 10) sorted by relevance
62 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_LTR)); in test_types_direction()63 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_RTL)); in test_types_direction()64 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_TTB)); in test_types_direction()65 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_BTT)); in test_types_direction()66 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_INVALID)); in test_types_direction()
93 return coordinate + (HB_DIRECTION_IS_VERTICAL (direction) ? in get_coord()470 { return HB_DIRECTION_IS_VERTICAL (direction) ? this+vAxis : this+hAxis; } in get_axis()
703 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction)) in _hb_coretext_shape()829 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction)) in _hb_coretext_shape()843 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction)) in _hb_coretext_shape()
152 #define HB_DIRECTION_IS_VERTICAL(dir) ((((unsigned int) (dir)) & ~1U) == 6) macro
633 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in get_glyph_construction()
131 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_scale : x_scale; } in dir_scale()
995 HB_DIRECTION_IS_VERTICAL (c->buffer->props.direction) != in apply()
487 (HB_DIRECTION_IS_VERTICAL (direction) && in hb_ensure_native_direction()
35 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in render()
148 HB_DIRECTION_IS_VERTICAL