Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/
H A DmxSysML.js185 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 DGDCanvas.php6 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 DGDCanvas.php4 public function __construct($xSize, $ySize, $transparent=true) { argument
5 $this->picture = imagecreatetruecolor($xSize, $ySize);
8 imagefilledrectangle($this->picture, 0, 0, $xSize, $ySize, $C_White);