Home
last modified time | relevance | path

Searched refs:HB_FEATURE_GLOBAL_END (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-shape-plan.cc83 if (features[0].end != HB_FEATURE_GLOBAL_END) in init()
147 this->user_features[i].end == HB_FEATURE_GLOBAL_END) != in user_features_match()
149 other->user_features[i].end == HB_FEATURE_GLOBAL_END)) in user_features_match()
Dhb-common.cc820 feature->end = HB_FEATURE_GLOBAL_END; in parse_feature_indices()
956 if (feature->start != HB_FEATURE_GLOBAL_START || feature->end != HB_FEATURE_GLOBAL_END) in hb_feature_to_string()
963 if (feature->end != HB_FEATURE_GLOBAL_END) in hb_feature_to_string()
Dhb-common.h778 #define HB_FEATURE_GLOBAL_END ((unsigned int) -1) macro
Dhb-ot-shape.cc400 feature->end == HB_FEATURE_GLOBAL_END) ? F_GLOBAL : F_NONE, in hb_ot_shape_collect_features()
814 if (!(feature->start == HB_FEATURE_GLOBAL_START && feature->end == HB_FEATURE_GLOBAL_END)) { in hb_ot_shape_setup_masks()
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
Dhb-aots-tester.cpp100 features[0].end = HB_FEATURE_GLOBAL_END; in runTest()
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt164 HB_FEATURE_GLOBAL_END
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp48 #if !defined(HB_FEATURE_GLOBAL_END)
49 # define HB_FEATURE_GLOBAL_END ((unsigned int) -1) macro
1592 HB_FEATURE_GLOBAL_START, HB_FEATURE_GLOBAL_END});
/third_party/skia/third_party/externals/harfbuzz/
DNEWS596 +HB_FEATURE_GLOBAL_END