Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/pens/
DroundingPen.py31 def __init__(self, outPen, roundFunc=otRound): argument
90 def __init__(self, outPen, roundFunc=otRound): argument
/external/fonttools/Lib/fontTools/misc/
DroundTools.py48 def roundFunc(tolerance, round=otRound): function