Home
last modified time | relevance | path

Searched defs:q1x (Results 1 – 23 of 23) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/algorithm/
H A DIntersectionTest.java53 double q1x, double q1y, double q2x, double q2y, in checkIntersection()
68 double q1x, double q1y, double q2x, double q2y) { in checkIntersectionNull()
/dports/math/mfem/mfem-4.3/tests/unit/linalg/
H A Dtest_complex_operator.cpp54 Vector q1x(4); variable
/dports/graphics/geos/geos-3.9.1/src/algorithm/
H A DIntersection.cpp52 double q1x = q1.x - midx; in intersection() local
H A DCGAlgorithmsDD.cpp162 DD q1x(q1.x); in intersection() local
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/
H A DUniAddress.java166 QueryThread q1x = new QueryThread( sem, name, type, null, svr ); in lookupServerOrWorkgroup() local
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/geom/
H A DLineSegmentTest.java65 double q1x, double q1y, double q2x, double q2y, in checkLineIntersection()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn1.c169 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
226 fixed q1x = this->pole[i + 1].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c941 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxhintn1.c169 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
226 fixed q1x = this->pole[i + 1].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c941 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxhintn1.c170 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
227 fixed q1x = self->pole[i + 1].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c1025 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxhintn1.c170 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
227 fixed q1x = self->pole[i + 1].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c1025 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxhintn1.c171 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
228 fixed q1x = self->pole[i + 1].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c972 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxhintn1.c171 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar()
228 fixed q1x = self->pole[i + 1].gx; in t1_hinter__intersect_bar_bar() local
H A Dgsmisc.c972 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars()
/dports/misc/vxl/vxl-3.3.2/core/vgl/tests/
H A Dtest_affine_coordinates.cxx59 double q1x = a00 * p1.x() + a01 * p1.y() + tx; in test_all() local
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dcollision.c146 int q1x, int q1y, int q2x, int q2y, in in_range_acd()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimptoolhandlegrid.c1148 gdouble q1x, gdouble q1y, in calc_lineintersect_ratio()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dmlab.py3993 def quad2cubic(q0x, q0y, q1x, q1y, q2x, q2y): argument
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/crop/
H A DUnderlayConstraints.java966 double q1x = q1.getX(); in getIntersection() local