Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMisc.js48 var controlBarHeight = 30;
61 c.rect(0, (h - controlBarHeight) * 0.5, w, controlBarHeight);
551 var controlBarHeight = 25;
560 c.lineTo(speakerStartX + controlBarHeight * 0.3, speakerStartY + controlBarHeight * 0.2);
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 *…
[all …]