Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-common.c59 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_TTB)); in test_types_direction()
65 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_TTB)); in test_types_direction()
70 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_TTB)); in test_types_direction()
76 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_TTB)); in test_types_direction()
82 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_TTB)); 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()
102 g_assert_cmpint (HB_DIRECTION_TTB, ==, hb_direction_from_string ("ttb", -1)); in test_types_direction()
106 g_assert (0 == strcmp ("ttb", hb_direction_to_string (HB_DIRECTION_TTB))); in test_types_direction()
/external/harfbuzz_ng/src/
Dhb-common.h115 HB_DIRECTION_TTB, enumerator
Dhb-ot-shape.cc85 case HB_DIRECTION_TTB: in hb_ot_shape_collect_features()
284 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB)) in hb_ensure_native_direction()
Dhb-ot-layout-gpos-table.hh943 case HB_DIRECTION_TTB: in apply()