Lines Matching refs:tabH
1600 var tabH = fontSize * 1.5;
1635 h = Math.max(h, tabH + rSize);
1640 …this.backTabs(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, se…
1641 …this.focusTab(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, se…
1642 …this.tabText(c, w, h, rSize, tabH, startOffset, tabOffset, labelOffset, tabCount, labelWidths, sel…
1645 mxShapeMockupWedgeBar.prototype.backTabs = function(c, w, h, rSize, tabH, startOffset, tabOffset, l… argument
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);
1683 c.moveTo(currW - rSize, tabH);
1684 c.arcTo(rSize, rSize, 0, 0, 0, currW, tabH - rSize);
1689 c.lineTo(currW + tabW, tabH - rSize);
1690 c.arcTo(rSize, rSize, 0, 0, 0, currW + tabW + rSize, tabH);
1700 mxShapeMockupWedgeBar.prototype.focusTab = function(c, w, h, rSize, tabH, startOffset, tabOffset, l… argument
1718 c.moveTo(currW, tabH);
1721 c.lineTo(currW + tabW, tabH);
1726 c.moveTo(currW, tabH);
1729 c.lineTo(currW + tabW, tabH);
1734 c.moveTo(currW, tabH);
1737 c.lineTo(currW + tabW, tabH);
1742 c.moveTo(currW - rSize, tabH);
1743 c.arcTo(rSize, rSize, 0, 0, 0, currW, tabH - rSize);
1748 c.lineTo(currW + tabW, tabH - rSize);
1749 c.arcTo(rSize, rSize, 0, 0, 0, currW + tabW + rSize, tabH);
1759 mxShapeMockupWedgeBar.prototype.tabText = function(c, w, h, rSize, tabH, startOffset, tabOffset, la… argument
1786 …c.text(currW + labelOffset, tabH * 0.5, 0, 0, currLabel, mxConstants.ALIGN_LEFT, mxConstants.ALIGN…