Lines Matching refs:p0
2615 var p0 = pts[0];
2620 geo2.x = p0.x / view.scale - view.translate.x - geo2.width / 2;
2621 geo2.y = p0.y / view.scale - view.translate.y - geo2.height / 2;
2645 var p0 = geo2.getTerminalPoint(true);
2647 var dx = pe.x - p0.x;
2648 var dy = pe.y - p0.y;
3181 var p0 = pts[0];
3182 bbox.add(checkArrow(x, y, new mxRectangle(p0.x - this.roundDrop.width / 2,
3183 p0.y - this.roundDrop.height / 2, this.roundDrop.width, this.roundDrop.height), roundSource));
3297 var p0 = pts[0];
3302 roundSource.style.left = Math.floor(p0.x - this.roundDrop.width / 2) + 'px';
3303 roundSource.style.top = Math.floor(p0.y - this.roundDrop.height / 2) + 'px';