Home | History | Annotate | Download | only in src

Lines Matching full:features

432                     const hb_feature_t *features,
440 * Set up features.
447 /* Sort features by start/end events. */
451 const feature_mapping_t * mapping = (const feature_mapping_t *) bsearch (&features[i].tag,
461 feature.rec.setting = features[i].value ? mapping->selectorToEnable : mapping->selectorToDisable;
469 event->index = features[i].start;
476 event->index = features[i].end;
496 /* Scan events and save features for each range. */
505 /* Save a snapshot of active features and the range. */
514 /* TODO sort and resolve conflicting features? */
638 /* Need log_clusters to assign features. */
939 const hb_feature_t *features,
942 return _hb_coretext_shape (shape_plan, font, buffer, features, num_features);