Home
last modified time | relevance | path

Searched refs:hb_direction_to_string (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-common.c103 g_assert (0 == strcmp ("ltr", hb_direction_to_string (HB_DIRECTION_LTR))); in test_types_direction()
104 g_assert (0 == strcmp ("rtl", hb_direction_to_string (HB_DIRECTION_RTL))); in test_types_direction()
105 g_assert (0 == strcmp ("ttb", hb_direction_to_string (HB_DIRECTION_TTB))); in test_types_direction()
106 g_assert (0 == strcmp ("btt", hb_direction_to_string (HB_DIRECTION_BTT))); in test_types_direction()
107 g_assert (0 == strcmp ("invalid", hb_direction_to_string (HB_DIRECTION_INVALID))); in test_types_direction()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-common.h249 hb_direction_to_string (hb_direction_t direction);
H A Dhb-common.cc189 hb_direction_to_string (hb_direction_t direction) in hb_direction_to_string() function
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-sections.txt130 hb_direction_to_string
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_ng/android_arm64_armv8-2a_cortex-a55_shared/
Dlibharfbuzz_ng.so.toc56 51: FUNC GLOBAL DEFAULT 15 hb_direction_to_string
/aosp_15_r20/external/harfbuzz_ng/
H A DNEWS3300 hb_direction_to_string()