Home
last modified time | relevance | path

Searched refs:HB_DIRECTION_TTB (Results 1 – 5 of 5) 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()
Dtest-ot-math.c339 horizontal ? HB_DIRECTION_LTR : HB_DIRECTION_TTB, in get_glyph_assembly_italics_correction()
405 g_assert_cmpint(hb_ot_math_get_min_connector_overlap(hb_font, HB_DIRECTION_TTB), ==, 54); in test_get_min_connector_overlap()
/external/harfbuzz_ng/src/
Dhb-common.h107 HB_DIRECTION_TTB, enumerator
Dhb-ot-shape.cc84 case HB_DIRECTION_TTB: in hb_ot_shape_collect_features()
313 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB)) in hb_ensure_native_direction()
Dhb-ot-layout-gpos-table.hh945 case HB_DIRECTION_TTB: in apply()