Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupContainers.js1315 c.lineTo(currW + tabW, 0);
1360 c.lineTo(currW + tabW, 0);
1386 c.lineTo(currW + tabW, 0);
1532 var minW = tabW + rSize;
1548 c.moveTo(tabW + rSize, h);
1550 c.lineTo(tabW, rSize);
1607 c.moveTo(tabW + rSize, h);
1612 c.lineTo(tabW, currH);
1613 c.lineTo(tabW, rSize);
1620 c.moveTo(tabW + rSize, h);
[all …]
H A DmxMockupForms.js1661 c.lineTo(currW + tabW, 0);
1662 c.lineTo(currW + tabW, tabH);
1670 c.lineTo(currW + tabW, tabH);
1677 c.lineTo(currW + tabW, 0);
1678 c.lineTo(currW + tabW, tabH);
1696 currW = currW + tabW + tabOffset;
1720 c.lineTo(currW + tabW, 0);
1721 c.lineTo(currW + tabW, tabH);
1729 c.lineTo(currW + tabW, tabH);
1736 c.lineTo(currW + tabW, 0);
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxSysML.js2632 var tabW = 110;
2635 c.rect(15, 0, tabW, tabH);
2712 var tabW = 50;
2715 this.background(c, x, y, w, h, tabH, tabW);
2717 this.foreground(c, x, y, w, h, tabH, tabW);
2720 mxShapeSysMLRegion.prototype.background = function(c, x, y, w, h, tabH, tabW) argument
2727 c.rect(15, 0, tabW, tabH);
2732 mxShapeSysMLRegion.prototype.foreground = function(c, x, y, w, h, tabH, tabW) argument