Searched refs:buttonSize (Results 1 – 6 of 6) sorted by relevance
/plugin/pgn4web/ |
D | pgn4web.patch | 5 if (buttonSize > 0) { text += 'width: ' + buttonSize + 'px;'; } 9 if (buttonSize > 0) { text += 'width: ' + buttonSize + 'px;'; }
|
/plugin/diagramsnet/lib/shapes/ |
D | mxAndroid.js | 366 var buttonSize = 5; 367 var lineH = Math.max(fontSize * 1.5, buttonSize); 393 var minW = 2 * labelOffset + maxTextWidth + 2 * buttonSize; 417 …c.text(buttonSize * 2 + labelOffset, currHeight, 0, 0, currText, mxConstants.ALIGN_LEFT, mxConstan… 419 var iconX = buttonSize * 0.5; 420 var iconY = currHeight - buttonSize * 0.5; 424 c.rect(iconX, iconY, buttonSize, buttonSize); 427 c.moveTo(iconX + buttonSize * 0.25, iconY + buttonSize * 0.5); 428 c.lineTo(iconX + buttonSize * 0.5, iconY + buttonSize * 0.75); 429 c.lineTo(iconX + buttonSize * 0.75, iconY + buttonSize * 0.25); [all …]
|
/plugin/diagramsnet/lib/shapes/mockup/ |
D | mxMockupForms.js | 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); [all …]
|
D | mxMockupMisc.js | 49 var buttonSize = 22; 56 this.foreground(c, w, h, controlBarHeight, buttonSize); 65 mxShapeMockupPlaybackControls.prototype.foreground = function(c, w, h, controlBarHeight, buttonSize) argument 74 c.ellipse(10, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 76 c.ellipse(40, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 78 c.ellipse(70, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 80 c.ellipse(100, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 82 c.ellipse(130, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 84 c.ellipse(160, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize); 86 c.ellipse(190, h * 0.5 - buttonSize * 0.5, buttonSize, buttonSize);
|
D | mxMockupiOS.js | 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… [all …]
|
/plugin/codemirror/dist/ |
D | scripts.min.js.map | 1 …buttonSize","SimpleScrollbars","simple","Count","Maximum","nextToken","ret","classBase","spaceChar…
|