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]);
217 // If this is the required feature, add its lookups
223 // If we added lookups from the required feature, sort them
228 for (le_uint16 feature = 0; feature < featureCount; feature += 1) {
229 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
231 // don't add the required feature to the list more than once...
232 // TODO: Do we need this check? (Spec. says required feature won't be in feature list...)
250 for (le_uint16 feature = 0; feature < featureCount; feature += 1) {
251 le_uint16 featureIndex = SWAPW(langSysTable->featureIndexArray[feature]);
253 // don't add the required feature to the list more than once...
255 // the required feature won't be in the feature list, and because
275 // If there's no specified feature order,
278 // lookup may be referenced by more than one feature,