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