Lines Matching refs:XPos

451         $XPos = $this->GArea_X1 + $this->GAreaXOffset;
457 new Point(floor($XPos), $this->GArea_Y2),
458 new Point(floor($XPos), $this->GArea_Y2 + 5),
480 new Point(floor($XPos) - floor($TextWidth / 2),
493 new Point(floor($XPos) - $TextWidth + 5,
504 new Point(floor($XPos) + $TextWidth + 5,
518 $XPos = $XPos + $this->DivisionWidth;
771 $XPos = $this->GArea_X1;
775 new Point($XPos, $this->GArea_Y2),
776 new Point($XPos, $this->GArea_Y2 + 5),
801 new Point(floor($XPos) - floor($TextWidth / 2),
814 new Point(floor($XPos) - $TextWidth + 5,
825 new Point(floor($XPos) + $TextWidth + 5,
839 $XPos = $XPos + $this->DivisionWidth;
949 $XPos = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset;
952 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
957 if($XPos > $this->GArea_X1 && $XPos < $this->GArea_X2)
959 new Point(floor($XPos), $this->GArea_Y1),
960 new Point(floor($XPos), $this->GArea_Y2),
966 $XPos = $XPos + $this->DivisionWidth;
998 public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Color $color3 = null, $Border = TRUE) {
1030 new Point($XPos + 1, $YPos + 1),
1031 new Point($XPos + $MaxWidth + 1,
1040 new Point($XPos, $YPos),
1041 new Point($XPos + $MaxWidth,
1054 new Point($XPos + 10,
1056 new Point($XPos + 14,
1067 new Point($XPos + 22,
1089 public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProperties $shadowProperties = null) {
1097 $XPos = floor(($XPos2 - $XPos - $TextWidth) / 2) + $XPos;
1109 new Point($XPos, $YPos),
1277 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ($this->DivisionWidth * $Cp) + 2;
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),
1313 new Point($XPos + 9,
1315 new Point($XPos + 13 + $TextWidth,
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),
1346 new Point($XPos + 8,
1348 new Point($XPos + 12 + $TextWidth,
1357 new Point($XPos + 10, $YPos + $TextOffset),
1400 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1410 $this->addToImageMap($XPos - $Hsize, $YPos - $Hsize, $XPos + 1 + $Hsize, $YPos + $Hsize + 1, $DataDescription->description[$ColName], $Values[$ColName].$DataDescription->getYUnit(), "Plot");
1418 new Point($XPos + 2,
1428 new Point($XPos + 2,
1438 new Point($XPos + 1,
1448 new Point($XPos + 1,
1458 new Point($XPos + 1,
1467 imagecopymerge($this->canvas->getPicture(), $Symbol, $XPos + 1 - $ImageWidth / 2, $YPos + 1 - $ImageHeight / 2, 0, 0, $ImageWidth, $ImageHeight, 100);
1471 $XPos = $XPos + $this->DivisionWidth;
1565 $XPos = $this->GAreaXOffset;
1581 $Points [] = $XPos + $this->GArea_X1;
1583 $Points [] = $XPos + $this->GArea_X1;
1596 $LastXPos = $XPos;
1598 $XPos = $XPos + $this->DivisionWidth;
1617 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1626 $XOffset = $XPos - ($Width / 2);
1639 $XPos = $XPos + $this->DivisionWidth;
1659 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1669 $this->addToImageMap($XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$ColName], $Values[$ColName].$DataDescription->getYUnit(), "Line");
1677 new Point($XPos, $YPos),
1688 $XLast = $XPos;
1694 $XPos = $XPos + $this->DivisionWidth;
1786 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1832 new Point($XPos,
1842 $XLast = $XPos;
1844 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1848 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
1849 if($XPos < ($this->GArea_X2 - $this->GAreaXOffset)) {
1943 $XPos = $this->GAreaXOffset;
1970 $aPoints [] = $XPos + $this->GArea_X1;
1972 $aPoints [] = $XPos + $this->GArea_X1;
1987 $Points [] = $XPos + $this->GArea_X1;
2000 $XLast = $XPos;
2001 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
2005 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
2006 if($XPos < ($LayerWidth - $this->GAreaXOffset)) {
2075 $XPos = $this->GAreaXOffset;
2090 $this->addToImageMap($XPos - 3, $YPos - 3, $XPos + 3, $YPos + 3, $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "FLine");
2101 $aPoints [] = $XPos + $this->GArea_X1;
2106 $aPoints [] = $XPos + $this->GArea_X1;
2108 $aPoints [] = $XPos + $this->GArea_X1;
2116 $Points [] = $XPos + $this->GArea_X1;
2118 $Points [] = $XPos + $this->GArea_X1;
2133 $XLast = $XPos;
2134 $XPos = $XPos + $this->DivisionWidth;
2168 $XPos = $this->GAreaXOffset;
2177 new Point(floor($XPos - $XWidth + $this->GArea_X1),
2179 new Point(floor($XPos + $XWidth + $this->GArea_X1),
2187 $X1 = floor($XPos - $XWidth + $this->GArea_X1);
2189 $X2 = floor($XPos + $XWidth + $this->GArea_X1);
2218 $XPos = $XPos + $this->DivisionWidth;
2247 $XPos = $this->GArea_X1 + $this->GAreaXOffset - $SerieXOffset + $SeriesWidth * $SerieID;
2256 $this->addToImageMap($XPos + 1, min($YZero, $YPos), $XPos + $SeriesWidth - 1, max($YZero, $YPos), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "Bar");
2261 new Point($XPos + 1, $YZero),
2262 new Point($XPos + $SeriesWidth - 1,
2272 new Point($XPos + 1,
2274 new Point($XPos + $SeriesWidth - 1,
2282 $XPos = $XPos + $this->DivisionWidth;
2311 $XPos = $this->GArea_X1 + $this->GAreaXOffset - $SeriesWidth / 2;
2329 $this->addToImageMap($XPos + 1, min($YBottom, $YPos), $XPos + $SeriesWidth - 1, max($YBottom, $YPos), $DataDescription->description[$ColName], $Data [$Key] [$ColName].$DataDescription->getYUnit(), "sBar");
2332 new Point($XPos + 1,
2334 new Point($XPos + $SeriesWidth - 1,
2343 $XPos = $XPos + $this->DivisionWidth;
2362 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
2390 $X1 = floor($XPos - $XWidth);
2392 $X2 = floor($XPos + $XWidth);
2404 new Point(floor($XPos) - .2, $Y1 + 1),
2405 new Point(floor($XPos) - .2, $Y2 - 1),
2414 new Point(floor($XPos) + .2, $Y1 + 1),
2415 new Point(floor($XPos) + .2, $Y2 - 1),
2444 $XPos = $XPos + $this->DivisionWidth;
2608 $XPos = floor(($X2 - $X1) / 2) + $X1;
2612 $X = $XPos - ($X + $Positions [2] - $X + $Positions [6]) / 2;
2693 $XPos = cos($Angle * M_PI / 180) * $Strength + $XCenter;
2700 new Point($XPos,
2709 $FirstX = $XPos;
2714 $XLast = $XPos;
2719 new Point($XPos,
2765 $XPos = cos($Angle * M_PI / 180) * $Strength + $XCenter;
2768 $Plots [] = $XPos + $this->GArea_X1;
2772 $XLast = $XPos;