Home
last modified time | relevance | path

Searched refs:getCoordWidth (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Tests/ttLib/tables/
DTupleVariation_test.py723 self.assertEqual(empty.getCoordWidth(), 0)
726 self.assertEqual(empty.getCoordWidth(), 0)
729 self.assertEqual(gvarTuple.getCoordWidth(), 2)
732 self.assertEqual(cvarTuple.getCoordWidth(), 1)
735 self.assertEqual(cvarTuple.getCoordWidth(), 1)
738 TupleVariation({}, [None, "a"]).getCoordWidth()
/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py452 def getCoordWidth(self): member in TupleVariation
471 coordWidth = self.getCoordWidth()
482 coordWidth = self.getCoordWidth()
495 if self.getCoordWidth() == 1:
552 if self.getCoordWidth() == 2: