Lines Matching refs:dy

18 	this.dy = 0.5;
41 var dy = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
45 var d = Math.min(dy, w - 2 * inset, h - inset);
67 …var dy = Math.max(0, Math.min(bounds.width, bounds.width, parseFloat(mxUtils.getValue(this.state.s…
69 return new mxPoint(bounds.x + bounds.width / 2, bounds.y + dy);
81 var dy = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
83 var d = Math.min(dy, w - 2 * inset, h - inset);
343 this.dy = 15;
368 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
371 c.moveTo(0, dy);
373 c.lineTo(dx, dy);
374 c.lineTo(w, dy);
375 c.lineTo(w, h - dy);
377 c.lineTo(w - dx, h - dy);
378 c.lineTo(0, h - dy);
386 c.moveTo(0, dy);
388 c.lineTo(dx, dy);
390 c.moveTo(w, h - dy);
392 c.lineTo(w - dx, h - dy);
397 c.moveTo(0, dy);
399 c.lineTo(dx, dy);
400 c.lineTo(w, dy);
401 c.lineTo(w, h - dy);
403 c.lineTo(w - dx, h - dy);
404 c.lineTo(0, h - dy);
417 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
419 return new mxPoint(bounds.x + dx, bounds.y + dy);
433 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
434 var h2 = h - dy;
436 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy));
437 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false, null, 0, dy));
438 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false, null, 0, dy));
439 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false, null, 0, dy));
440 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, dy));
446 constr.push(new mxConnectionConstraint(new mxPoint(0, 1), false, null, 0, -dy));
466 this.dy = 15;
491 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
494 c.moveTo(0, dy);
496 c.lineTo(dx, dy);
497 c.lineTo(w, dy);
498 c.lineTo(w, h - dy);
500 c.lineTo(w - dx, h - dy);
501 c.lineTo(0, h - dy);
509 c.moveTo(0, dy);
511 c.lineTo(dx, h - 2 * dy);
512 c.lineTo(0, h - dy);
514 c.moveTo(w, h - dy);
516 c.lineTo(w - dx, h - dy);
521 c.moveTo(0, dy);
523 c.lineTo(dx, dy);
524 c.lineTo(w, dy);
525 c.lineTo(w, h - dy);
527 c.lineTo(w - dx, h - dy);
528 c.lineTo(0, h - dy);
540 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
542 return new mxPoint(bounds.x + dx, bounds.y + dy);
556 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
558 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy));
559 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false, null, 0, dy));
560 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false, null, 0, dy));
561 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false, null, 0, dy));
562 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, dy));
564 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, h - dy));
565 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false, null, 0, h - dy));
566 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false, null, 0, h - dy));
567 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false, null, 0, h - dy));
568 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - dy));
588 this.dy = 0.5;
615 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
619 c.moveTo(0, dy);
621 c.lineTo(dx, dy);
622 c.lineTo(w, dy);
623 c.lineTo(w - notch, (h - dy) / 2 + dy);
633 c.moveTo(0, dy);
635 c.lineTo(dx, h - dy);
641 c.moveTo(0, dy);
643 c.lineTo(dx, dy);
644 c.lineTo(w, dy);
645 c.lineTo(w - notch, (h - dy) / 2 + dy);
659 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
661 return new mxPoint(bounds.x + dx, bounds.y + dy);
670 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
673 return new mxPoint(bounds.x + bounds.width - notch, bounds.y + dy + (bounds.height - dy) * 0.5);
688 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
691 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy));
692 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false, null, 0, dy));
693 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false, null, 0, dy));
694 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false, null, 0, dy));
695 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, dy));
696 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - notch, (h + dy) * 0.5));
702 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h + dy) * 0.5));
721 this.dy = 0.5;
748 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
752 c.moveTo(0, dy);
754 c.lineTo(dx, dy);
755 c.lineTo(w, dy);
756 c.lineTo(w - notch, (h - dy) / 2 + dy);
766 c.moveTo(0, dy);
768 c.lineTo(dx, dy);
773 c.moveTo(0, dy);
775 c.lineTo(dx, dy);
776 c.lineTo(w, dy);
777 c.lineTo(w - notch, (h - dy) / 2 + dy);
791 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
793 return new mxPoint(bounds.x + dx, bounds.y + dy);
802 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
805 return new mxPoint(bounds.x + bounds.width - notch, bounds.y + dy + (bounds.height - dy) * 0.5);
820 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
823 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy));
824 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false, null, 0, dy));
825 constr.push(new mxConnectionConstraint(new mxPoint(0.5, 0), false, null, 0, dy));
826 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false, null, 0, dy));
827 constr.push(new mxConnectionConstraint(new mxPoint(1, 0), false, null, 0, dy));
828 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - notch, (h + dy) * 0.5));
834 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h + dy) * 0.5));
853 this.dy = 0.5;
880 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
883 dx = Math.min(w / 2 - 2 * dy, dx);
888 c.moveTo(0, dy);
889 c.lineTo(dx, dy);
892 c.lineTo(w - dx, dy);
893 c.lineTo(w, dy);
894 c.lineTo(w - notch, (h - dy) * 0.5 + dy);
896 c.lineTo(w - dx - 2 * dy, h);
897 c.lineTo(w - dx - 2 * dy, h - dy);
898 c.lineTo(dx + 2 * dy, h - dy);
899 c.lineTo(dx + 2 * dy, h);
901 c.lineTo(notch, (h - dy) * 0.5 + dy);
909 c.moveTo(0,dy);
910 c.lineTo(dx, dy);
911 c.lineTo(dx, h - dy);
912 c.lineTo(dx + 2 * dy, h);
914 c.lineTo(notch, (h - dy) * 0.5 + dy);
916 c.moveTo(w,dy);
917 c.lineTo(w - dx, dy);
918 c.lineTo(w - dx, h - dy);
919 c.lineTo(w - dx - 2 * dy, h);
921 c.lineTo(w - notch, (h - dy) * 0.5 + dy);
927 c.moveTo(dx, h - dy);
928 c.lineTo(dx + 2 * dy, h - dy);
929 c.lineTo(dx + 2 * dy, h);
931 c.moveTo(w - dx, h - dy);
932 c.lineTo(w - dx - 2 * dy, h - dy);
933 c.lineTo(w - dx - 2 * dy, h);
945 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
947 return new mxPoint(bounds.x + bounds.width - dx, bounds.y + dy);
956 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
960 return new mxPoint(bounds.x + bounds.width - notch, bounds.y + dy + (bounds.height - dy) * 0.5);
975 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
977 dx = Math.min(w / 2 - 2 * dy, dx);
986 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2, (h - dy) * 0.5));
987 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2, h - dy));
988 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2 * 0.75, h - dy));
989 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2 * 0.5, h - dy));
990 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2 * 0.25, h - dy));
991 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, h - dy));
992 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx, (h - dy) * 0.5));
993 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, notch, (h + dy) * 0.5));
994 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - notch, (h + dy) * 0.5));
1012 this.dy = 0.5;
1035 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
1037 var rx = Math.max(0, Math.min(w * 0.5, w * 0.5 - dy));
1038 var ry = Math.max(0, Math.min(h * 0.5, h * 0.5 - dy));
1047 c.moveTo(w * 0.5, dy);
1062 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
1064 return new mxPoint(bounds.x + bounds.width * 0.5, bounds.y + dy);
1076 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
1077 var rx = Math.max(0, Math.min(w * 0.5, w * 0.5 - dy));
1078 var ry = Math.max(0, Math.min(h * 0.5, h * 0.5 - dy));
1395 var dy = 20;
1397 var ry = dy * 0.5;
1400 c.moveTo(0, dy * 0.5);
1411 c.moveTo(0, dy * 0.5);
1419 c.moveTo(0, dy * 0.5);
1432 var dy = 20;
1434 var ry = dy * 0.5;
1436 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy * 0.5));
1438 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy * 0.5));
1439 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy * 0.5 + (h - dy) * 0.…
1440 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy * 0.5 + (h - dy) * 0.…
1441 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy * 0.5 + (h - dy) * 0.…
1442 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, h - dy * 0.5));
1444 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - dy * 0.5));
1445 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy * 0.5 + (h - dy) * 0.…
1446 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy * 0.5 + (h - dy) * 0.…
1447 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, dy * 0.5 + (h - dy) * 0.…
1465 this.dy = 0.5;
1588 this.dy = 0.5;
1616 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
1619 dx = Math.min(w - 2 * dy, dx);
1621 …var dx2 = Math.max(0, Math.min(w - dx - 2 * dy, parseFloat(mxUtils.getValue(this.style, 'dx2', thi…
1628 c.lineTo(w - dx, dy);
1629 c.lineTo(w, dy);
1630 c.lineTo(w - notch, (h - dy) * 0.5 + dy);
1632 c.lineTo(w - dx - 2 * dy, h);
1633 c.lineTo(w - dx - 2 * dy, h - dy);
1634 c.lineTo(dx2, h - dy);
1635 c.lineTo(0, (h - dy) * 0.5);
1643 c.moveTo(w,dy);
1644 c.lineTo(w - dx, dy);
1645 c.lineTo(w - dx, h - dy);
1646 c.lineTo(w - dx - 2 * dy, h);
1648 c.lineTo(w - notch, (h - dy) * 0.5 + dy);
1654 c.moveTo(w - dx, h - dy);
1655 c.lineTo(w - dx - 2 * dy, h - dy);
1656 c.lineTo(w - dx - 2 * dy, h);
1663 c.lineTo(w - dx, dy);
1664 c.lineTo(w, dy);
1665 c.lineTo(w - notch, (h - dy) * 0.5 + dy);
1667 c.lineTo(w - dx - 2 * dy, h);
1668 c.lineTo(w - dx - 2 * dy, h - dy);
1669 c.lineTo(dx2, h - dy);
1670 c.lineTo(0, (h - dy) * 0.5);
1682 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
1684 return new mxPoint(bounds.x + bounds.width - dx, bounds.y + dy);
1693 …var dy = Math.max(0, Math.min(bounds.height / 2, parseFloat(mxUtils.getValue(this.state.style, 'dy…
1697 return new mxPoint(bounds.x + bounds.width - notch, bounds.y + dy + (bounds.height - dy) * 0.5);
1708 …var dy = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'dy', t…
1711 return new mxPoint(bounds.x + dx2, bounds.y + (bounds.height - dy) * 0.5);
1715 …var dy = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'dy', t…
1717 …this.state.style['dx2'] = Math.round(100 * Math.max(0, Math.min(bounds.width - dx - 2 * dy, pt.x -…
1730 var dy = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
1732 dx = Math.min(w - 2 * dy, dx);
1733 …var dx2 = Math.max(0, Math.min(w - dx - 2 * dy, parseFloat(mxUtils.getValue(this.style, 'dx2', thi…
1737 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - dy) * 0.5));
1743 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx * 0.25, dy));
1744 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx * 0.5, dy));
1745 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx * 0.75, dy));
1746 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, dy));
1747 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - notch, (h + dy) * 0.5));
1749 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - dx - 2 * dy, h));
1750 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - (dx + 2 * dy) * 0.75, h…
1751 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - (dx + 2 * dy) * 0.5, h)…
1752 …constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w - (dx + 2 * dy) * 0.25, h…
1753 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2, h - dy));
1754 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.25, h - dy));
1755 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.5, h - dy));
1756 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2 * 0.75, h - dy));
1757 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2, h - dy));
2263 this.dy = 0.5;
2286 …var dy = Math.max(0, Math.min(h * 0.5 - 10, w * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy',…
2289 var rx2 = rx - dy;
2298 c.moveTo(w * 0.5, dy);
2302 c.arcTo(rx2, rx2, 0, 0, 0, w * 0.5, dy);
2325 …var dy = Math.max(0, Math.min(bounds.height / 2, bounds.width / 2, parseFloat(mxUtils.getValue(thi…
2327 return new mxPoint(bounds.x + bounds.width * 0.5, bounds.y + dy);
2339 …var dy = Math.max(0, Math.min(h * 0.5 - 10, w * 0.5, parseFloat(mxUtils.getValue(this.style, 'dy',…
2341 var rx2 = rx - dy;
2476 this.dy = 0.5;
2501 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
2503 var x1 = Math.max(dx - dy * 0.35, 0);
2504 var x2 = Math.min(dx + dy * 0.35, w);
2509 c.lineTo(w, h - dy);
2510 c.lineTo(x2, h - dy);
2512 c.lineTo(x1, h - dy);
2513 c.lineTo(0, h - dy);
2527 …var dy = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'dy', t…
2529 return new mxPoint(bounds.x + dx, bounds.y + bounds.height - dy);
2543 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
2544 var x1 = Math.max(dx - dy * 0.35, 0);
2545 var x2 = Math.min(dx + dy * 0.35, w);
2552 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h - dy) * 0.5));
2553 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, h - dy));
2554 constr.push(new mxConnectionConstraint(new mxPoint(0.75, 0), false, null, 0, h - dy));
2555 constr.push(new mxConnectionConstraint(new mxPoint(0.25, 0), false, null, 0, h - dy));
2557 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - dy));
2576 this.dy = 0.5;
2601 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
2606 c.lineTo(w, h - dy);
2607 c.lineTo(dx, h - dy);
2609 c.lineTo(0, h - dy);
2619 c.lineTo(dx, h - dy);
2621 c.lineTo(0, h - dy);
2633 …var dy = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'dy', t…
2635 return new mxPoint(bounds.x + dx, bounds.y + bounds.height - dy);
2649 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
2656 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, (h - dy) * 0.5));
2657 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w, h - dy));
2658 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, h - dy));
2659 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 0, (h - dy) * 0.5));
2660 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w * 0.75, h - dy));
2661 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w * 0.5, h - dy));
2662 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w * 0.25, h - dy));