Home | History | Annotate | Download | only in layout

Lines Matching full:feature

201     // one feature.
205 for (le_uint32 feature = 0; LE_SUCCESS(success)&&(feature < featureCount); feature += 1) {
206 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature, success));
236 // If this is the required feature, add its lookups
242 // If we added lookups from the required feature, sort them
247 for (le_uint16 feature = 0; feature < featureCount; feature += 1) {
249 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature,success));
251 // don't add the required feature to the list more than once...
252 // TODO: Do we need this check? (Spec. says required feature won't be in feature list...)
271 for (le_uint16 feature = 0; LE_SUCCESS(success)&& (feature < featureCount); feature += 1) {
272 le_uint16 featureIndex = SWAPW(featureIndexArray.getObject(feature,success));
274 // don't add the required feature to the list more than once...
276 // the required feature won't be in the feature list, and because
296 // If there's no specified feature order,
299 // lookup may be referenced by more than one feature,