Lines Matching refs:minW

58 	var minW = 2 * labelOffset * buttonNum + buttonTotalWidth;
59 var trueW = Math.max(w, minW);
63 this.separators(c, trueW, trueH, buttonNum, buttonWidths, labelOffset, minW, separatorColor);
78 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW);
83 …rototype.separators = function(c, w, h, buttonNum, buttonWidths, labelOffset, minW, separatorColor) argument
100 currWidth = currWidth * w / minW;
108 …Breadcrumb.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, minW, trueW) argument
112 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
188 var minW = 2 * labelOffset * buttonNum + buttonTotalWidth;
189 var trueW = Math.max(w, minW);
192 …this.stepLineBg(c, trueW, trueH, buttonNum, buttonWidths, labelOffset, minW, bgColor, fontSize, tr…
195 …this.stepLineFg(c, trueW, trueH, buttonNum, buttonWidths, labelOffset, minW, bgColor, doneColor, c…
210 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW);
215 …type.stepLineBg = function(c, w, h, buttonNum, buttonWidths, labelOffset, minW, bgColor, fontSize,… argument
236 currWidth = currWidth * w / minW;
257 …type.stepLineFg = function(c, w, h, buttonNum, buttonWidths, labelOffset, minW, bgColor, doneColor… argument
278 currWidth = currWidth * w / minW;
307 currWidth = currWidth * w / minW;
356 …kupStepBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, minW, trueW) argument
365 …c.text((w + buttonWidth * 0.5) * trueW / minW, fontSize * 0.5, 0, 0, textString, mxConstants.ALIGN…