Searched refs:cspbezsplit (Results 1 - 4 of 4) sorted by relevance
/inkscape/share/extensions/ |
H A D | addnodes.py | 32 def cspbezsplit(sp1, sp2, t = 0.5): function 43 return cspbezsplit(sp1, sp2, t)
|
H A D | convert2dashes.py | 33 def cspbezsplit(sp1, sp2, t = 0.5): function 44 return cspbezsplit(sp1, sp2, t)
|
H A D | interp.py | 33 def cspbezsplit(sp1, sp2, t = 0.5): function 44 return cspbezsplit(sp1, sp2, t) 267 start[subpath][segment - 1:segment + 1] = cspbezsplit(sp1, sp2)
|
H A D | measure.py | 79 def cspbezsplit(sp1, sp2, t = 0.5): function 90 return cspbezsplit(sp1, sp2, t)
|
Completed in 182 milliseconds