Home | History | Annotate | Download | only in layout

Lines Matching refs:feature

191     // one feature.
192 for (le_int32 feature = 0; feature < featureCount; feature += 1) {
193 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
222 // If this is the required feature, add its lookups
228 // If we added lookups from the required feature, sort them
233 for (le_uint16 feature = 0; feature < featureCount; feature += 1) {
234 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
236 // don't add the required feature to the list more than once...
237 // TODO: Do we need this check? (Spec. says required feature won't be in feature list...)
255 for (le_uint16 feature = 0; feature < featureCount; feature += 1) {
256 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
258 // don't add the required feature to the list more than once...
260 // the required feature won't be in the feature list, and because
280 // If there's no specified feature order,
283 // lookup may be referenced by more than one feature,