Home
last modified time | relevance | path

Searched refs:controlBarHeight (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/shapes/mockup/
DmxMockupMisc.js48 var controlBarHeight = 30;
50 var h = Math.max(h, controlBarHeight);
54 this.background(c, w, h, controlBarHeight);
56 this.foreground(c, w, h, controlBarHeight, buttonSize);
59 mxShapeMockupPlaybackControls.prototype.background = function(c, w, h, controlBarHeight) argument
61 c.rect(0, (h - controlBarHeight) * 0.5, w, controlBarHeight);
65 mxShapeMockupPlaybackControls.prototype.foreground = function(c, w, h, controlBarHeight, buttonSize) argument
93 var t = h * 0.5 - controlBarHeight * 0.5;
551 var controlBarHeight = 25;
552 var h = Math.max(h, controlBarHeight);
[all …]