Lines Matching refs:HB_DIRECTION_LTR
54 g_assert_cmpint (HB_DIRECTION_LTR, !=, 0); in test_types_direction()
56 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_LTR)); in test_types_direction()
62 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_LTR)); in test_types_direction()
68 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_LTR)); in test_types_direction()
74 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_LTR)); in test_types_direction()
80 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_LTR)); in test_types_direction()
87 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()
103 g_assert (0 == strcmp ("ltr", hb_direction_to_string (HB_DIRECTION_LTR))); in test_types_direction()
173 g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_LATIN), ==, HB_DIRECTION_LTR); in test_types_script()
176 …nt (hb_script_get_horizontal_direction (hb_script_from_iso15924_tag (wWyZ)), ==, HB_DIRECTION_LTR); in test_types_script()