Searched refs:tabH (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupContainers.js | 1228 var tabH = fontSize * 1.5; 1277 c.moveTo(0, tabH + rSize); 1279 c.lineTo(w - rSize, tabH); 1305 c.moveTo(currW, tabH); 1313 c.moveTo(currW, tabH); 1356 c.moveTo(0, tabH + rSize); 1358 c.lineTo(currW, tabH); 1371 c.lineTo(currW, tabH); 1384 c.lineTo(currW, tabH); 1501 var tabH = fontSize * 1.5; [all …]
|
H A D | mxMockupForms.js | 1600 var tabH = fontSize * 1.5; 1635 h = Math.max(h, tabH + rSize); 1659 c.moveTo(currW, tabH); 1662 c.lineTo(currW + tabW, tabH); 1667 c.moveTo(currW, tabH); 1670 c.lineTo(currW + tabW, tabH); 1675 c.moveTo(currW, tabH); 1678 c.lineTo(currW + tabW, tabH); 1718 c.moveTo(currW, tabH); 1726 c.moveTo(currW, tabH); [all …]
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxSysML.js | 2631 var tabH = 20; 2633 c.roundrect(0, tabH, w, h - tabH, 10, 10); 2635 c.rect(15, 0, tabW, tabH); 2711 var tabH = 20; 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 2723 c.roundrect(0, tabH, w, h - tabH, 10, 10); 2727 c.rect(15, 0, tabW, tabH); 2732 mxShapeSysMLRegion.prototype.foreground = function(c, x, y, w, h, tabH, tabW) argument [all …]
|