Searched refs:hb_script_get_horizontal_direction (Results 1 – 8 of 8) sorted by relevance
173 g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_LATIN), ==, HB_DIRECTION_LTR); in test_types_script()174 g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_ARABIC), ==, HB_DIRECTION_RTL); in test_types_script()175 …g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_OLD_ITALIC), ==, HB_DIRECTION_INVAL… in test_types_script()176 …g_assert_cmpint (hb_script_get_horizontal_direction (hb_script_from_iso15924_tag (wWyZ)), ==, HB_D… in test_types_script()
390 hb_script_get_horizontal_direction (hb_script_t script);
479 hb_direction_t horiz_dir = hb_script_get_horizontal_direction (buffer->props.script); in hb_ensure_native_direction()1054 bool mirror = hb_script_get_horizontal_direction (buffer->props.script) == HB_DIRECTION_RTL; in hb_ot_shape_glyphs_closure()
357 horiz_dir = hb_script_get_horizontal_direction (plan->props.script); in position_around_base()
517 hb_script_get_horizontal_direction (hb_script_t script) in hb_script_get_horizontal_direction() function
659 props.direction = hb_script_get_horizontal_direction (props.script); in guess_segment_properties()
123 hb_script_get_horizontal_direction
1971 hb_script_get_horizontal_direction()