Searched refs:hb_feature_from_string (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-common.c | 219 g_assert (hb_feature_from_string ("abcd", -1, &feature)); in test_types_feature() 223 g_assert (hb_feature_from_string ("abcd=1", -1, &feature)); in test_types_feature() 227 g_assert (hb_feature_from_string ("+abcd", -1, &feature)); in test_types_feature() 231 g_assert (hb_feature_from_string ("abcd=0", -1, &feature)); in test_types_feature() 235 g_assert (hb_feature_from_string ("-abcd", -1, &feature)); in test_types_feature() 239 g_assert (hb_feature_from_string ("abcd=2", -1, &feature)); in test_types_feature() 243 g_assert (hb_feature_from_string ("+abcd=2", -1, &feature)); in test_types_feature() 247 g_assert (hb_feature_from_string ("-abcd=2", -1, &feature)); in test_types_feature() 251 g_assert (hb_feature_from_string ("\"abcd\" on", -1, &feature)); in test_types_feature() 255 g_assert (hb_feature_from_string ("\"abcd\" off", -1, &feature)); in test_types_feature() [all …]
|
/aosp_15_r20/frameworks/minikin/libs/minikin/ |
H A D | FontFeatureUtils.cpp | 32 if (hb_feature_from_string(featureStr.data(), featureStr.size(), &feature) && in parse()
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | shape-options.hh | 351 …if (hb_feature_from_string (p, end ? end - p : -1, &shape_opts->features[shape_opts->num_features]… in parse_features()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-common.h | 855 hb_feature_from_string (const char *str, int len,
|
H A D | hb-common.cc | 939 hb_feature_from_string (const char *str, int len, in hb_feature_from_string() function
|
/aosp_15_r20/external/harfbuzz_ng/docs/ |
H A D | harfbuzz-sections.txt | 145 hb_feature_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 | 208 203: FUNC GLOBAL DEFAULT 15 hb_feature_from_string
|
/aosp_15_r20/out/soong/.intermediates/frameworks/minikin/libs/minikin/libminikin/android_arm64_armv8-2a_cortex-a55_shared_cfi/ |
D | libminikin.so.toc | 67 62: FUNC GLOBAL DEFAULT UND hb_feature_from_string
|
/aosp_15_r20/external/harfbuzz_ng/ |
H A D | NEWS | 2516 - hb_feature_from_string() now accepts CSS font-feature-settings format.
|