Home
last modified time | relevance | path

Searched refs:segmentPointAtT (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Tests/misc/
DbezierTools_test.py4 segmentPointAtT, splitLine, splitQuadratic, splitCubic, splitQuadraticAtT,
151 point = segmentPointAtT(segment, t)
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py863 def segmentPointAtT(seg, t): function
1147 Intersection(pt=segmentPointAtT(curve1, ts[0]), t1=ts[0], t2=ts[1])