Lines Matching refs:buttonSize

2145 	var buttonSize = 5;
2146 var lineH = Math.max(fontSize * 1.5, buttonSize);
2172 var minW = 2 * labelOffset + maxTextWidth + 2 * buttonSize;
2195 …c.text(buttonSize * 2 + labelOffset, currHeight, 0, 0, currText, mxConstants.ALIGN_LEFT, mxConstan…
2197 var iconX = buttonSize * 0.5;
2198 var iconY = currHeight - buttonSize * 0.5;
2204 …c.setGradient('#aaaaaa', '#666666', iconX, iconY, buttonSize, buttonSize, mxConstants.DIRECTION_SO…
2205 c.ellipse(iconX, iconY, buttonSize, buttonSize);
2209 …c.ellipse(iconX + buttonSize * 0.25, iconY + buttonSize * 0.25, buttonSize * 0.5, buttonSize * 0.5…
2214 …c.setGradient('#eeeeee', '#cccccc', iconX, iconY, buttonSize, buttonSize, mxConstants.DIRECTION_SO…
2215 c.ellipse(iconX, iconY, buttonSize, buttonSize);
2256 var buttonSize = 5;
2257 var lineH = Math.max(fontSize * 1.5, buttonSize);
2283 var minW = 2 * labelOffset + maxTextWidth + 2 * buttonSize;
2306 …c.text(buttonSize * 2 + labelOffset, currHeight, 0, 0, currText, mxConstants.ALIGN_LEFT, mxConstan…
2308 var iconX = buttonSize * 0.5;
2309 var iconY = currHeight - buttonSize * 0.5;
2315 …c.setGradient('#aaaaaa', '#666666', iconX, iconY, buttonSize, buttonSize, mxConstants.DIRECTION_SO…
2316 c.rect(iconX, iconY, buttonSize, buttonSize);
2320 c.moveTo(iconX + buttonSize * 0.25, iconY + buttonSize * 0.5);
2321 c.lineTo(iconX + buttonSize * 0.5, iconY + buttonSize * 0.75);
2322 c.lineTo(iconX + buttonSize * 0.75, iconY + buttonSize * 0.25);
2327 …c.setGradient('#eeeeee', '#cccccc', iconX, iconY, buttonSize, buttonSize, mxConstants.DIRECTION_SO…
2328 c.rect(iconX, iconY, buttonSize, buttonSize);