Searched refs:active_features (Results 1 – 2 of 2) sorted by relevance
655 hb_auto_array_t<active_feature_t> active_features; in _hb_uniscribe_shape() local670 active_features.qsort (); in _hb_uniscribe_shape()671 for (unsigned int j = 0; j < active_features.len; j++) in _hb_uniscribe_shape()673 …if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.len - 1].tagFeature) in _hb_uniscribe_shape()678 *feature = active_features[j].rec; in _hb_uniscribe_shape()683 feature_records[feature_records.len - 1].lParameter = active_features[j].rec.lParameter; in _hb_uniscribe_shape()698 active_feature_t *feature = active_features.push (); in _hb_uniscribe_shape()703 active_feature_t *feature = active_features.find (&event->feature); in _hb_uniscribe_shape()705 active_features.remove (feature - active_features.array); in _hb_uniscribe_shape()
520 hb_auto_array_t<active_feature_t> active_features; in _hb_coretext_shape() local533 if (active_features.len) in _hb_coretext_shape()539 for (unsigned int j = 0; j < active_features.len; j++) in _hb_coretext_shape()546 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.feature), in _hb_coretext_shape()547 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.setting) in _hb_coretext_shape()589 active_feature_t *feature = active_features.push (); in _hb_coretext_shape()594 active_feature_t *feature = active_features.find (&event->feature); in _hb_coretext_shape()596 active_features.remove (feature - active_features.array); in _hb_coretext_shape()