Searched refs:xSize (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/shapes/ |
H A D | mxSysML.js | 187 xSize = Math.min(xSize, w); 189 if (xSize > ySize) 271 xSize = Math.min(xSize, w); 1474 var xSize = 50; 1477 xSize = Math.min(xSize, w); 1560 xSize = Math.min(xSize, w); 1790 var xSize = 40; 1793 xSize = Math.min(xSize, w); 1936 var xSize = 50; 1939 xSize = Math.min(xSize, w); [all …]
|
/plugin/statdisplay/pchart/ |
H A 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);
|
/plugin/statistics/inc/pchart/ |
H A D | GDCanvas.php | 4 public function __construct($xSize, $ySize, $transparent=true) { argument 5 $this->picture = imagecreatetruecolor($xSize, $ySize); 8 imagefilledrectangle($this->picture, 0, 0, $xSize, $ySize, $C_White);
|