Home
last modified time | relevance | path

Searched refs:iconSize (Results 1 – 4 of 4) sorted by last modified time

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupContainers.js123 var iconSize = barHeight * 0.3;
124 var iconY = h - (barHeight + iconSize) * 0.5;
132 c.lineTo(iconX + iconSize, iconY + iconSize * 0.5);
133 c.lineTo(iconX, iconY + iconSize);
/plugin/diagramsnet/lib/shapes/
H A DmxGCP2.js216 var iconSize = Math.min(w, h);
238 this.style[mxConstants.STYLE_STROKEWIDTH] = iconSize * 0.038;
253 this.style[mxConstants.STYLE_STROKEWIDTH] = iconSize * 0.038;
271 this.style[mxConstants.STYLE_STROKEWIDTH] = iconSize * 0.01;
283 this.style[mxConstants.STYLE_STROKEWIDTH] = iconSize * 0.01;
331 c.setStrokeWidth(iconSize * 0.038);
/plugin/tile/
H A Dsyntax.php42 var $iconSize; variable in syntax_plugin_tile
56 $this->iconSize = $this->getConf ('iconSize');
58 $this->iconSize = $dumy ['width'][0];
59 $this->imgAttr = ' width="'.$this->iconSize.'"';
86 <div class="img"><span></span><img src="'.ml ($img, array ('cache'=>$_REQUEST['cache'], 'w'=>$this->iconSize)).'"'.$this->imgAttr.' alt="'.$title.'"/></div>
/plugin/revealjs/js/
H A Dreveal.js5880 iconSize = 28;
5913 this.context.translate( x - ( iconSize / 2 ), y - ( iconSize / 2 ) );
5918 this.context.fillRect( 0, 0, iconSize / 2 - 4, iconSize );
5919 this.context.fillRect( iconSize / 2 + 4, 0, iconSize / 2 - 4, iconSize );
5925 this.context.lineTo( iconSize - 4, iconSize / 2 );
5926 this.context.lineTo( 0, iconSize );