Home
last modified time | relevance | path

Searched refs:getPoint (Results 1 – 25 of 35) sorted by relevance

12

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php72 return $this->getPoint();
81 $points[] = $this->getPoint($delta);
165 private function getPoint($delta = 0) function in geoPHP\\Adapter\\GoogleGeocode
H A DWKB.php148 $geometry = $this->getPoint();
180 protected function getPoint() function in geoPHP\\Adapter\\WKB
214 $point = $this->getPoint();
H A DTWKB.php172 $geometry = $this->getPoint($options);
208 protected function getPoint($options) function in geoPHP\\Adapter\\TWKB
250 $points[] = $this->getPoint($options);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DebugSessionTransaction.php54 public function getPoint() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1DebugSessionTransaction
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.php45 function getPoint($index) { function in Path
63 $this->addPoint($this->getPoint(0));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1beta2DetectedLandmark.php71 public function getPoint() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2DetectedLandmark
H A DGoogleCloudVideointelligenceV1DetectedLandmark.php71 public function getPoint() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1DetectedLandmark
H A DGoogleCloudVideointelligenceV1p2beta1DetectedLandmark.php71 public function getPoint() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1DetectedLandmark
H A DGoogleCloudVideointelligenceV1p3beta1DetectedLandmark.php71 public function getPoint() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1DetectedLandmark
H A DGoogleCloudVideointelligenceV1p1beta1DetectedLandmark.php71 public function getPoint() function in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1DetectedLandmark
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DDataset.php108 public function getPoint() function in Google\\Service\\Fitness\\Dataset
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java247 Point location = e.getPoint(); in mouseMoved()
303 pressed = e.getPoint(); in mousePressed()
346 Point dragged = e.getPoint(); in mouseDragged()
H A DComponentMover.java232 if (r.contains(e.getPoint())) in mousePressed()
H A DMovieEditorDialog.java847 int hitColumnIndex = timeLineTable.columnAtPoint(e.getPoint()); in buildUI()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java356 updateMousePosition(e.getPoint()); in mouseMoved()
364 updateMousePosition(e.getPoint()); in mouseDragged()
H A DBasicGraphEditor.java359 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(), in showOutlinePopupMenu()
424 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(), in showGraphPopupMenu()
H A DBasicGraphEditor.java.bak355 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(),
420 Point pt = SwingUtilities.convertPoint(e.getComponent(), e.getPoint(),
/plugin/a2s/
H A DASCIIToSVG.php2776 public function getPoint() { function in dokuwiki\\plugin\\a2s\\SVGText
3381 $tP = $t->getPoint();
3524 $textPoint = $text->getPoint();
3543 $objPoint = $obj->getPoint();
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ReadersMore.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ReadersMore.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2getPoint:function(){return console.warn("THREE.Curve: .getPoint() not implemented."),null},getPoin…
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js3131 var tmp = (graph.model.isEdge(state.cell)) ? graph.view.getPoint(state) :
3163 …var tmp = (graph.model.isEdge(currentStyleTarget.cell)) ? graph.view.getPoint(currentStyleTarget) …
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js27 …-=a;this.width+=2*a;this.height+=2*a;return this};mxRectangle.prototype.getPoint=function(){return… method in mxRectangle
1008 e.relative&&null!=c?b.isEdge(c.cell)?(d=this.getPoint(c,e),null!=d&&(a.origin.x+=d.x/this.scale-c.o…
1027 …x=2*d.getCenterX()-e.x),g&&(e.y=2*d.getCenterY()-e.y))}null==e&&(e=this.getPoint(a))}return e};mxG…
1033 mxGraphView.prototype.getPoint=function(a,b){var c=a.getCenterX(),d=a.getCenterY();if(null==a.segme… method in mxGraphView
1037 …nts){var c=this.graph.getCellGeometry(a.cell);if(c.relative){var d=this.getPoint(a,c);null!=d&&(a.…
1665 ….x)/1E4;e.y=Math.round(g.y);e.offset=new mxPoint(0,0);g=this.graph.view.getPoint(a,e);e.offset=new…

12