Searched refs:ySize (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/shapes/ |
H A D | mxSysML.js | 185 var ySize = 20; 193 c.lineTo(xSize - ySize * 0.5, ySize); 269 var ySize = 20; 277 c.lineTo(xSize - ySize * 0.5, ySize); 1475 var ySize = 20; 1483 c.lineTo(xSize - ySize * 0.5, ySize); 1558 var ySize = 20; 1566 c.lineTo(xSize - ySize * 0.5, ySize); 1799 c.lineTo(xSize - ySize * 0.5, ySize); 1945 c.lineTo(xSize - ySize * 0.5, ySize); [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);
|