Lines Matching refs:FeatureList
388 otTables.FeatureList.mergeMap = {
454 featureMap = dict((id(v),v) for v in table.table.FeatureList.FeatureRecord)
475 table.table.FeatureList.FeatureRecord.append(synthFeature)
476 table.table.FeatureList.FeatureCount += 1
596 @_add_method(otTables.FeatureList)
811 if t.table.FeatureList:
813 t.table.FeatureList.mapLookups(lookupMap)
815 if t.table.FeatureList and t.table.ScriptList:
816 featureMap = dict((i,id(v)) for i,v in enumerate(t.table.FeatureList.FeatureRecord))
836 if t.table.FeatureList:
838 t.table.FeatureList.mapLookups(lookupMap)
840 if t.table.FeatureList and t.table.ScriptList:
842 featureMap = dict((id(v),i) for i,v in enumerate(t.table.FeatureList.FeatureRecord))