Lines Matching refs:GArea_X2

68     protected $GArea_X2 = NULL;
205 $this->GArea_X2 = $X2;
215 new Point($this->GArea_X2, $this->GArea_Y2),
221 new Point($this->GArea_X2, $this->GArea_Y2),
233 for($i = $this->GArea_X1 - $SkewWidth; $i <= $this->GArea_X2; $i = $i + 4) {
244 if($X2 >= $this->GArea_X2) {
245 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
246 $X2 = $this->GArea_X2 - 1;
318 new Point($this->GArea_X2, $this->GArea_Y2),
343 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count($Data->getData()) - 1);
345 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count($Data->getData()));
349 $this->DivisionWidth = $this->GArea_X2 - $this->GArea_X1;
363 new Point($this->GArea_X2, $YPos),
364 new Point($this->GArea_X2 + 5, $YPos),
394 new Point($this->GArea_X2 + 10,
401 if($XMin < $this->GArea_X2 + 15 + $TextWidth || $XMin == NULL) {
402 $XMin = $this->GArea_X2 + 15 + $TextWidth;
530 $TextLeft = (($this->GArea_X2 - $this->GArea_X1) / 2) + $this->GArea_X1 + ($TextWidth / 2);
659 new Point($this->GArea_X2, $this->GArea_Y2),
753 $this->GArea_X1, $this->GArea_X2,
768 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / $XDivisions;
769 $this->XDivisionRatio = ($this->GArea_X2 - $this->GArea_X1) / $XDataRange;
884 new Point($this->GArea_X2 - 1,
902 $TextLeft = (($this->GArea_X2 - $this->GArea_X1) / 2) + $this->GArea_X1 + ($TextWidth / 2);
932 new Point($this->GArea_X2, $YPos),
953 $ColCount = floor(($this->GArea_X2 - $this->GArea_X1) / $this->DivisionWidth);
957 if($XPos > $this->GArea_X1 && $XPos < $this->GArea_X2)
1211 new Point($this->GArea_X2, $Y),
1220 new Point($this->GArea_X2, $Y),
1235 $position = new Point($this->GArea_X2 + 2,
1684 new Point($this->GArea_X2,
1707 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1751 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1849 if($XPos < ($this->GArea_X2 - $this->GAreaXOffset)) {
1854 new Point($this->GArea_X2 - $this->GAreaXOffset,
1905 $LayerWidth = $this->GArea_X2 - $this->GArea_X1;
2064 $LayerWidth = $this->GArea_X2 - $this->GArea_X1;
2194 if($X2 >= $this->GArea_X2) {
2195 $X2 = $this->GArea_X2 - 1;
2213 new Point($this->GArea_X2,
2365 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
2396 if($X2 >= $this->GArea_X2) {
2397 $X2 = $this->GArea_X2 - 1;
2467 $XCenter = ($this->GArea_X2 - $this->GArea_X1) / 2 + $this->GArea_X1;
2673 $XCenter = ($this->GArea_X2 - $this->GArea_X1) / 2 + $this->GArea_X1;
2742 $XCenter = ($this->GArea_X2 - $this->GArea_X1) / 2;
2867 new Point($this->GArea_X2 - 1, $this->GArea_Y2),