Home
last modified time | relevance | path

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

/external/fonttools/Tests/ttLib/tables/
DTupleVariation_test.py693 self.assertEqual(empty.getCoordWidth(), 0)
696 self.assertEqual(empty.getCoordWidth(), 0)
699 self.assertEqual(gvarTuple.getCoordWidth(), 2)
702 self.assertEqual(cvarTuple.getCoordWidth(), 1)
705 self.assertEqual(cvarTuple.getCoordWidth(), 1)
708 TupleVariation({}, [None, "a"]).getCoordWidth()
/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py447 def getCoordWidth(self): member in TupleVariation
466 coordWidth = self.getCoordWidth()
477 coordWidth = self.getCoordWidth()
490 if self.getCoordWidth() == 1:
547 if self.getCoordWidth() == 2: