Searched refs:calcCubicBounds (Results 1 - 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
H A DboundsPen.py4 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds namespace
68 bounds = unionRect(bounds, calcCubicBounds(
/external/fonttools/Tools/fontTools/pens/
H A DboundsPen.py4 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds namespace
68 bounds = unionRect(bounds, calcCubicBounds(
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py9 "calcCubicBounds",
45 def calcCubicBounds(pt1, pt2, pt3, pt4): function
49 >>> calcCubicBounds((0, 0), (25, 100), (75, 100), (100, 0))
51 >>> calcCubicBounds((0, 0), (50, 0), (100, 50), (100, 100))
53 >>> print "%f %f %f %f" % calcCubicBounds((50, 0), (0, 100), (100, 100), (50, 0))
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py9 "calcCubicBounds",
45 def calcCubicBounds(pt1, pt2, pt3, pt4): function
49 >>> calcCubicBounds((0, 0), (25, 100), (75, 100), (100, 0))
51 >>> calcCubicBounds((0, 0), (50, 0), (100, 50), (100, 100))
53 >>> print "%f %f %f %f" % calcCubicBounds((50, 0), (0, 100), (100, 100), (50, 0))

Completed in 62 milliseconds