Lines Matching refs:buttonSize

47 	var buttonSize = 15;
48 var lineH = Math.max(fontSize * 1.5, buttonSize);
74 var minW = 2 * labelOffset + maxTextWidth + 2 * buttonSize;
101 …c.text(buttonSize * 2 + labelOffset, currHeight, 0, 0, currText, mxConstants.ALIGN_LEFT, mxConstan…
103 var iconX = buttonSize * 0.5;
104 var iconY = currHeight - buttonSize * 0.5;
110 …c.setGradient('#aaaaaa', '#666666', iconX, iconY, buttonSize, buttonSize, mxConstants.DIRECTION_SO…
111 c.rect(iconX, iconY, buttonSize, buttonSize);
115 c.moveTo(iconX + buttonSize * 0.25, iconY + buttonSize * 0.5);
116 c.lineTo(iconX + buttonSize * 0.5, iconY + buttonSize * 0.75);
117 c.lineTo(iconX + buttonSize * 0.75, iconY + buttonSize * 0.25);
122 …c.setGradient('#eeeeee', '#cccccc', iconX, iconY, buttonSize, buttonSize, mxConstants.DIRECTION_SO…
123 c.rect(iconX, iconY, buttonSize, buttonSize);
174 var buttonSize = 15;
175 var lineH = Math.max(fontSize * 1.5, buttonSize);
201 var minW = 2 * labelOffset + maxTextWidth + 2 * buttonSize;
228 …c.text(buttonSize * 2 + labelOffset, currHeight, 0, 0, currText, mxConstants.ALIGN_LEFT, mxConstan…
230 var iconX = buttonSize * 0.5;
231 var iconY = currHeight - buttonSize * 0.5;
236 …c.setGradient('#aaaaaa', '#666666', iconX, iconY, buttonSize, buttonSize, mxConstants.DIRECTION_SO…
237 c.ellipse(iconX, iconY, buttonSize, buttonSize);
241 …c.ellipse(iconX + buttonSize * 0.25, iconY + buttonSize * 0.25, buttonSize * 0.5, buttonSize * 0.5…
246 …c.setGradient('#eeeeee', '#cccccc', iconX, iconY, buttonSize, buttonSize, mxConstants.DIRECTION_SO…
247 c.ellipse(iconX, iconY, buttonSize, buttonSize);