Home
last modified time | relevance | path

Searched refs:GArea_Y1 (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DpChart.php69 protected $GArea_Y1 = NULL; variable in pChart
213 $this->GArea_Y1 = $Y1;
242 $Y2 = $this->GArea_Y1;
416 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
796 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
1867 $aPoints [] = max($YLast + $this->GArea_Y1, $this->GArea_Y1);
1869 $aPoints [] = max($YPos + $this->GArea_Y1, $this->GArea_Y1);
1871 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
1873 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
2298 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2 + $this->GArea_Y1;
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php67 protected $GArea_Y1 = NULL; variable in pChart
204 $this->GArea_Y1 = $Y1;
214 new Point($this->GArea_X1, $this->GArea_Y1),
220 new Point($this->GArea_X1, $this->GArea_Y1),
231 $SkewWidth = $this->GArea_Y2 - $this->GArea_Y1 - 1;
237 $Y2 = $this->GArea_Y1;
241 $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1;
245 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
309 new Point($this->GArea_X1, $this->GArea_Y1),
337 $this->DivisionHeight = ($this->GArea_Y2 - $this->GArea_Y1) /
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php145 var $GArea_Y1 = NULL; variable in pChart
311 $this->GArea_Y1 = $Y1;
329 $SkewWidth = $this->GArea_Y2-$this->GArea_Y1-1;
334 $X2 = $i+$SkewWidth; $Y2 = $this->GArea_Y1;
578 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight/2);
886 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight/2);
1349 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
1600 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
1767 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
2087 $YCenter = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 + $this->GArea_Y1;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php145 var $GArea_Y1 = NULL; variable in pChart
311 $this->GArea_Y1 = $Y1;
329 $SkewWidth = $this->GArea_Y2-$this->GArea_Y1-1;
334 $X2 = $i+$SkewWidth; $Y2 = $this->GArea_Y1;
578 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight/2);
886 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight/2);
1373 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
1625 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
1792 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
2112 $YCenter = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 + $this->GArea_Y1;
[all …]