Home
last modified time | relevance | path

Searched refs:getX (Results 1 – 25 of 82) sorted by relevance

1234

/plugin/statdisplay/pchart/
H A DGDCanvas.php19 if ($corner2->getX() < $corner1->getX()) {
35 $X1 = $corner1->getX();
38 $X2 = $corner2->getX();
160 $X1 = $point1->getX() - .2;
162 $X2 = $point2->getX() + .2;
206 + $point1->getX()
214 + $point2->getX()
222 + $point2->getX()
230 + $point1->getX()
325 $XStep = ($point2->getX() - $point1->getX()) / $Distance;
[all …]
/plugin/statistics/inc/pchart/
H A DGDCanvas.php17 if($corner2->getX() < $corner1->getX()) {
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());
33 $X1 = $corner1->getX();
36 $X2 = $corner2->getX();
111 $X1 = $corner1->getX() - .2;
113 $X2 = $corner2->getX()
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java45 boolean left = start.getX() > end.getX(); in SchemaGraphComponent()
59 double x = (left) ? start.getX() : start.getX() in SchemaGraphComponent()
61 double x2 = (left) ? start.getX() - 20 : start.getX() in SchemaGraphComponent()
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverPoint.php24 public function getX() function in Facebook\\WebDriver\\WebDriverPoint
77 return $this->x === $point->getX() &&
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1NormalizedVertex.php41 public function getX() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1NormalizedVertex
H A DGoogleCloudDocumentaiV1beta2NormalizedVertex.php41 public function getX() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2NormalizedVertex
H A DGoogleCloudDocumentaiV1Vertex.php41 public function getX() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1Vertex
H A DGoogleCloudDocumentaiV1beta1Vertex.php41 public function getX() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1Vertex
H A DGoogleCloudDocumentaiV1beta2Vertex.php41 public function getX() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2Vertex
H A DGoogleCloudDocumentaiV1beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1NormalizedVertex
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1NormalizedVertex
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1NormalizedVertex
H A DGoogleCloudVisionV1p3beta1Vertex.php41 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Vertex
H A DNormalizedVertex.php41 public function getX() function in Google\\Service\\Vision\\NormalizedVertex
H A DGoogleCloudVisionV1p4beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1NormalizedVertex
H A DGoogleCloudVisionV1p1beta1Vertex.php41 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Vertex
H A DGoogleCloudVisionV1p3beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1NormalizedVertex
H A DGoogleCloudVisionV1p4beta1Vertex.php41 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Vertex
H A DGoogleCloudVisionV1p2beta1Vertex.php41 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Vertex
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DNormalizedCoordinate.php29 public function getX() function in Google\\Service\\Transcoder\\NormalizedCoordinate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1NormalizedVertex.php41 public function getX() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1NormalizedVertex
H A DGoogleCloudVideointelligenceV1beta2NormalizedVertex.php41 public function getX() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2NormalizedVertex
H A DGoogleCloudVideointelligenceV1p1beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1NormalizedVertex
H A DGoogleCloudVideointelligenceV1p2beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
H A DGoogleCloudVideointelligenceV1p3beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1NormalizedVertex

1234