Searched refs:HB_DIRECTION_IS_VERTICAL (Results 1 – 4 of 4) sorted by relevance
63 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_LTR)); in test_types_direction()64 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_RTL)); in test_types_direction()65 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_TTB)); in test_types_direction()66 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_BTT)); in test_types_direction()67 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_INVALID)); in test_types_direction()
37 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in get_surface_size()74 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in draw()
125 #define HB_DIRECTION_IS_VERTICAL(dir) ((((unsigned int) (dir)) & ~1U) == 6) macro
286 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB)) in hb_ensure_native_direction()