Lines Matching refs:YPos

357 		$YPos = $this->GArea_Y2;
361 $this->canvas->drawLine(new Point($this->GArea_X2, $YPos),
362 new Point($this->GArea_X2 + 5, $YPos),
368 $this->canvas->drawLine(new Point($this->GArea_X1, $YPos),
369 new Point($this->GArea_X1 - 5, $YPos),
387 $YPos + ($this->FontSize / 2)),
399 $YPos + ($this->FontSize / 2)),
409 $YPos = $YPos - $this->DivisionHeight;
458 $YPos = $this->GArea_Y2 + 18;
462 $YPos),
468 $YPos = $this->GArea_Y2 + 10 + $TextHeight;
473 $YPos),
483 $YPos),
490 if ($YMax < $YPos || $YMax == NULL) {
491 $YMax = $YPos;
666 $YPos = $this->GArea_Y2;
669 $this->canvas->drawLine(new Point($this->GArea_X1, $YPos),
670 new Point($this->GArea_X1 - 5, $YPos),
686 $YPos + ($this->FontSize / 2)),
696 $YPos = $YPos - $this->DivisionHeight;
751 $YPos = $this->GArea_Y2 + 18;
755 $YPos),
761 $YPos = $this->GArea_Y2 + 10 + $TextHeight;
766 $YPos),
776 $YPos),
784 if ($YMax < $YPos || $YMax == NULL) {
785 $YMax = $YPos;
814 $YPos = $LayerHeight - 1; //$this->GArea_Y2-1;
815 $LastY = $YPos;
818 $LastY = $YPos;
819 $YPos = $YPos - $divisionHeight;
821 if ($YPos <= 0) {
822 $YPos = 1;
827 $this->GArea_Y1 + $YPos),
868 $YPos = $this->GArea_Y2 - $this->DivisionHeight;
870 if ($YPos > $this->GArea_Y1 && $YPos < $this->GArea_Y2)
871 $this->canvas->drawDottedLine(new Point($this->GArea_X1, $YPos),
872 new Point($this->GArea_X2, $YPos),
883 $YPos = $YPos - $this->DivisionHeight;
935 …public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Col… argument
966 $this->canvas->drawFilledRoundedRectangle(new Point($XPos + 1, $YPos + 1),
968 $YPos + $MaxHeight + 1),
974 $this->canvas->drawFilledRoundedRectangle(new Point($XPos, $YPos),
976 $YPos + $MaxHeight),
987 $YPos + $YOffset - 4),
989 $YPos + $YOffset - 4),
998 $YPos + $YOffset),
1018 …public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProp… argument
1032 $YPos = floor ( ($YPos2 - $YPos - $TextHeight) / 2 ) + $YPos;
1037 new Point($XPos, $YPos),
1190 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1198 …$Poly = array ($XPos + 1, $YPos + 1, $XPos + 9, $YPos - $TextOffset, $XPos + 8, $YPos + $TextOffse…
1204 $this->canvas->drawLine(new Point($XPos, $YPos + 1),
1205 new Point($XPos + 9, $YPos - $TextOffset - .2),
1211 $this->canvas->drawLine(new Point($XPos, $YPos + 1),
1212 new Point($XPos + 9, $YPos + $TextOffset + 2.2),
1219 $YPos - $TextOffset - .2),
1221 $YPos + $TextOffset + 2.2),
1226 …$Poly = array ($XPos, $YPos, $XPos + 8, $YPos - $TextOffset - 1, $XPos + 8, $YPos + $TextOffset + …
1232 $this->canvas->drawLine(new Point($XPos - 1, $YPos),
1233 new Point($XPos + 8, $YPos - $TextOffset - 1.2),
1239 $this->canvas->drawLine(new Point($XPos - 1, $YPos),
1240 new Point($XPos + 8, $YPos + $TextOffset + 1.2),
1246 $YPos - $TextOffset - 1.2),
1248 $YPos + $TextOffset + 1.2),
1254 new Point($XPos + 10, $YPos + $TextOffset),
1291 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1295 …$this->addToImageMap ( $XPos - $Hsize, $YPos - $Hsize, $XPos + 1 + $Hsize, $YPos + $Hsize + 1, $Da…
1303 $YPos + 2),
1312 $YPos + 2),
1320 $YPos + 1),
1328 $YPos + 1),
1337 $YPos + 1),
1344 …imagecopymerge ( $this->canvas->getPicture(), $Symbol, $XPos + 1 - $ImageWidth / 2, $YPos + 1 - $I…
1499 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1504 $YOffset = $YPos - 4;
1539 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1543 …$this->addToImageMap ( $XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$…
1550 new Point($XPos, $YPos),
1561 $YLast = $YPos;
1693 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1699 $YPos),
1708 $YLast = $YPos;
1715 $YPos = $this->GArea_Y2 - (($YIn [$Index] - $this->VMin) * $this->DivisionRatio);
1719 $YPos),
1824 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
1832 $aPoints [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1847 $Points [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1855 $YLast = $YPos;
1863 $YPos = $LayerHeight - (($YIn [$numElements] - $this->VMin) * $this->DivisionRatio);
1869 $aPoints [] = max($YPos + $this->GArea_Y1, $this->GArea_Y1);
1886 $Points [] = $YPos + $this->GArea_Y1;
1938 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
1942 …$this->addToImageMap ( $XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$…
1954 $aPoints [] = $YPos + $this->GArea_Y1;
1961 $aPoints [] = $YPos + $this->GArea_Y1;
1969 $Points [] = $YPos + $this->GArea_Y1;
1980 $YLast = $YPos;
2022 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2025 floor($YPos + $this->GArea_Y1)),
2034 $Y1 = floor ( $YPos + $this->GArea_Y1 ) + .2;
2096 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2100 …$this->addToImageMap ( $XPos + 1, min ( $YZero, $YPos ), $XPos + $SeriesWidth - 1, max ( $YZero, $
2106 $YPos),
2116 $YPos),
2158 … $YPos = $this->GArea_Y2 - ((($Value + $LastValue [$Key]) - $this->VMin) * $this->DivisionRatio);
2162 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2169 …his->addToImageMap ( $XPos + 1, min ( $YBottom, $YPos ), $XPos + $SeriesWidth - 1, max ( $YBottom,…
2174 $YPos),
2227 $YPos = $this->GArea_Y2 - (($Max - $this->VMin) * $this->DivisionRatio);
2229 $Y1 = floor ( $YPos ) - .2;
2238 $YPos = $this->GArea_Y2 - (($Min - $this->VMin) * $this->DivisionRatio);
2239 $Y2 = floor ( $YPos ) + .2;
2426 $YPos = floor ( ($Y2 - $Y1) / 2 ) + $Y1;
2430 $Y = $YPos + $this->FontSize;
2504 $YPos = sin ( $Angle * M_PI / 180 ) * $Strength + $YCenter;
2510 $YPos),
2518 $FirstY = $YPos;
2523 $YLast = $YPos;
2527 $YPos),
2572 $YPos = sin ( $Angle * M_PI / 180 ) * $Strength + $YCenter;
2575 $Plots [] = $YPos + $this->GArea_Y1;
2882 $YPos = $this->YSize - (18 + (count ( $this->Errors ) - 1) * ($this->ErrorFontSize + 4));
2887 $YPos),
2892 $YPos = $YPos + ($this->ErrorFontSize + 4);