Lines Matching refs:controlBarHeight

48 	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);
553 var w = Math.max(w, 3.5 * controlBarHeight);
555 var speakerStartX = w - controlBarHeight;
556 var speakerStartY = (h - controlBarHeight) * 0.5;
558 c.moveTo(speakerStartX + controlBarHeight * 0.05, speakerStartY + controlBarHeight * 0.35);
559 c.lineTo(speakerStartX + controlBarHeight * 0.15, speakerStartY + controlBarHeight * 0.35);
560 c.lineTo(speakerStartX + controlBarHeight * 0.3, speakerStartY + controlBarHeight * 0.2);
561 c.lineTo(speakerStartX + controlBarHeight * 0.3, speakerStartY + controlBarHeight * 0.8);
562 c.lineTo(speakerStartX + controlBarHeight * 0.15, speakerStartY + controlBarHeight * 0.65);
563 c.lineTo(speakerStartX + controlBarHeight * 0.05, speakerStartY + controlBarHeight * 0.65);
569 var barMax = w - controlBarHeight * 1.3;
570 var videoBarStartY = (h - controlBarHeight) * 0.5;
575 var soundStartX = w - controlBarHeight;
576 var soundStartY = (h - controlBarHeight) * 0.5;
578 c.moveTo(soundStartX + controlBarHeight * 0.4, soundStartY + controlBarHeight * 0.35);
579 …c.arcTo(controlBarHeight * 0.2, controlBarHeight * 0.3, 0, 0, 1, soundStartX + controlBarHeight * …
580 c.moveTo(soundStartX + controlBarHeight * 0.425, soundStartY + controlBarHeight * 0.25);
581 …c.arcTo(controlBarHeight * 0.225, controlBarHeight * 0.35, 0, 0, 1, soundStartX + controlBarHeight
582 c.moveTo(soundStartX + controlBarHeight * 0.5, soundStartY + controlBarHeight * 0.2);
583 …c.arcTo(controlBarHeight * 0.25, controlBarHeight * 0.4, 0, 0, 1, soundStartX + controlBarHeight *…
588 var videoBarStartY = (h - controlBarHeight) * 0.5;
589 var videoBarEndX = w - controlBarHeight * 1.3;
590 …c.roundrect(videoBarStartX, videoBarStartY + controlBarHeight * 0.35, videoBarEndX, controlBarHeig…
594 …c.roundrect(barMin, videoBarStartY + controlBarHeight * 0.35, barEnd, controlBarHeight * 0.3, 5, 5…
598 …c.ellipse(barEnd - controlBarHeight * 0.25, videoBarStartY + controlBarHeight * 0.25, controlBarHe…