Searched refs:minButtonHeight (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupButtons.js | 499 var minButtonHeight = fontSize * 1.5; 500 var minH = buttonNum * minButtonHeight; 507 …abelOffset, buttonNum * minButtonHeight, frameColor, separatorColor, bgColor, selectedFillColor, s… 525 var currHeight = (i * minButtonHeight + minButtonHeight * 0.5) * trueH / minH; 530 …set, minH, frameColor, separatorColor, bgColor, selectedFillColor, selectedButton, minButtonHeight) argument 556 var currHeight = i * minButtonHeight * h / minH; 572 var buttonBottom = minButtonHeight * h / minH; 586 var buttonTop = h - minButtonHeight * h / minH; 600 var buttonTop = minButtonHeight * selectedButton * h / minH; 601 var buttonBottom = minButtonHeight * (selectedButton + 1) * h / minH;
|
H A D | mxMockupContainers.js | 284 var minButtonHeight = fontSize * 1.5; 285 var minH = buttonNum * minButtonHeight; 292 …abelOffset, buttonNum * minButtonHeight, frameColor, separatorColor, bgColor, selectedFillColor, s… 313 currHeight = (i * minButtonHeight + minButtonHeight * 0.5); 317 currHeight = trueH - (buttonNum - i - 0.5) * minButtonHeight; 324 …set, minH, frameColor, separatorColor, bgColor, selectedFillColor, selectedButton, minButtonHeight) argument 348 var currHeight = i * minButtonHeight; 354 var currHeight = h - (buttonNum - i) * minButtonHeight; 370 var buttonTop = minButtonHeight * selectedButton; 371 var buttonBottom = minButtonHeight * (selectedButton + 1);
|
H A D | mxMockupiOS.js | 1221 var minButtonHeight = fontSize * 1.5; 1222 var minH = buttonNum * minButtonHeight; 1229 …ttonNum, labelOffset, buttonNum * minButtonHeight, frameColor, separatorColor, bgColor, selectedBu… 1232 …ttonNum, labelOffset, buttonNum * minButtonHeight, frameColor, separatorColor, bgColor, selectedBu… 1247 var currHeight = (i * minButtonHeight + minButtonHeight * 0.5) * trueH / minH; 1252 …buttonNum, labelOffset, minH, frameColor, separatorColor, bgColor, selectedButton, minButtonHeight) argument 1284 var currHeight = i * minButtonHeight * h / minH; 1300 var buttonBottom = minButtonHeight * h / minH; 1315 var buttonTop = h - minButtonHeight * h / minH; 1330 var buttonTop = minButtonHeight * selectedButton * h / minH; [all …]
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxAndroid.js | 612 var minButtonHeight = fontSize * 1.5; 613 var minH = buttonNum * minButtonHeight; 630 var currHeight = i * minButtonHeight * trueH / minH; 640 var currHeight = (i * minButtonHeight + minButtonHeight * 0.5) * trueH / minH;
|