Searched refs:active_features (Results 1 – 2 of 2) sorted by relevance
661 hb_vector_t<active_feature_t> active_features; in _hb_uniscribe_shape() local674 active_features.qsort (); in _hb_uniscribe_shape()675 for (unsigned int j = 0; j < active_features.length; j++) in _hb_uniscribe_shape()677 …if (!j || active_features[j].rec.tagFeature != feature_records[feature_records.length - 1].tagFeat… in _hb_uniscribe_shape()679 feature_records.push (active_features[j].rec); in _hb_uniscribe_shape()684 feature_records[feature_records.length - 1].lParameter = active_features[j].rec.lParameter; in _hb_uniscribe_shape()700 active_features.push (event->feature); in _hb_uniscribe_shape()704 active_feature_t *feature = active_features.find (&event->feature); in _hb_uniscribe_shape()706 active_features.remove (feature - active_features.arrayZ); in _hb_uniscribe_shape()
514 hb_vector_t<active_feature_t> active_features; in _hb_coretext_shape() local525 if (active_features.length) in _hb_coretext_shape()531 for (unsigned int j = 0; j < active_features.length; j++) in _hb_coretext_shape()538 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.feature), in _hb_coretext_shape()539 CFNumberCreate (kCFAllocatorDefault, kCFNumberIntType, &active_features[j].rec.setting) in _hb_coretext_shape()583 active_features.push (event->feature); in _hb_coretext_shape()585 active_feature_t *feature = active_features.find (&event->feature); in _hb_coretext_shape()587 active_features.remove (feature - active_features.arrayZ); in _hb_coretext_shape()