Searched refs:nearestMultipleShortestRepr (Results 1 – 3 of 3) sorted by relevance
20 from .roundTools import otRound, nearestMultipleShortestRepr138 return nearestMultipleShortestRepr(value / scale, factor=1.0 / scale)213 return nearestMultipleShortestRepr(value, factor=1.0 / scale)
66 def nearestMultipleShortestRepr(value: float, factor: float) -> str: function
9 from fontTools.misc.roundTools import nearestMultipleShortestRepr, otRound559 return nearestMultipleShortestRepr(value, cls.factor)