Searched refs:pointHandle (Results 1 – 2 of 2) sorted by relevance
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 396 if(!hitRect(pointHandle(p.x, p.y), mx - offset.x, my - offset.y)) 438 if("cx" in p && "cy" in p && hitRect(pointHandle(p.cx, p.cy), mx - offset.x, my - offset.y)){ 445 if("dx" in p && "dy" in p && hitRect(pointHandle(p.dx, p.dy), mx - offset.x, my - offset.y)){ 839 return pointHandle(x, y); 843 function pointHandle(x, y){ function in SketchCanvas 871 var r = pointHandle(x, y);
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js.map | 4 …pointHandle(p.x, p.y), mx - offset.x, my - offset.y))\r\n\t\t\t\t\treturn false;\r\n\t\t\t\t// Che… 6 …", "pathEditMouseDown", "n", "pts", "p", "checkVertexHandle", "self", "pointHandle", "needsRedraw"…
|