Searched refs:calcBounds (Results 1 – 9 of 9) sorted by relevance
/external/fonttools/Tests/misc/ |
D | arrayTools_test.py | 4 calcBounds, calcIntBounds, updateBounds, pointInRect, pointsInRect, 11 assert calcBounds([]) == (0, 0, 0, 0) 12 assert calcBounds(
|
D | psCharStrings_test.py | 16 bounds = cs.calcBounds(None) 21 bounds = cs.calcBounds(None) 26 bounds = cs.calcBounds(None)
|
/external/fonttools/Lib/fontTools/misc/ |
D | arrayTools.py | 13 def calcBounds(array): function 28 return tuple(round(v) for v in calcBounds(array))
|
D | bezierTools.py | 6 from fontTools.misc.arrayTools import calcBounds 166 return calcBounds(points) 235 return calcBounds(points)
|
D | psCharStrings.py | 975 def calcBounds(self, glyphSet): member in T2CharString
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _h_h_e_a.py | 70 bounds = cs.calcBounds(charStrings)
|
D | _v_h_e_a.py | 69 bounds = cs.calcBounds(charStrings)
|
D | _g_l_y_f.py | 10 from fontTools.misc.arrayTools import calcBounds, calcIntBounds, pointInRect 798 bbox = calcBounds([coords[last], coords[next]])
|
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 2353 bounds = charString.calcBounds(self.CharStrings)
|