Home
last modified time | relevance | path

Searched refs:hb_feature_from_string (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-common.c219 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 DFontFeatureUtils.cpp32 if (hb_feature_from_string(featureStr.data(), featureStr.size(), &feature) && in parse()
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dshape-options.hh351 …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 Dhb-common.h855 hb_feature_from_string (const char *str, int len,
H A Dhb-common.cc939 hb_feature_from_string (const char *str, int len, in hb_feature_from_string() function
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-sections.txt145 hb_feature_from_string
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_ng/android_arm64_armv8-2a_cortex-a55_shared/
Dlibharfbuzz_ng.so.toc208 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/
Dlibminikin.so.toc67 62: FUNC GLOBAL DEFAULT UND hb_feature_from_string
/aosp_15_r20/external/harfbuzz_ng/
H A DNEWS2516 - hb_feature_from_string() now accepts CSS font-feature-settings format.