Home
last modified time | relevance | path

Searched refs:Point (Results 1 – 25 of 97) sorted by relevance

1234

/plugin/statdisplay/pchart/
H A DICanvas.php15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
17 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
24 function drawRoundedRectangle(Point $corner1, Point $corner2, $radius,
28 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
32 …wLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shad…
34 …tedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadow…
36 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
45 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
47 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
H A DTestCanvas.php22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
26 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
35 function drawRoundedRectangle(Point $corner1, Point $corner2, $radius,
41 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
47 …wLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shad…
51 …tedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadow…
55 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
59 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
68 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
72 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
H A DGDCanvas.php16 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
96 new Point($X2, $Y2),
110 new Point($X2, $Y1),
117 new Point($X2, $Y2),
124 new Point($X1, $Y2),
131 new Point($X1, $Y1),
165 new Point($X2 - $radius, $Y1),
172 new Point($X2, $Y2 - $radius),
197 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
311 …wLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shad…
[all …]
H A DpChart.php507 new Point($TextLeft,
848 new Point($TextLeft,
1698 new Point($XPos,
2050 new Point($X2,
2259 new Point($X2,
2267 new Point($X2,
2378 new Point($X, $Y),
2453 new Point($X, $Y),
2509 new Point($XPos,
2528 new Point($FirstX,
[all …]
H A DPieChart.php82 new Point($XPos + $MaxWidth + 1,
91 new Point($XPos + $MaxWidth,
104 $this->canvas->drawFilledRectangle(new Point($XPos + 10,
106 new Point($XPos + 14,
113 new Point($XPos + 22,
231 new Point($TopPlots [$Key] [$j + 2],
274 new Point($TX, $TY),
525 new Point($TX, $TY),
585 $currentPos = new Point($PosX, $PosY);
626 new Point($aBotPlots [$Key] [$j + 2],
[all …]
H A DPoint.php6 class Point { class
20 public function distanceFrom(Point $other) {
30 return new Point($this->x + $x, $this->Y + $y);
/plugin/statistics/inc/pchart/
H A DICanvas.php11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties);
13 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
20 function drawRoundedRectangle(Point $corner1, Point $corner2, $radius,
24 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
28 function drawLine(Point $point1, Point
[all...]
H A DTestCanvas.php20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
24 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
33 function drawRoundedRectangle(Point $corner1, Point $corner2, $radius,
39 function drawFilledRoundedRectangle(Point $point1, Point $point2, $radius,
45 function drawLine(Point $point1, Point
[all...]
H A DGDCanvas.php14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
18 $newCorner1 = new Point($corner2->getX(), $corner1->getY());
19 $newCorner2 = new Point($corner1->getX(), $corner2->getY());
26 $newCorner1 = new Point($corner1->getX(), $corner2->getY());
27 $newCorner2 = new Point($corner2->getX(), $corner1->getY());
43 new Point($X1 + $shadowProperties->xDistance,
45 new Point($X2 + $shadowProperties->xDistance,
57 new Point($X1 + $shadowProperties->xDistance - $i / 2,
59 new Point(
[all...]
H A DpChart.php214 new Point($this->GArea_X1, $this->GArea_Y1),
215 new Point($this->GArea_X2, $this->GArea_Y2),
220 new Point($this->GArea_X1, $this->GArea_Y1),
221 new Point($this->GArea_X2, $this->GArea_Y2),
250 new Point($X1, $Y1),
251 new Point($X2, $Y2 + 1),
309 new Point($this->GArea_X1, $this->GArea_Y1),
310 new Point($this->GArea_X1, $this->GArea_Y2),
317 new Point($this->GArea_X1, $this->GArea_Y2),
318 new Point(
[all...]
H A DPieChart.php81 new Point($XPos + 1, $YPos + 1),
82 new Point($XPos + $MaxWidth + 1,
92 new Point($XPos, $YPos),
93 new Point($XPos + $MaxWidth,
108 new Point($XPos + 10,
110 new Point($XPos + 14,
119 new Point($XPos + 22,
228 new Point($XPos - .5, $YPos - .5),
234 new Point($XPos - .5, $YPos - .5),
244 new Point(
[all...]
H A DPoint.php6 class Point { class
20 public function distanceFrom(Point $other) {
28 * Return a new Point instance that has been incremented by the
32 return new Point($this->x + $x, $this->Y + $y);
36 return sprintf("Point<%d, %d>", $this->x, $this->y);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php14 * @method Point[] getComponents()
15 * @property Point[] $components The elements of a MultiPoint are Points
22 parent::__construct($components, true, Point::class);
46 $points[] = Point::fromArray($point);
87 return new Point();
103 return new Point($x / $this->numPoints(), $y / $this->numPoints());
H A DGeometry.php32 const POINT = 'Point';
134 * @return Point
174 * @return Point|null
179 * @return Point|null
191 * @return Point|null
214 * @return Point[]
224 * @return LineString[] | Point[][] | null
352 new Point($boundingBox['maxx'], $boundingBox['miny']),
353 new Point($boundingBox['maxx'], $boundingBox['maxy']),
354 new Point(
[all...]
H A DCurve.php12 * @method Point[] getComponents()
13 * @property Point[] $components A curve consists of sequence of Points
18 public function __construct($components = [], $allowEmptyComponents = false, $allowedComponentType = Point::class)
67 * @return Point[]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php6 use geoPHP\Geometry\Point; alias
79 * Convert the geoHash to a Point. The point is 2-dimensional.
84 * @return Point|Polygon the converted GeoHash
90 return new Point($decodedHash['centerLongitude'], $decodedHash['centerLatitude']);
96 new Point($decodedHash['minLongitude'], $decodedHash['maxLatitude']),
97 new Point($decodedHash['maxLongitude'], $decodedHash['maxLatitude']),
98 new Point($decodedHash['maxLongitude'], $decodedHash['minLatitude']),
99 new Point($decodedHash['minLongitude'], $decodedHash['minLatitude']),
100 new Point($decodedHash['minLongitude'], $decodedHash['maxLatitude']),
113 * @return string the GeoHash or null when the $geometry is not a Point
[all...]
H A DGeoRSS.php9 use geoPHP\Geometry\Point; alias
115 $coordinates[] = new Point($lon, $lat);
127 $points[] = !empty($pointArray) ? $pointArray[0] : new Point();
169 new Point($parts[3], $parts[2]),
170 new Point($parts[3], $parts[0]),
171 new Point($parts[1], $parts[0]),
172 new Point($parts[1], $parts[2]),
173 new Point($parts[3], $parts[2]),
189 $points[] = new Point($parts[1], $parts[0]);
H A DGeoJSON.php8 use geoPHP\Geometry\Point; alias
113 * @return Point
119 return new Point($coordinates[0], $coordinates[1]);
122 return new Point($coordinates[0], $coordinates[1], $coordinates[2]);
125 return new Point($coordinates[0], $coordinates[1], $coordinates[2], $coordinates[3]);
128 return new Point();
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DFrameImpl.java4 import java.awt.Point;
12 private Point mousePointer;
16 FrameImpl(List<Shape> shapes, Point mousePointer, Dimension size, boolean isActive) { in FrameImpl()
44 public Point getMousePointer() { in getMousePointer()
H A DShapeImpl.java3 import java.awt.Point;
56 private Point location;
59 ShapeImpl(Point location, ShapeContent content) { in ShapeImpl()
66 public Point getLocation() { in getLocation()
H A DVideoEncoder.java5 import java.awt.Point;
112 Point getLocation(); in getLocation()
124 Point getMousePointer(); in getMousePointer()
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.point.php3 class Point { class
7 function Point($x, $y) { function in Point
13 return new Point($this->x, $this->y);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DProgressTimeseries.php24 protected $dataPointsType = Point::class;
36 * @param Point[]
43 * @return Point[]
/plugin/spatialhelper/helper/
H A Dsearch.php23 use geoPHP\Geometry\Point;
80 $geometry = new Point($lon, $lat);
89 * @param Point|null $p
94 final public function findNearby(string $geohash, Point $p = null): array
97 if (!$p instanceof Point) {
152 $point = new Point($geotags ['lon'], $geotags ['lat']);
20 use geoPHP\Geometry\Point; global() alias
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DTimeSeries.php31 protected $pointsType = Point::class;
87 * @param Point[]
94 * @return Point[]

1234