Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/pens/
DboundsPen.py4 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds
68 bounds = unionRect(bounds, calcCubicBounds(
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py45 def calcCubicBounds(pt1, pt2, pt3, pt4): function