Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DpChart.php69 protected $GArea_Y1 = NULL; variable in pChart
213 $this->GArea_Y1 = $Y1;
222 $this->canvas->drawFilledRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
226 $this->canvas->drawRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
236 $SkewWidth = $this->GArea_Y2 - $this->GArea_Y1 - 1;
242 $Y2 = $this->GArea_Y1;
246 $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1;
250 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
311 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1),
336 $this->DivisionHeight = ($this->GArea_Y2 - $this->GArea_Y1) / $Divisions;
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php145 var $GArea_Y1 = NULL; variable in pChart
311 $this->GArea_Y1 = $Y1;
319 …$this->drawFilledRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R,$G,$…
320 …$this->drawRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R-40,$G-40,$…
329 $SkewWidth = $this->GArea_Y2-$this->GArea_Y1-1;
334 $X2 = $i+$SkewWidth; $Y2 = $this->GArea_Y1;
338 { $X1 = $this->GArea_X1; $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1; }
341 { $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 +1; $X2 = $this->GArea_X2 - 1; }
388 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
458 $MinDivHeight = 25; $MaxDivs = ($this->GArea_Y2 - $this->GArea_Y1) / $MinDivHeight;
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php145 var $GArea_Y1 = NULL; variable in pChart
311 $this->GArea_Y1 = $Y1;
319 …$this->drawFilledRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R,$G,$…
320 …$this->drawRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R-40,$G-40,$…
329 $SkewWidth = $this->GArea_Y2-$this->GArea_Y1-1;
334 $X2 = $i+$SkewWidth; $Y2 = $this->GArea_Y1;
338 { $X1 = $this->GArea_X1; $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1; }
341 { $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 +1; $X2 = $this->GArea_X2 - 1; }
388 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
458 $MinDivHeight = 25; $MaxDivs = ($this->GArea_Y2 - $this->GArea_Y1) / $MinDivHeight;
[all …]