Lines Matching defs:points
2414 function toSVGPoints(points) { argument
2424 function createLine(points, attrs) { argument
2427 attr(line, { points: toSVGPoints(points) }); property
2436 function updateLine(gfx, points) { argument
2437 attr(gfx, { points: toSVGPoints(points) }); property
3372 function bezierBBox(points) { argument
17000 points: pointsString property
28031 function linePath(points) { argument
30411 attr(connection, { 'points': [ start.x, start.y, end.x, end.y ] }); property
53138 function tryRepairConnectionStart(moved, other, newDocking, points) { argument
53152 function tryRepairConnectionEnd(moved, other, newDocking, points) { argument
53170 function _tryRepairConnectionSide(moved, other, newDocking, points) { argument
53172 function needsRelayout(points) { argument
53208 function removeOverlapping(points, a, b) { argument
53386 return waypoints.reduce(function(points, p, idx) { argument