Home
last modified time | relevance | path

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

/external/fonttools/Tests/misc/
DbezierTools_test.py4 calcQuadraticBounds, calcCubicBounds, splitLine, splitQuadratic,
17 assert calcCubicBounds(
19 assert calcCubicBounds(
21 assert calcCubicBounds(
/external/fonttools/Lib/fontTools/pens/
DboundsPen.py4 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds
87 bounds = unionRect(bounds, calcCubicBounds(
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py213 def calcCubicBounds(pt1, pt2, pt3, pt4): function