Searched refs:ySize (Results 1 – 2 of 2) sorted by relevance
| /plugin/diagramsnet/lib/shapes/ |
| D | mxSysML.js | 185 var ySize = 20; 189 if (xSize > ySize) 192 c.moveTo(0, ySize); 193 c.lineTo(xSize - ySize * 0.5, ySize); 194 c.lineTo(xSize, ySize * 0.5); 269 var ySize = 20; 273 if (xSize > ySize) 276 c.moveTo(0, ySize); 277 c.lineTo(xSize - ySize * 0.5, ySize); 278 c.lineTo(xSize, ySize * 0.5); [all …]
|
| /plugin/statdisplay/pchart/ |
| D | GDCanvas.php | 6 public function __construct($xSize, $ySize, $transparent=true) { argument 7 $this->picture = imagecreatetruecolor($xSize, $ySize); 10 imagefilledrectangle($this->picture, 0, 0, $xSize, $ySize, $C_White);
|