Searched refs:HB_DIRECTION_TTB (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 58 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()
|
D | test-baseline.c | 39 g_assert (hb_ot_layout_get_baseline (font, HB_OT_LAYOUT_BASELINE_ICFB, HB_DIRECTION_TTB, in test_ot_layout_base()
|
D | test-ot-face.c | 87 hb_ot_math_get_glyph_variants (font, cp, HB_DIRECTION_TTB, 0, NULL, NULL); in test_face()
|
D | test-ot-math.c | 343 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/ |
D | hb-common.h | 138 HB_DIRECTION_TTB, enumerator
|
D | hb-ot-shape.cc | 270 case HB_DIRECTION_TTB: in hb_ot_shape_collect_features() 488 direction != HB_DIRECTION_TTB)) in hb_ensure_native_direction()
|
D | hb-ot-layout-gpos-table.hh | 1023 case HB_DIRECTION_TTB: in apply()
|