Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
DroundTools.py44 def maybeRound(v, tolerance, round=otRound): function
58 return functools.partial(maybeRound, tolerance=tolerance, round=round)