Home
last modified time | relevance | path

Searched refs:calcQuadraticBounds (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Tests/misc/
DbezierTools_test.py3 calcQuadraticBounds, calcCubicBounds, curveLineIntersections,
10 assert calcQuadraticBounds(
12 assert calcQuadraticBounds(
/external/fonttools/Lib/fontTools/pens/
DboundsPen.py2 from fontTools.misc.bezierTools import calcCubicBounds, calcQuadraticBounds
96 bounds = unionRect(bounds, calcQuadraticBounds(
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py227 def calcQuadraticBounds(pt1, pt2, pt3): function
1039 return calcQuadraticBounds(*c)
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py9 from fontTools.misc.bezierTools import calcQuadraticBounds