Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-common.c58 g_assert (!HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_TTB)); in test_types_direction()
64 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_TTB)); in test_types_direction()
69 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_TTB)); in test_types_direction()
75 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_TTB)); in test_types_direction()
81 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_TTB)); 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()
101 g_assert_cmpint (HB_DIRECTION_TTB, ==, hb_direction_from_string ("ttb", -1)); in test_types_direction()
105 g_assert (0 == strcmp ("ttb", hb_direction_to_string (HB_DIRECTION_TTB))); in test_types_direction()
Dtest-baseline.c39 g_assert (hb_ot_layout_get_baseline (font, HB_OT_LAYOUT_BASELINE_ICFB, HB_DIRECTION_TTB, in test_ot_layout_base()
Dtest-ot-face.c87 hb_ot_math_get_glyph_variants (font, cp, HB_DIRECTION_TTB, 0, NULL, NULL); in test_face()
Dtest-ot-math.c343 horizontal ? HB_DIRECTION_LTR : HB_DIRECTION_TTB, in get_glyph_assembly_italics_correction()
404 …g_assert_cmpint(hb_ot_math_get_min_connector_overlap(hb_font, HB_DIRECTION_TTB), ==, 0); // MathVa… in test_get_min_connector_overlap()
409 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.h138 HB_DIRECTION_TTB, enumerator
Dhb-ot-shape.cc270 case HB_DIRECTION_TTB: in hb_ot_shape_collect_features()
488 direction != HB_DIRECTION_TTB)) in hb_ensure_native_direction()
Dhb-ot-layout-gpos-table.hh1023 case HB_DIRECTION_TTB: in apply()