Lines Matching refs:Feature
153 with lines.between('feature table'):
157 assert name not in featureMap, "Duplicate feature name: %s" % name
159 # If feature name is integer, make sure it matches its index.
166 featureRec.Feature = ot.Feature()
168 feature = featureRec.Feature
169 feature.FeatureParams = None
171 feature.LookupListIndex = theList = [None] * len(syms)
174 feature.LookupCount = len(feature.LookupListIndex)
877 'feature table begin':