Home
last modified time | relevance | path

Searched refs:hb_script_get_horizontal_direction (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-common.c173 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()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-wasm-api-common.hh38 hb_script_get_horizontal_direction (hb_script_from_iso15924_tag (script)); in HB_WASM_API()
H A Dhb-ot-shape.cc583 hb_direction_t horiz_dir = hb_script_get_horizontal_direction (buffer->props.script); in hb_ensure_native_direction()
1325 bool mirror = hb_script_get_horizontal_direction (buffer->props.script) == HB_DIRECTION_RTL; in hb_ot_shape_glyphs_closure()
H A Dhb-common.h784 hb_script_get_horizontal_direction (hb_script_t script);
H A Dhb-graphite2.cc252 hb_direction_t horiz_dir = hb_script_get_horizontal_direction (buffer->props.script); in _hb_graphite2_shape()
H A Dhb-ot-shape-fallback.cc376 horiz_dir = hb_script_get_horizontal_direction (plan->props.script); in position_around_base()
H A Dhb-common.cc558 hb_script_get_horizontal_direction (hb_script_t script) in hb_script_get_horizontal_direction() function
H A Dhb-buffer.cc685 props.direction = hb_script_get_horizontal_direction (props.script); in guess_segment_properties()
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-sections.txt140 hb_script_get_horizontal_direction
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_ng/android_arm64_armv8-2a_cortex-a55_shared/
Dlibharfbuzz_ng.so.toc450 445: FUNC GLOBAL DEFAULT 15 hb_script_get_horizontal_direction
/aosp_15_r20/external/harfbuzz_ng/
H A DNEWS3302 hb_script_get_horizontal_direction()