Home
last modified time | relevance | path

Searched refs:active_features (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc669 hb_auto_array_t<active_feature_t> active_features; in _hb_uniscribe_shape() local
684 active_features.qsort (); in _hb_uniscribe_shape()
685 for (unsigned int j = 0; j < active_features.len; j++) in _hb_uniscribe_shape()
687 …if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature) in _hb_uniscribe_shape()
692 *feature = active_features[j].rec; in _hb_uniscribe_shape()
697 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter; in _hb_uniscribe_shape()
712 active_feature_t *feature = active_features.push (); in _hb_uniscribe_shape()
717 active_feature_t *feature = active_features.find (&event->feature); in _hb_uniscribe_shape()
719 active_features.remove (feature - active_features.array); in _hb_uniscribe_shape()
Dhb-coretext.cc623 hb_auto_array_t<active_feature_t> active_features; in _hb_coretext_shape() local
636 if (active_features.len) in _hb_coretext_shape()
642 for (unsigned int j = 0; j < active_features.len; j++) in _hb_coretext_shape()
649 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.feature), in _hb_coretext_shape()
650 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.setting) in _hb_coretext_shape()
692 active_feature_t *feature = active_features.push (); in _hb_coretext_shape()
697 active_feature_t *feature = active_features.find (&event->feature); in _hb_coretext_shape()
699 active_features.remove (feature - active_features.array); in _hb_coretext_shape()