Home
last modified time | relevance | path

Searched refs:point_to (Results 1 – 3 of 3) sorted by relevance

/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js13point_to:function(i,n,r){r=r?{x:r.x,y:r.y}:t.copy(this.point());var a=e.dirs;switch(i){case a.left…
Ddhtmlxgantt.js.map1point_to","get_points","pt","get_endpoint","xy","shiftX","lineType","get_line_type","forward","sig…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js23200 point_to: function (direction, diff, point) { method
23241 this.point_to(dir.left, shiftX);
23243 this.point_to(dir.down, dy);
23244 this.point_to(dir.right, dx);
23246 this.point_to(dir.right, dx);
23247 this.point_to(dir.down, dy);
23249 this.point_to(dir.right, shiftX);
23253 this.point_to(dir.right, shiftX);
23256 this.point_to(dir.down, dy);
23257 this.point_to(dir.right, dx);
[all …]