Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py414 fvr.FeatureTableSubstitution = ot.FeatureTableSubstitution()
415 fvr.FeatureTableSubstitution.Version = 0x00010000
416 fvr.FeatureTableSubstitution.SubstitutionRecord = substitutionRecords
465 for ftsr in fvr.FeatureTableSubstitution.SubstitutionRecord:
Dinstancer.py524 recordKey = frozenset([rec.FeatureTableSubstitution.Version] + conditionSet)
589 assert record.FeatureTableSubstitution.Version == 0x00010000
590 for rec in record.FeatureTableSubstitution.SubstitutionRecord:
Dmutator.py281 assert record.FeatureTableSubstitution.Version == 0x00010000
282 for rec in record.FeatureTableSubstitution.SubstitutionRecord:
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2295 friend struct FeatureTableSubstitution;
2310 struct FeatureTableSubstitution struct
2354 LOffsetTo<FeatureTableSubstitution>
/external/fonttools/Lib/fontTools/subset/
D__init__.py1287 @_add_method(otTables.FeatureTableSubstitution)
1296 return sum((f.FeatureTableSubstitution.subset_lookups(lookup_indices)
1303 for r in vr.FeatureTableSubstitution.SubstitutionRecord
1306 @_add_method(otTables.FeatureTableSubstitution)
1318 if r.FeatureTableSubstitution.subset_features(feature_indices)]
/external/fonttools/Tests/varLib/
Dinstancer_test.py1243 subsRecord = rec.FeatureTableSubstitution.SubstitutionRecord[0]