Lines Matching refs:XPos

437 		$XPos = $this->GArea_X1 + $this->GAreaXOffset;
442 $this->canvas->drawLine(new Point(floor($XPos), $this->GArea_Y2),
443 new Point(floor($XPos), $this->GArea_Y2 + 5),
461 new Point(floor ( $XPos ) - floor ( $TextWidth / 2 ),
472 new Point(floor($XPos) - $TextWidth + 5,
482 new Point(floor ( $XPos ) + $TextWidth + 5,
495 $XPos = $XPos + $this->DivisionWidth;
729 $XPos = $this->GArea_X1;
732 $this->canvas->drawLine(new Point($XPos, $this->GArea_Y2),
733 new Point($XPos, $this->GArea_Y2 + 5),
754 new Point(floor ( $XPos ) - floor ( $TextWidth / 2 ),
765 new Point(floor ( $XPos ) - $TextWidth + 5,
775 new Point(floor ( $XPos ) + $TextWidth + 5,
788 $XPos = $XPos + $this->DivisionWidth;
888 $XPos = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset;
891 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
896 if ($XPos > $this->GArea_X1 && $XPos < $this->GArea_X2)
897 $this->canvas->drawDottedLine(new Point(floor($XPos), $this->GArea_Y1),
898 new Point(floor($XPos), $this->GArea_Y2),
903 $XPos = $XPos + $this->DivisionWidth;
935 …public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Col… argument
966 $this->canvas->drawFilledRoundedRectangle(new Point($XPos + 1, $YPos + 1),
967 new Point($XPos + $MaxWidth + 1,
974 $this->canvas->drawFilledRoundedRectangle(new Point($XPos, $YPos),
975 new Point($XPos + $MaxWidth,
986 $this->canvas->drawFilledRoundedRectangle(new Point($XPos + 10,
988 new Point($XPos + 14,
997 new Point($XPos + 22,
1018 …public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProp… argument
1026 $XPos = floor ( ($XPos2 - $XPos - $TextWidth) / 2 ) + $XPos;
1037 new Point($XPos, $YPos),
1189 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ($this->DivisionWidth * $Cp) + 2;
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),
1218 $this->canvas->drawFilledRectangle(new Point($XPos + 9,
1220 new Point($XPos + 13 + $TextWidth,
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),
1245 $this->canvas->drawFilledRectangle(new Point($XPos + 8,
1247 new Point($XPos + 12 + $TextWidth,
1254 new Point($XPos + 10, $YPos + $TextOffset),
1285 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1295 …$this->addToImageMap ( $XPos - $Hsize, $YPos - $Hsize, $XPos + 1 + $Hsize, $YPos + $Hsize + 1, $Da…
1302 $this->canvas->drawFilledCircle(new Point($XPos + 2,
1311 $this->canvas->drawFilledCircle(new Point($XPos + 2,
1319 $this->canvas->drawFilledCircle(new Point($XPos + 1,
1327 $this->canvas->drawFilledCircle(new Point($XPos + 1,
1336 $this->canvas->drawFilledCircle(new Point($XPos + 1,
1344 …imagecopymerge ( $this->canvas->getPicture(), $Symbol, $XPos + 1 - $ImageWidth / 2, $YPos + 1 - $I…
1348 $XPos = $XPos + $this->DivisionWidth;
1446 $XPos = $this->GAreaXOffset;
1460 $Points [] = $XPos + $this->GArea_X1;
1462 $Points [] = $XPos + $this->GArea_X1;
1473 $LastXPos = $XPos;
1475 $XPos = $XPos + $this->DivisionWidth;
1494 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1503 $XOffset = $XPos - ($Width / 2);
1514 $XPos = $XPos + $this->DivisionWidth;
1534 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1543 …$this->addToImageMap ( $XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$…
1550 new Point($XPos, $YPos),
1560 $XLast = $XPos;
1566 $XPos = $XPos + $this->DivisionWidth;
1653 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1698 new Point($XPos,
1707 $XLast = $XPos;
1709 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1713 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
1714 if ($XPos < ($this->GArea_X2 - $this->GAreaXOffset)) {
1804 $XPos = $this->GAreaXOffset;
1831 $aPoints [] = $XPos + $this->GArea_X1;
1833 $aPoints [] = $XPos + $this->GArea_X1;
1846 $Points [] = $XPos + $this->GArea_X1;
1856 $XLast = $XPos;
1857 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1861 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
1862 if ($XPos < ($LayerWidth - $this->GAreaXOffset)) {
1927 $XPos = $this->GAreaXOffset;
1942 …$this->addToImageMap ( $XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$…
1953 $aPoints [] = $XPos + $this->GArea_X1;
1958 $aPoints [] = $XPos + $this->GArea_X1;
1960 $aPoints [] = $XPos + $this->GArea_X1;
1968 $Points [] = $XPos + $this->GArea_X1;
1970 $Points [] = $XPos + $this->GArea_X1;
1983 $XLast = $XPos;
1984 $XPos = $XPos + $this->DivisionWidth;
2016 $XPos = $this->GAreaXOffset;
2024 $this->canvas->drawFilledRectangle(new Point(floor($XPos - $XWidth + $this->GArea_X1),
2026 new Point(floor($XPos + $XWidth + $this->GArea_X1),
2033 $X1 = floor ( $XPos - $XWidth + $this->GArea_X1 );
2035 $X2 = floor ( $XPos + $XWidth + $this->GArea_X1 );
2062 $XPos = $XPos + $this->DivisionWidth;
2091 $XPos = $this->GArea_X1 + $this->GAreaXOffset - $SerieXOffset + $SeriesWidth * $SerieID;
2100 …$this->addToImageMap ( $XPos + 1, min ( $YZero, $YPos ), $XPos + $SeriesWidth - 1, max ( $YZero, $…
2104 $this->canvas->drawRectangle(new Point($XPos + 1, $YZero),
2105 new Point($XPos + $SeriesWidth - 1,
2113 $this->canvas->drawFilledRectangle(new Point($XPos + 1,
2115 new Point($XPos + $SeriesWidth - 1,
2122 $XPos = $XPos + $this->DivisionWidth;
2151 $XPos = $this->GArea_X1 + $this->GAreaXOffset - $SeriesWidth / 2;
2169 …$this->addToImageMap ( $XPos + 1, min ( $YBottom, $YPos ), $XPos + $SeriesWidth - 1, max ( $YBotto…
2171 $this->canvas->drawFilledRectangle(new Point($XPos + 1,
2173 new Point($XPos + $SeriesWidth - 1,
2181 $XPos = $XPos + $this->DivisionWidth;
2200 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
2228 $X1 = floor ( $XPos - $XWidth );
2230 $X2 = floor ( $XPos + $XWidth );
2241 $this->canvas->drawLine(new Point(floor ( $XPos ) - .2, $Y1 + 1),
2242 new Point(floor ( $XPos ) - .2, $Y2 - 1),
2249 $this->canvas->drawLine(new Point(floor ( $XPos ) + .2, $Y1 + 1),
2250 new Point(floor ( $XPos ) + .2, $Y2 - 1),
2274 $XPos = $XPos + $this->DivisionWidth;
2425 $XPos = floor ( ($X2 - $X1) / 2 ) + $X1;
2429 $X = $XPos - ($X + $Positions [2] - $X + $Positions [6]) / 2;
2503 $XPos = cos ( $Angle * M_PI / 180 ) * $Strength + $XCenter;
2509 new Point($XPos,
2517 $FirstX = $XPos;
2522 $XLast = $XPos;
2526 $this->canvas->drawLine(new Point($XPos,
2571 $XPos = cos ( $Angle * M_PI / 180 ) * $Strength + $XCenter;
2574 $Plots [] = $XPos + $this->GArea_X1;
2578 $XLast = $XPos;