Searched refs:hb_direction_from_string (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-common.c | 93 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string (NULL, -1)); in test_types_direction() 94 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("", -1)); in test_types_direction() 95 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("t", 0)); in test_types_direction() 96 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("x", -1)); in test_types_direction() 97 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("r", -1)); in test_types_direction() 98 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("rtl", -1)); in test_types_direction() 99 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("RtL", -1)); in test_types_direction() 100 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("right-to-left", -1)); in test_types_direction() 101 g_assert_cmpint (HB_DIRECTION_TTB, ==, hb_direction_from_string ("ttb", -1)); in test_types_direction()
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | shape-options.hh | 47 hb_buffer_set_direction (buffer, hb_direction_from_string (direction, -1)); in setup_buffer()
|
H A D | hb-info.cc | 233 direction = hb_direction_from_string (direction_str, -1); in post_parse()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-common.h | 246 hb_direction_from_string (const char *str, int len);
|
H A D | hb-common.cc | 162 hb_direction_from_string (const char *str, int len) in hb_direction_from_string() function
|
/aosp_15_r20/external/harfbuzz_ng/docs/ |
H A D | harfbuzz-sections.txt | 129 hb_direction_from_string
|
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_ng/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libharfbuzz_ng.so.toc | 347 342: FUNC GLOBAL DEFAULT 15 hb_direction_from_string
|
/aosp_15_r20/external/harfbuzz_ng/ |
H A D | NEWS | 3301 hb_direction_from_string()
|