Lines Matching refs:rSize

1024 	var rSize = 10; //rounding size
1047 …this.background(c, trueW, trueH, rSize, buttonNum, buttonWidths, labelOffset, minW, frameColor, se…
1069 mxShapeMockupMenuBar.prototype.background = function(c, w, h, rSize, buttonNum, buttonWidths, label… argument
1191 var rSize = 5;
1194 this.background(c, w, h, rSize, sliderStyle);
1196 this.foreground(c, w, h, rSize, sliderStyle);
1200 mxShapeMockupHorSlider.prototype.background = function(c, w, h, rSize, sliderStyle) argument
1212 c.roundrect(0, h * 0.5 - rSize, w, 2 * rSize, rSize, rSize);
1217 mxShapeMockupHorSlider.prototype.foreground = function(c, w, h, rSize, sliderStyle) argument
1241 c.roundrect(0, h * 0.5 - rSize, barCenterPos, 2 * rSize, rSize, rSize);
1606 var rSize = 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
1683 c.moveTo(currW - rSize, tabH);
1684 c.arcTo(rSize, rSize, 0, 0, 0, currW, tabH - rSize);
1685 c.lineTo(currW, rSize);
1686 c.arcTo(rSize, rSize, 0, 0, 1, currW + rSize, 0);
1687 c.lineTo(currW + tabW - rSize, 0);
1688 c.arcTo(rSize, rSize, 0, 0, 1, currW + tabW, 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
1742 c.moveTo(currW - rSize, tabH);
1743 c.arcTo(rSize, rSize, 0, 0, 0, currW, tabH - rSize);
1744 c.lineTo(currW, rSize);
1745 c.arcTo(rSize, rSize, 0, 0, 1, currW + rSize, 0);
1746 c.lineTo(currW + tabW - rSize, 0);
1747 c.arcTo(rSize, rSize, 0, 0, 1, currW + tabW, 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
2377 …var rSize = parseInt(mxUtils.getValue(this.style, mxShapeMockupFormsRRect.prototype.cst.R_SIZE, '1…
2378 c.roundrect(0, 0, w, h, rSize);