Searched refs:calcCubicParameters (Results 1 – 1 of 1) sorted by relevance
/external/fonttools/Lib/fontTools/misc/ |
D | bezierTools.py | 224 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4) 331 a, b, c, d = calcCubicParameters(pt1, pt2, pt3, pt4) 368 a, b, c, d = calcCubicParameters(pt1, pt2, pt3, pt4) 561 def calcCubicParameters(pt1, pt2, pt3, pt4): function
|