Searched refs:HB_DIRECTION_REVERSE (Results 1 – 4 of 4) sorted by relevance
87 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_LTR), ==, HB_DIRECTION_RTL); in test_types_direction()88 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_RTL), ==, HB_DIRECTION_LTR); in test_types_direction()89 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_TTB), ==, HB_DIRECTION_BTT); in test_types_direction()90 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_BTT), ==, HB_DIRECTION_TTB); in test_types_direction()
157 #define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1)) macro
588 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction); in hb_ensure_native_direction()
150 HB_DIRECTION_REVERSE