Lines Matching refs:FeatureList
567 otTables.FeatureList.mergeMap = {
665 table.table.FeatureList.FeatureRecord.append(synthFeature)
666 table.table.FeatureList.FeatureCount += 1
798 @_add_method(otTables.FeatureList)
1103 t.table.FeatureList.mapLookups(lookupMap)
1105 if t.table.FeatureList and t.table.ScriptList:
1106 featureMap = {i:v for i,v in enumerate(t.table.FeatureList.FeatureRecord)}
1123 if t.table.FeatureList and t.table.ScriptList:
1126 featureMap = _GregariousIdentityDict(t.table.FeatureList.FeatureRecord)
1130 featureMap = _AttendanceRecordingIdentityDict(t.table.FeatureList.FeatureRecord)
1135 …t.table.FeatureList.FeatureRecord = [f for i,f in enumerate(t.table.FeatureList.FeatureRecord) if …
1138 featureMap = _NonhashableDict(t.table.FeatureList.FeatureRecord)
1141 t.table.FeatureList.FeatureCount = len(t.table.FeatureList.FeatureRecord)
1147 t.table.FeatureList.mapLookups(lookupMap)
1152 t.table.FeatureList.mapLookups(lookupMap)
1161 t.table.FeatureList.mapLookups(lookupMap)