Lines Matching refs:FeatureList
565 otTables.FeatureList.mergeMap = {
663 table.table.FeatureList.FeatureRecord.append(synthFeature)
664 table.table.FeatureList.FeatureCount += 1
796 @_add_method(otTables.FeatureList)
1063 t.table.FeatureList.mapLookups(lookupMap)
1065 if t.table.FeatureList and t.table.ScriptList:
1066 featureMap = {i:v for i,v in enumerate(t.table.FeatureList.FeatureRecord)}
1083 if t.table.FeatureList and t.table.ScriptList:
1086 featureMap = _GregariousIdentityDict(t.table.FeatureList.FeatureRecord)
1090 featureMap = _AttendanceRecordingIdentityDict(t.table.FeatureList.FeatureRecord)
1095 …t.table.FeatureList.FeatureRecord = [f for i,f in enumerate(t.table.FeatureList.FeatureRecord) if …
1098 featureMap = _NonhashableDict(t.table.FeatureList.FeatureRecord)
1101 t.table.FeatureList.FeatureCount = len(t.table.FeatureList.FeatureRecord)
1107 t.table.FeatureList.mapLookups(lookupMap)
1112 t.table.FeatureList.mapLookups(lookupMap)
1121 t.table.FeatureList.mapLookups(lookupMap)