Home
last modified time | relevance | path

Searched refs:_point (Results 251 – 275 of 1274) sorted by relevance

1...<<11121314151617181920>>...51

/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/UnitTest_HyperTextBox/
H A DScrollViewPanel.cpp19 void ScrollViewPanel::setPosition(const IntPoint& _point) in setPosition() argument
21 Base::setPosition(_point); in setPosition()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/UnitTest_HyperTextBox/
H A DScrollViewPanel.cpp19 void ScrollViewPanel::setPosition(const IntPoint& _point) in setPosition() argument
21 Base::setPosition(_point); in setPosition()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthAnnotation/
H A DFeatureEditing.cpp123 _point(point) in mrecord_reset()
129 (*feature->getGeometry())[_point] = osg::Vec3d(position.x(), position.y(), 0);
135 int _point;
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/cython/
H A D_cy_path.pyx265 def all_nearest_times(self, cy_Point _point, double fr=-1, double to=1): argument
268 return wrap_vector_double(self.thisptr.allNearestTimes(deref( _point.thisptr )))
269 return wrap_vector_double(self.thisptr.allNearestTimes(deref( _point.thisptr ), fr, to))
272 def nearest_time_per_curve(self, cy_Point _point): argument
274 return wrap_vector_double(self.thisptr.nearestTimePerCurve(deref( _point.thisptr )))
276 …def nearest_time(self, cy_Point _point, double fr=-1, double to=1):#, cy_double * distance_squared… argument
279 return self.thisptr.nearestTime(deref( _point.thisptr ), NULL)
280 return self.thisptr.nearestTime(deref( _point.thisptr ), fr, to, NULL)
282 def nearest_time_and_dist_sq(self, cy_Point _point, double fr=-1, double to=1): argument
286 t = self.thisptr.nearestTime(deref( _point.thisptr ), &dist )
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/cython/
H A D_cy_path.pyx265 def all_nearest_times(self, cy_Point _point, double fr=-1, double to=1): argument
268 return wrap_vector_double(self.thisptr.allNearestTimes(deref( _point.thisptr )))
269 return wrap_vector_double(self.thisptr.allNearestTimes(deref( _point.thisptr ), fr, to))
272 def nearest_time_per_curve(self, cy_Point _point): argument
274 return wrap_vector_double(self.thisptr.nearestTimePerCurve(deref( _point.thisptr )))
276 …def nearest_time(self, cy_Point _point, double fr=-1, double to=1):#, cy_double * distance_squared… argument
279 return self.thisptr.nearestTime(deref( _point.thisptr ), NULL)
280 return self.thisptr.nearestTime(deref( _point.thisptr ), fr, to, NULL)
282 def nearest_time_and_dist_sq(self, cy_Point _point, double fr=-1, double to=1): argument
286 t = self.thisptr.nearestTime(deref( _point.thisptr ), &dist )
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/py2geom/
H A Dray.cpp44 bool (*are_near_ray)(Geom::Point const& _point, Geom::Ray const& _ray, double eps) = &Geom::are_nea…
51 double (*distance_ray)(Geom::Point const& _point, Geom::Ray const& _ray) = &Geom::distance;
/dports/math/lib2geom/lib2geom-1.1/src/py2geom/
H A Dray.cpp44 bool (*are_near_ray)(Geom::Point const& _point, Geom::Ray const& _ray, double eps) = &Geom::are_nea…
51 double (*distance_ray)(Geom::Point const& _point, Geom::Ray const& _ray) = &Geom::distance;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahVMOperations.hpp84 int _point; member in VM_ShenandoahDegeneratedGC
86 VM_ShenandoahDegeneratedGC(int point) : VM_ShenandoahReferenceOperation(), _point(point) {}; in VM_ShenandoahDegeneratedGC()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahVMOperations.hpp84 int _point; member in VM_ShenandoahDegeneratedGC
86 VM_ShenandoahDegeneratedGC(int point) : VM_ShenandoahReferenceOperation(), _point(point) {}; in VM_ShenandoahDegeneratedGC()
/dports/lang/rust/rustc-1.58.1-src/vendor/polonius-engine/src/output/
H A Ddatafrog_opt.rs407 placeholder_origin.extend_with(|&((origin1, _point), _origin2)| origin1), in compute()
409 datafrog::ValueFilter::from(|&((origin1, _point), origin2), _| { in compute()
435 placeholder_origin.extend_with(|&(_origin1, origin2, _point)| origin2), in compute()
437 .filter_anti(|&(origin1, origin2, _point)| (origin1, origin2)), in compute()
439 datafrog::ValueFilter::from(|&(origin1, origin2, _point), _| { in compute()
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dlens.py32 self._point = None
47 if self._point:
48 self._draw_lens(*self._point)
164 self._point = (int(event.x), int(event.y))
166 self._draw_lens(*self._point)
/dports/graphics/tikzit/tikzit-2.1.6/src/data/
H A Dnode.cpp45 return _point; in point()
50 _point = point; in setPoint()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dtreevint.h78 } _point, PNTR _pointPtr; typedef
96 _point port_origin;
/dports/games/scummvm/scummvm-2.5.1/engines/grim/shaders/
H A Dgrim_actor.vertex22 vec3 _point;
39 float d = dot(shadow._point - shadow._light, shadow._normal) / dot(l, shadow._normal);
H A Demi_actor.vertex20 vec3 _point;
38 float d = dot(shadow._point - shadow._light, shadow._normal) / dot(l, shadow._normal);
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/
H A D_cptools.py60 self._point = point
145 cherrypy.serving.request.hooks.attach(self._point, self.callable,
195 cherrypy.serving.request.hooks.attach(self._point, self._wrapper,
222 self._point = point
296 hooks.attach(self._point, self.callable, priority=p, **conf)
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DTextureControl.cpp122 void TextureControl::onMouseButtonPressed(const MyGUI::IntPoint& _point) in onMouseButtonPressed() argument
126 void TextureControl::onMouseButtonReleased(const MyGUI::IntPoint& _point) in onMouseButtonReleased() argument
130 void TextureControl::onMouseDrag(const MyGUI::IntPoint& _point) in onMouseDrag() argument
134 void TextureControl::onMouseButtonClick(const MyGUI::IntPoint& _point) in onMouseButtonClick() argument
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTextureControl.cpp117 void TextureControlLE::onMouseButtonPressed(const MyGUI::IntPoint& _point) in onMouseButtonPressed() argument
121 void TextureControlLE::onMouseButtonReleased(const MyGUI::IntPoint& _point) in onMouseButtonReleased() argument
125 void TextureControlLE::onMouseDrag(const MyGUI::IntPoint& _point) in onMouseDrag() argument
129 void TextureControlLE::onMouseButtonClick(const MyGUI::IntPoint& _point) in onMouseButtonClick() argument
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DTextureControl.cpp122 void TextureControl::onMouseButtonPressed(const MyGUI::IntPoint& _point) in onMouseButtonPressed() argument
126 void TextureControl::onMouseButtonReleased(const MyGUI::IntPoint& _point) in onMouseButtonReleased() argument
130 void TextureControl::onMouseDrag(const MyGUI::IntPoint& _point) in onMouseDrag() argument
134 void TextureControl::onMouseButtonClick(const MyGUI::IntPoint& _point) in onMouseButtonClick() argument
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTextureControl.cpp117 void TextureControlLE::onMouseButtonPressed(const MyGUI::IntPoint& _point) in onMouseButtonPressed() argument
121 void TextureControlLE::onMouseButtonReleased(const MyGUI::IntPoint& _point) in onMouseButtonReleased() argument
125 void TextureControlLE::onMouseDrag(const MyGUI::IntPoint& _point) in onMouseDrag() argument
129 void TextureControlLE::onMouseButtonClick(const MyGUI::IntPoint& _point) in onMouseButtonClick() argument
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DTextureControl.cpp122 void TextureControl::onMouseButtonPressed(const MyGUI::IntPoint& _point) in onMouseButtonPressed() argument
126 void TextureControl::onMouseButtonReleased(const MyGUI::IntPoint& _point) in onMouseButtonReleased() argument
130 void TextureControl::onMouseDrag(const MyGUI::IntPoint& _point) in onMouseDrag() argument
134 void TextureControl::onMouseButtonClick(const MyGUI::IntPoint& _point) in onMouseButtonClick() argument
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DTextureControl.cpp122 void TextureControl::onMouseButtonPressed(const MyGUI::IntPoint& _point) in onMouseButtonPressed() argument
126 void TextureControl::onMouseButtonReleased(const MyGUI::IntPoint& _point) in onMouseButtonReleased() argument
130 void TextureControl::onMouseDrag(const MyGUI::IntPoint& _point) in onMouseDrag() argument
134 void TextureControl::onMouseButtonClick(const MyGUI::IntPoint& _point) in onMouseButtonClick() argument
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTextureControl.cpp117 void TextureControlLE::onMouseButtonPressed(const MyGUI::IntPoint& _point) in onMouseButtonPressed() argument
121 void TextureControlLE::onMouseButtonReleased(const MyGUI::IntPoint& _point) in onMouseButtonReleased() argument
125 void TextureControlLE::onMouseDrag(const MyGUI::IntPoint& _point) in onMouseDrag() argument
129 void TextureControlLE::onMouseButtonClick(const MyGUI::IntPoint& _point) in onMouseButtonClick() argument
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTextureControl.cpp117 void TextureControlLE::onMouseButtonPressed(const MyGUI::IntPoint& _point) in onMouseButtonPressed() argument
121 void TextureControlLE::onMouseButtonReleased(const MyGUI::IntPoint& _point) in onMouseButtonReleased() argument
125 void TextureControlLE::onMouseDrag(const MyGUI::IntPoint& _point) in onMouseDrag() argument
129 void TextureControlLE::onMouseButtonClick(const MyGUI::IntPoint& _point) in onMouseButtonClick() argument
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Axis/
H A DCategory.php243 $labelPosition = $this->_point($label);
386 return abs($this->_point($l2) - $this->_point($l1));

1...<<11121314151617181920>>...51