Lines Matching refs:tabW

1294 		var tabW = labelWidths[i] + 2 * labelOffset;
1300 c.rect(currW, 0, tabW, tabH);
1307 c.lineTo(currW + tabW - labelOffset * 0.5, 0);
1308 c.lineTo(currW + tabW, tabH);
1315 c.lineTo(currW + tabW, 0);
1316 c.lineTo(currW + tabW, tabH);
1325 c.lineTo(currW + tabW - rSize, 0);
1326 c.arcTo(rSize, rSize, 0, 0, 1, currW + tabW, rSize);
1327 c.lineTo(currW + tabW, tabH - rSize);
1328 c.arcTo(rSize, rSize, 0, 0, 0, currW + tabW + rSize, tabH);
1334 currW = currW + tabW + tabOffset;
1349 var tabW = labelWidths[i] + 2 * labelOffset;
1360 c.lineTo(currW + tabW, 0);
1361 c.lineTo(currW + tabW, tabH);
1373 c.lineTo(currW + tabW - labelOffset * 0.5, 0);
1374 c.lineTo(currW + tabW, tabH);
1386 c.lineTo(currW + tabW, 0);
1387 c.lineTo(currW + tabW, tabH);
1401 c.lineTo(currW + tabW - rSize, 0);
1402 c.arcTo(rSize, rSize, 0, 0, 1, currW + tabW, rSize);
1403 c.lineTo(currW + tabW, tabH - rSize);
1404 c.arcTo(rSize, rSize, 0, 0, 0, currW + tabW + rSize, tabH);
1413 currW = currW + tabW + tabOffset;
1442 var tabW = labelWidths[i] + 2 * labelOffset;
1446 currW = currW + tabW + tabOffset;
1531 var tabW = 2 * labelOffset + Math.max.apply(Math, labelWidths);
1532 var minW = tabW + rSize;
1538 this.background(c, w, h, rSize, tabW);
1540 …this.backTabs(c, w, h, rSize, tabH, tabW, startOffset, tabOffset, labelOffset, tabCount, labelWidt…
1541 …this.focusTab(c, w, h, rSize, tabH, tabW, startOffset, tabOffset, labelOffset, tabCount, labelWidt…
1542 …this.tabText(c, w, h, rSize, tabH, tabW, startOffset, tabOffset, labelOffset, tabCount, labelWidth…
1545 mxShapeMockupVerTabBar.prototype.background = function(c, w, h, rSize, tabW) argument
1548 c.moveTo(tabW + rSize, h);
1549 c.arcTo(rSize, rSize, 0, 0, 1, tabW, h - rSize);
1550 c.lineTo(tabW, rSize);
1551 c.arcTo(rSize, rSize, 0, 0, 1, tabW + rSize, 0);
1558 mxShapeMockupVerTabBar.prototype.backTabs = function(c, w, h, rSize, tabH, tabW, startOffset, tabOf… argument
1570 c.rect(0, currH, tabW, tabH);
1575 c.moveTo(tabW, currH + tabH + rSize);
1576 c.arcTo(rSize, rSize, 0, 0, 0, tabW - rSize, currH + tabH);
1581 c.lineTo(tabW - rSize, currH);
1582 c.arcTo(rSize, rSize, 0, 0, 0, tabW, currH - rSize);
1592 mxShapeMockupVerTabBar.prototype.focusTab = function(c, w, h, rSize, tabH, tabW, startOffset, tabOf… argument
1607 c.moveTo(tabW + rSize, h);
1608 c.arcTo(rSize, rSize, 0, 0, 1, tabW, h - rSize);
1609 c.lineTo(tabW, currH + tabH);
1612 c.lineTo(tabW, currH);
1613 c.lineTo(tabW, rSize);
1614 c.arcTo(rSize, rSize, 0, 0, 1, tabW + rSize, 0);
1620 c.moveTo(tabW + rSize, h);
1621 c.arcTo(rSize, rSize, 0, 0, 1, tabW, h - rSize);
1622 c.lineTo(tabW, currH + tabH + rSize);
1623 c.arcTo(rSize, rSize, 0, 0, 0, tabW - rSize, currH + tabH);
1628 c.lineTo(tabW - rSize, currH);
1629 c.arcTo(rSize, rSize, 0, 0, 0, tabW, currH - rSize);
1630 c.lineTo(tabW, rSize);
1631 c.arcTo(rSize, rSize, 0, 0, 1, tabW + rSize, 0);
1640 mxShapeMockupVerTabBar.prototype.tabText = function(c, w, h, rSize, tabH, tabW, startOffset, tabOff… argument
1665 …c.text(tabW * 0.5, currH + tabH * 0.5, 0, 0, currLabel, mxConstants.ALIGN_CENTER, mxConstants.ALIG…