Searched refs:HB_DIRECTION_REVERSE (Results 1 – 3 of 3) sorted by relevance
88 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_LTR), ==, HB_DIRECTION_RTL); in test_types_direction()89 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_RTL), ==, HB_DIRECTION_LTR); in test_types_direction()90 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_TTB), ==, HB_DIRECTION_BTT); in test_types_direction()91 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_BTT), ==, HB_DIRECTION_TTB); in test_types_direction()
129 #define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1)) /* Direction must… macro
289 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction); in hb_ensure_native_direction()