Home
last modified time | relevance | path

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

/external/fonttools/Tests/misc/
DarrayTools_test.py4 calcBounds, calcIntBounds, updateBounds, pointInRect, pointsInRect,
11 assert calcBounds([]) == (0, 0, 0, 0)
12 assert calcBounds(
DpsCharStrings_test.py16 bounds = cs.calcBounds(None)
21 bounds = cs.calcBounds(None)
26 bounds = cs.calcBounds(None)
/external/fonttools/Lib/fontTools/misc/
DarrayTools.py13 def calcBounds(array): function
28 return tuple(round(v) for v in calcBounds(array))
DbezierTools.py6 from fontTools.misc.arrayTools import calcBounds
166 return calcBounds(points)
235 return calcBounds(points)
DpsCharStrings.py975 def calcBounds(self, glyphSet): member in T2CharString
/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_h_e_a.py70 bounds = cs.calcBounds(charStrings)
D_v_h_e_a.py69 bounds = cs.calcBounds(charStrings)
D_g_l_y_f.py10 from fontTools.misc.arrayTools import calcBounds, calcIntBounds, pointInRect
798 bbox = calcBounds([coords[last], coords[next]])
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py2353 bounds = charString.calcBounds(self.CharStrings)