Home
last modified time | relevance | path

Searched refs:FeatureTableSubstitution (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py434 fvr.FeatureTableSubstitution = ot.FeatureTableSubstitution()
435 fvr.FeatureTableSubstitution.Version = 0x00010000
436 fvr.FeatureTableSubstitution.SubstitutionRecord = substitutionRecords
485 for ftsr in fvr.FeatureTableSubstitution.SubstitutionRecord:
Dmutator.py281 assert record.FeatureTableSubstitution.Version == 0x00010000
282 for rec in record.FeatureTableSubstitution.SubstitutionRecord:
/external/fonttools/Lib/fontTools/varLib/instancer/
D__init__.py713 recordKey = frozenset([rec.FeatureTableSubstitution.Version] + conditionSet)
851 assert record.FeatureTableSubstitution.Version == 0x00010000
852 for rec in record.FeatureTableSubstitution.SubstitutionRecord:
/external/fonttools/Lib/fontTools/subset/
D__init__.py1295 @_add_method(otTables.FeatureTableSubstitution)
1304 return sum((f.FeatureTableSubstitution.subset_lookups(lookup_indices)
1311 for r in vr.FeatureTableSubstitution.SubstitutionRecord
1314 @_add_method(otTables.FeatureTableSubstitution)
1329 r.FeatureTableSubstitution.subset_features(feature_indices)
1334 .FeatureTableSubstitution.SubstitutionCount):
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2295 friend struct FeatureTableSubstitution;
2310 struct FeatureTableSubstitution struct
2354 LOffsetTo<FeatureTableSubstitution>
/external/fonttools/Tests/varLib/instancer/
Dinstancer_test.py1566 subsRecord = rec.FeatureTableSubstitution.SubstitutionRecord[0]