Searched refs:hb_direction_from_string (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
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()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-common.h | 229 hb_direction_from_string (const char *str, int len);
|
D | hb-common.cc | 166 hb_direction_from_string (const char *str, int len) in hb_direction_from_string() function
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | shape-options.hh | 47 hb_buffer_set_direction (buffer, hb_direction_from_string (direction, -1)); in setup_buffer()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 127 hb_direction_from_string
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 2356 hb_direction_from_string()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 130 <!-- hb_direction_from_string --> 131 …<elf-symbol name='hb_direction_from_string' type='func-type' binding='global-binding' visibility='… 3774 <!-- hb_direction_t hb_direction_from_string(const char*, int) --> 3775 …hb_direction_from_string' mangled-name='hb_direction_from_string' filepath='/tmp/legendre/spack-st…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 72 …<elf-symbol name='hb_direction_from_string' type='func-type' binding='global-binding' visibility='… 2394 …hb_direction_from_string' mangled-name='hb_direction_from_string' filepath='/tmp/legendre/spack-st…
|