Home
last modified time | relevance | path

Searched refs:HB_FEATURE_GLOBAL_END (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A 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()
H A Dhb-common.h771 * HB_FEATURE_GLOBAL_END:
778 #define HB_FEATURE_GLOBAL_END ((unsigned int) -1) macro
792 * Setting start to #HB_FEATURE_GLOBAL_START and end to #HB_FEATURE_GLOBAL_END
H A 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/
H A Dhb-aots-tester.cpp100 features[0].end = HB_FEATURE_GLOBAL_END; in runTest()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp46 // HB_FEATURE_GLOBAL_START and HB_FEATURE_GLOBAL_END were not added until HarfBuzz 2.0
51 #if !defined(HB_FEATURE_GLOBAL_END)
52 # define HB_FEATURE_GLOBAL_END ((unsigned int) -1) macro
1598 HB_FEATURE_GLOBAL_START, HB_FEATURE_GLOBAL_END});

Completed in 8 milliseconds