Home
last modified time | relevance | path

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

/external/fonttools/Tests/misc/
DbezierTools_test.py3 calcQuadraticBounds, calcCubicBounds, curveLineIntersections,
17 assert calcCubicBounds(
19 assert calcCubicBounds(
21 assert calcCubicBounds(
/external/fonttools/Lib/fontTools/pens/
DboundsPen.py2 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds
87 bounds = unionRect(bounds, calcCubicBounds(
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py327 def calcCubicBounds(pt1, pt2, pt3, pt4): function
1041 return calcCubicBounds(*c)