Home | History | Annotate | Download | only in src

Lines Matching refs:feature

4213   HB_Feature  feature;
4218 /* Each feature can only be added once */
4229 feature = gsub->FeatureList.FeatureRecord[feature_index].Feature;
4230 index = feature.LookupListIndex;
4233 for ( i = 0; i < feature.LookupListCount; i++ )
4281 * feature were applied, or HB_Err_Ok otherwise.
4302 HB_Feature feature = gsub->FeatureList.FeatureRecord[feature_index].Feature;
4304 for ( j = 0; j < feature.LookupListCount; j++ )
4306 HB_UShort lookup_index = feature.LookupListIndex[j];