Lines Matching full:features
591 const hb_feature_t *features,
600 * Set up features.
606 /* Sort features by start/end events. */
611 feature.rec.tagFeature = hb_uint32_swap (features[i].tag);
612 feature.rec.lParameter = features[i].value;
620 event->index = features[i].start;
627 event->index = features[i].end;
647 /* Scan events and save features for each range. */
656 /* Save a snapshot of active features and the range. */
764 /* Need log_clusters to assign features. */