Lines Matching defs:GArea_Y1
67 protected $GArea_Y1 = NULL;
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) / $Divisions;
338 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
427 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
650 new Point($this->GArea_X1, $this->GArea_Y1),
681 $this->GArea_Y1,
697 $this->DivisionHeight = ($this->GArea_Y2 - $this->GArea_Y1) / $Divisions;
698 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
849 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
867 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
883 $this->GArea_Y1 + $YPos),
885 $this->GArea_Y1 + $LastY),
929 if($YPos > $this->GArea_Y1 && $YPos < $this->GArea_Y2)
959 new Point(floor($XPos), $this->GArea_Y1),
1205 if($Y <= $this->GArea_Y1 || $Y >= $this->GArea_Y2)
1563 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
1578 $Points [] = $LastYPos1 + $this->GArea_Y1;
1580 $Points [] = $LastYPos2 + $this->GArea_Y1;
1582 $Points [] = $YPos2 + $this->GArea_Y1;
1584 $Points [] = $YPos1 + $this->GArea_Y1;
1683 $this->GArea_Y1),
1706 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
1750 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
1906 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
1940 $Points [] = $LayerHeight + $this->GArea_Y1;
1969 $aPoints [] = min($YLast + $this->GArea_Y1, $this->GArea_Y2);
1971 $aPoints [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1973 $aPoints [] = $YZero + $this->GArea_Y1;
1975 $aPoints [] = $YZero + $this->GArea_Y1;
1988 $Points [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1993 $LayerHeight + $this->GArea_Y1,
2011 $aPoints [] = max($YLast + $this->GArea_Y1, $this->GArea_Y1);
2013 $aPoints [] = max($YPos + $this->GArea_Y1, $this->GArea_Y1);
2015 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
2017 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
2032 $Points [] = $YPos + $this->GArea_Y1;
2037 $Points [] = $LayerHeight + $this->GArea_Y1;
2065 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
2073 $aPoints [] = $LayerHeight + $this->GArea_Y1;
2095 $aPoints [] = $LayerHeight + $this->GArea_Y1;
2102 $aPoints [] = $YPos + $this->GArea_Y1;
2107 $aPoints [] = $LayerHeight + $this->GArea_Y1;
2109 $aPoints [] = $YPos + $this->GArea_Y1;
2115 $Points [] = $YLast + $this->GArea_Y1;
2117 $Points [] = $YPos + $this->GArea_Y1;
2119 $Points [] = $YZero + $this->GArea_Y1;
2121 $Points [] = $YZero + $this->GArea_Y1;
2137 $aPoints [] = $LayerHeight + $this->GArea_Y1;
2161 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
2178 floor($YPos + $this->GArea_Y1)),
2180 floor($YZero + $this->GArea_Y1)),
2188 $Y1 = floor($YPos + $this->GArea_Y1) + .2;
2212 $this->GArea_Y1),
2364 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
2466 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
2468 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2 + $this->GArea_Y1;
2672 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
2674 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2 + $this->GArea_Y1;
2741 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
2743 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2;
2769 $Plots [] = $YPos + $this->GArea_Y1;
2866 new Point($this->GArea_X1 + 1, $this->GArea_Y1 + 1),
3211 $MaxDivs = ($this->GArea_Y2 - $this->GArea_Y1) / $MinDivHeight;