Home
last modified time | relevance | path

Searched defs:fvarAxes (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/instancer/
D__init__.py504 def fromItemVarStore(cls, itemVarStore, fvarAxes): argument
588 def instantiateItemVariationStore(itemVarStore, fvarAxes, axisLimits): argument
757 record, recIdx, location, fvarAxes, axisIndexMap argument
796 def _limitFeatureVariationRecord(record, axisRanges, fvarAxes): argument
828 def _instantiateFeatureVariations(table, fvarAxes, axisLimits): argument
/external/fonttools/Tests/varLib/instancer/
Dinstancer_test.py36 def fvarAxes(): function
452 self, varStore, fvarAxes, location, expected_deltas, num_regions argument
548 def test_roundtrip(self, fvarAxes): argument