Home
last modified time | relevance | path

Searched refs:HB_DIRECTION_REVERSE (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-common.c87 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()
/external/harfbuzz_ng/src/
Dhb-common.h157 #define HB_DIRECTION_REVERSE(dir) ((hb_direction_t) (((unsigned int) (dir)) ^ 1)) macro
Dhb-ot-shape.cc588 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction); in hb_ensure_native_direction()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt150 HB_DIRECTION_REVERSE