Lines Matching refs:YPos

358         $YPos = $this->GArea_Y2;
363 new Point($this->GArea_X2, $YPos),
364 new Point($this->GArea_X2 + 5, $YPos),
372 new Point($this->GArea_X1, $YPos),
373 new Point($this->GArea_X1 - 5, $YPos),
395 $YPos + ($this->FontSize / 2)),
409 $YPos + ($this->FontSize / 2)),
420 $YPos = $YPos - $this->DivisionHeight;
476 $YPos = $this->GArea_Y2 + 18;
481 $YPos),
488 $YPos = $this->GArea_Y2 + 10 + $TextHeight;
494 $YPos),
505 $YPos),
513 if($YMax < $YPos || $YMax == NULL) {
514 $YMax = $YPos;
700 $YPos = $this->GArea_Y2;
704 new Point($this->GArea_X1, $YPos),
705 new Point($this->GArea_X1 - 5, $YPos),
725 $YPos + ($this->FontSize / 2)),
736 $YPos = $YPos - $this->DivisionHeight;
797 $YPos = $this->GArea_Y2 + 18;
802 $YPos),
809 $YPos = $this->GArea_Y2 + 10 + $TextHeight;
815 $YPos),
826 $YPos),
835 if($YMax < $YPos || $YMax == NULL) {
836 $YMax = $YPos;
869 $YPos = $LayerHeight - 1; //$this->GArea_Y2-1;
870 $LastY = $YPos;
873 $LastY = $YPos;
874 $YPos = $YPos - $divisionHeight;
876 if($YPos <= 0) {
877 $YPos = 1;
883 $this->GArea_Y1 + $YPos),
927 $YPos = $this->GArea_Y2 - $this->DivisionHeight;
929 if($YPos > $this->GArea_Y1 && $YPos < $this->GArea_Y2)
931 new Point($this->GArea_X1, $YPos),
932 new Point($this->GArea_X2, $YPos),
944 $YPos = $YPos - $this->DivisionHeight;
998 public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Color $color3 = null, $Border = TRUE) {
1030 new Point($XPos + 1, $YPos + 1),
1032 $YPos + $MaxHeight + 1),
1040 new Point($XPos, $YPos),
1042 $YPos + $MaxHeight),
1055 $YPos + $YOffset - 4),
1057 $YPos + $YOffset - 4),
1068 $YPos + $YOffset),
1089 public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProperties $shadowProperties = null) {
1103 $YPos = floor(($YPos2 - $YPos - $TextHeight) / 2) + $YPos;
1109 new Point($XPos, $YPos),
1278 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1286 $Poly = array($XPos + 1, $YPos + 1, $XPos + 9, $YPos - $TextOffset, $XPos + 8, $YPos + $TextOffset + 2);
1295 new Point($XPos, $YPos + 1),
1296 new Point($XPos + 9, $YPos - $TextOffset - .2),
1304 new Point($XPos, $YPos + 1),
1305 new Point($XPos + 9, $YPos + $TextOffset + 2.2),
1314 $YPos - $TextOffset - .2),
1316 $YPos + $TextOffset + 2.2),
1322 $Poly = array($XPos, $YPos, $XPos + 8, $YPos - $TextOffset - 1, $XPos + 8, $YPos + $TextOffset + 1);
1329 new Point($XPos - 1, $YPos),
1330 new Point($XPos + 8, $YPos - $TextOffset - 1.2),
1338 new Point($XPos - 1, $YPos),
1339 new Point($XPos + 8, $YPos + $TextOffset + 1.2),
1347 $YPos - $TextOffset - 1.2),
1349 $YPos + $TextOffset + 1.2),
1357 new Point($XPos + 10, $YPos + $TextOffset),
1406 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1410 $this->addToImageMap($XPos - $Hsize, $YPos - $Hsize, $XPos + 1 + $Hsize, $YPos + $Hsize + 1, $DataDescription->description[$ColName], $Values[$ColName].$DataDescription->getYUnit(), "Plot");
1419 $YPos + 2),
1429 $YPos + 2),
1439 $YPos + 1),
1449 $YPos + 1),
1459 $YPos + 1),
1467 imagecopymerge($this->canvas->getPicture(), $Symbol, $XPos + 1 - $ImageWidth / 2, $YPos + 1 - $ImageHeight / 2, 0, 0, $ImageWidth, $ImageHeight, 100);
1622 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1627 $YOffset = $YPos - 4;
1665 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1669 $this->addToImageMap($XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$ColName], $Values[$ColName].$DataDescription->getYUnit(), "Line");
1677 new Point($XPos, $YPos),
1689 $YLast = $YPos;
1826 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1833 $YPos),
1843 $YLast = $YPos;
1850 $YPos = $this->GArea_Y2 - (($YIn [$Index] - $this->VMin) * $this->DivisionRatio);
1855 $YPos),
1963 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
1971 $aPoints [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1988 $Points [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1999 $YLast = $YPos;
2007 $YPos = $LayerHeight - (($YIn [$numElements] - $this->VMin) * $this->DivisionRatio);
2013 $aPoints [] = max($YPos + $this->GArea_Y1, $this->GArea_Y1);
2032 $Points [] = $YPos + $this->GArea_Y1;
2086 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2090 $this->addToImageMap($XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "FLine");
2102 $aPoints [] = $YPos + $this->GArea_Y1;
2109 $aPoints [] = $YPos + $this->GArea_Y1;
2117 $Points [] = $YPos + $this->GArea_Y1;
2130 $YLast = $YPos;
2174 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2178 floor($YPos + $this->GArea_Y1)),
2188 $Y1 = floor($YPos + $this->GArea_Y1) + .2;
2252 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2256 $this->addToImageMap($XPos + 1, min($YZero, $YPos), $XPos + $SeriesWidth - 1, max($YZero, $YPos), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "Bar");
2263 $YPos),
2275 $YPos),
2318 $YPos = $this->GArea_Y2 - ((($Value + $LastValue [$Key]) - $this->VMin) * $this->DivisionRatio);
2322 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2329 $this->addToImageMap($XPos + 1, min($YBottom, $YPos), $XPos + $SeriesWidth - 1, max($YBottom, $YPos), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "sBar");
2335 $YPos),
2389 $YPos = $this->GArea_Y2 - (($Max - $this->VMin) * $this->DivisionRatio);
2391 $Y1 = floor($YPos) - .2;
2400 $YPos = $this->GArea_Y2 - (($Min - $this->VMin) * $this->DivisionRatio);
2401 $Y2 = floor($YPos) + .2;
2609 $YPos = floor(($Y2 - $Y1) / 2) + $Y1;
2613 $Y = $YPos + $this->FontSize;
2694 $YPos = sin($Angle * M_PI / 180) * $Strength + $YCenter;
2701 $YPos),
2710 $FirstY = $YPos;
2715 $YLast = $YPos;
2720 $YPos),
2766 $YPos = sin($Angle * M_PI / 180) * $Strength + $YCenter;
2769 $Plots [] = $YPos + $this->GArea_Y1;
3096 $YPos = $this->YSize - (18 + (count($this->Errors) - 1) * ($this->ErrorFontSize + 4));
3102 $YPos),
3108 $YPos = $YPos + ($this->ErrorFontSize + 4);