Home
last modified time | relevance | path

Searched refs:pointX (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/games/lincity-ng/lincity-ng-2.0/src/lincity-ng/
H A DDialog.cpp119 pointX = x; in initDialog()
721 MP_INFO( pointX,pointY ).flags |= FLAG_MB_JOBS; in applyMarketButtonClicked()
727 MP_INFO( pointX,pointY ).flags |= FLAG_MS_JOBS; in applyMarketButtonClicked()
738 MP_INFO( pointX,pointY ).flags |= FLAG_MB_FOOD; in applyPortButtonClicked()
762 MP_INFO( pointX,pointY ).flags |= FLAG_MB_ORE; in applyPortButtonClicked()
768 MP_INFO( pointX,pointY ).flags |= FLAG_MS_ORE; in applyPortButtonClicked()
802 launch_rocket( pointX, pointY ); in okayLaunchRocketButtonClicked()
819 check_bulldoze_area( pointX, pointY ); in okayBulldozeRiverButtonClicked()
827 check_bulldoze_area( pointX, pointY ); in okayBulldozeShantyButtonClicked()
835 check_bulldoze_area( pointX, pointY ); in okayBulldozeMonumentButtonClicked()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/quickgui/
H A Dtestqgsquickidentifykit.cpp64 double pointX = -31.208; in identifyOne() local
66 double pointX2 = pointX + 0.5; in identifyOne()
70 QgsPointXY point( pointX, pointY ); in identifyOne()
112 double pointX = -31.208; in identifyOneDefinedVector() local
114 double pointX2 = pointX + 0.5; in identifyOneDefinedVector()
118 QgsPointXY point( pointX, pointY ); in identifyOneDefinedVector()
158 double pointX = -31.208; in identifyInRadius() local
160 double pointX2 = pointX + 5; in identifyInRadius()
163 QgsPointXY point( pointX, pointY ); in identifyInRadius()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/ui/graphs/
H A Dcompander.cxx41 int pointX = x_ + w_/4 + w_/2*point; in draw() local
49 cairo_move_to( cr, pointX, pointY ); in draw()
50 cairo_arc_negative( cr, pointX, pointY, 20 + 18 * (1-point), in draw()
59 cairo_move_to( cr, pointX, pointY ); in draw()
60 cairo_arc_negative( cr, pointX, pointY, 20 + 18 * point, in draw()
70 cairo_arc( cr, pointX, pointY, 6, 0, 6.28 ); in draw()
/dports/editors/emacs/emacs-27.2/test/src/
H A Dsyntax-tests.el35 (pointX (progn (search-forward "X") (1- (point))))
40 (ppsX (parse-partial-sexp (point-min) pointX)))
55 (should (equal (parse-partial-sexp aftC pointX nil nil pps-aftC)
71 (pointX (progn (search-forward "X") (1- (point))))
73 (ppsX (parse-partial-sexp (point-min) pointX)))
82 (should (equal (parse-partial-sexp pointC pointX nil nil ppsC)
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkPlotHistogram2D.cxx177 int pointX = seriesIndex % width; in GetTooltipLabel() local
196 pointX >= 0 && in GetTooltipLabel()
197 pointX < this->XAxis->GetTickLabels()->GetNumberOfTuples()) in GetTooltipLabel()
199 tooltipLabel += this->XAxis->GetTickLabels()->GetValue(pointX); in GetTooltipLabel()
211 if (pointX >= 0 && pointX < width && pointY >= 0 && pointY < height) in GetTooltipLabel()
215 pointX, pointY, 0, 0), nullptr); in GetTooltipLabel()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOUNITDRW.cpp231 …int pointX = (curBarWidth-1) * (int) hit_points / max_hit_points; // the separating point betwee… in draw_selected() local
245 …IMGbar( dataPtr, curBarWidth, 0, 0, pointX, 0, hitBarColor+HIT_BAR_LIGHT_BORDER ); // top - with … in draw_selected()
247 if( pointX < curBarWidth-1 ) in draw_selected()
248 …IMGbar( dataPtr, curBarWidth, pointX+1, 0, curBarWidth-1, 0, NO_BAR_LIGHT_BORDER ); // top - with… in draw_selected()
252 …IMGbar( dataPtr, curBarWidth, 1, 2, pointX, 2, hitBarColor+HIT_BAR_DARK_BORDER ); // bottom - with… in draw_selected()
254 if( pointX < curBarWidth-1 ) in draw_selected()
255 …IMGbar( dataPtr, curBarWidth, pointX+1, 2, curBarWidth-1, 2, NO_BAR_DARK_BORDER ); // bottom - wi… in draw_selected()
257 if( pointX == curBarWidth - 1 ) in draw_selected()
262 …IMGbar( dataPtr, curBarWidth, 1, 1, MIN(pointX,curBarWidth-2), 1, hitBarColor+HIT_BAR_BODY ); // b… in draw_selected()
264 if( pointX < curBarWidth - 2 ) in draw_selected()
[all …]
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkPlotHistogram2D.cxx191 int pointX = seriesIndex % width + this->Input->GetExtent()[0]; in GetTooltipLabel() local
209 if (this->XAxis->GetTickLabels() && pointX >= 0 && in GetTooltipLabel()
210 pointX < this->XAxis->GetTickLabels()->GetNumberOfTuples()) in GetTooltipLabel()
212 tooltipLabel += this->XAxis->GetTickLabels()->GetValue(pointX); in GetTooltipLabel()
223 if (pointX >= 0 && pointX < width && pointY >= 0 && pointY < height) in GetTooltipLabel()
226 this->Input->GetScalarComponentAsDouble(pointX, pointY, 0, 0), nullptr); in GetTooltipLabel()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qt3d/examples/qt3d/planets-qml/
H A DAppleTVInput.qml101 property int pointX: 0
136 … if (multiPointTouchArea.xIsIncreasing === 1 && newValue < multiPointTouchArea.pointX) {
139 multiPointTouchArea.pointX = newValue
140 … } else if (multiPointTouchArea.xIsIncreasing === 0 && newValue > multiPointTouchArea.pointX) {
143 multiPointTouchArea.pointX = newValue
145 multiPointTouchArea.pointX = newValue
146 … focusedItem.pannedHorizontally(multiPointTouchArea.pointX / (multiPointTouchArea.width / 2))
150 multiPointTouchArea.pointX = newValue
152 if (multiPointTouchArea.pointX > xThreshold) {
155 } else if (multiPointTouchArea.pointX < -xThreshold) {
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DUnicodeSubscript.hs5 { pointX, pointY ∷ Double function
11 let t₁ = (pointX x - pointX y)^2
H A DUnicodeSubscript.hs.prettyprinter.golden4 data Point = Point{pointX, pointY :: Double, name :: String}
9 = let t� = (pointX x - pointX y) ^ 2
H A DUnicodeSubscript.hs.exactprinter.golden5 { pointX, pointY ::Double
11 let t� = (pointX x - pointX y)^2
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/tests/examples/
H A DUnicodeSubscript.hs5 { pointX, pointY ∷ Double function
11 let t₁ = (pointX x - pointX y)^2
H A DUnicodeSubscript.hs.prettyprinter.golden4 data Point = Point{pointX, pointY :: Double, name :: String}
9 = let t� = (pointX x - pointX y) ^ 2
H A DUnicodeSubscript.hs.exactprinter.golden5 { pointX, pointY ::Double
11 let t� = (pointX x - pointX y)^2
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DUnicodeSubscript.hs5 { pointX, pointY ∷ Double function
11 let t₁ = (pointX x - pointX y)^2
H A DUnicodeSubscript.hs.exactprinter.golden5 { pointX, pointY ::Double
11 let t� = (pointX x - pointX y)^2
H A DUnicodeSubscript.hs.prettyprinter.golden4 data Point = Point{pointX, pointY :: Double, name :: String}
9 = let t� = (pointX x - pointX y) ^ 2
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkPlotHistogram2D.cxx174 int pointX = seriesIndex % width; in GetTooltipLabel() local
193 pointX >= 0 && in GetTooltipLabel()
194 pointX < this->XAxis->GetTickLabels()->GetNumberOfTuples()) in GetTooltipLabel()
196 tooltipLabel += this->XAxis->GetTickLabels()->GetValue(pointX); in GetTooltipLabel()
209 pointX, pointY, 0, 0), in GetTooltipLabel()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkMFIXReader.cxx247 pointX = pointX + this->Dx->GetValue(i-1); in MakeMesh()
251 pointX = pointX + this->Dx->GetValue(i); in MakeMesh()
288 pointX = pointX + this->Dx->GetValue(i-1); in MakeMesh()
292 pointX = pointX + this->Dx->GetValue(i); in MakeMesh()
295 pointX = -this->Dx->GetValue(0); in MakeMesh()
319 pointX = pointX + this->Dx->GetValue(i-1); in MakeMesh()
323 pointX = 0; in MakeMesh()
327 pointX = pointX + this->Dx->GetValue(i); in MakeMesh()
330 pointX = -this->Dx->GetValue(0); in MakeMesh()
361 pointX = pointX + this->Dx->GetValue(i-1); in MakeMesh()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkMFIXReader.cxx245 pointX = pointX + this->Dx->GetValue(i - 1); in MakeMesh()
249 pointX = pointX + this->Dx->GetValue(i); in MakeMesh()
285 pointX = pointX + this->Dx->GetValue(i - 1); in MakeMesh()
289 pointX = pointX + this->Dx->GetValue(i); in MakeMesh()
292 pointX = -this->Dx->GetValue(0); in MakeMesh()
315 pointX = pointX + this->Dx->GetValue(i - 1); in MakeMesh()
319 pointX = 0; in MakeMesh()
323 pointX = pointX + this->Dx->GetValue(i); in MakeMesh()
326 pointX = -this->Dx->GetValue(0); in MakeMesh()
357 pointX = pointX + this->Dx->GetValue(i - 1); in MakeMesh()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkMFIXReader.cxx247 pointX = pointX + this->Dx->GetValue(i-1); in MakeMesh()
251 pointX = pointX + this->Dx->GetValue(i); in MakeMesh()
288 pointX = pointX + this->Dx->GetValue(i-1); in MakeMesh()
292 pointX = pointX + this->Dx->GetValue(i); in MakeMesh()
295 pointX = -this->Dx->GetValue(0); in MakeMesh()
319 pointX = pointX + this->Dx->GetValue(i-1); in MakeMesh()
323 pointX = 0; in MakeMesh()
327 pointX = pointX + this->Dx->GetValue(i); in MakeMesh()
330 pointX = -this->Dx->GetValue(0); in MakeMesh()
361 pointX = pointX + this->Dx->GetValue(i-1); in MakeMesh()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Test/
H A DtestPrescribedForce.cpp113 OpenSim::Function* pointX, OpenSim::Function* pointY, OpenSim::Function* pointZ, in testPrescribedForce() argument
144 if (pointX != NULL) in testPrescribedForce()
145 force.setPointFunctions(pointX, pointY, pointZ); in testPrescribedForce()
251 …PiecewiseLinearFunction *pointX = new PiecewiseLinearFunction(), *pointY = new PiecewiseLinearFunc… in testForceAtPoint() local
252 pointX->addPoint(0, 1); in testForceAtPoint()
255 …testPrescribedForce(forceX, forceY, forceZ, pointX, pointY, pointZ, NULL, NULL, NULL, times, accel… in testForceAtPoint()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickpointattractor_p.h61 Q_PROPERTY(qreal pointX READ pointX WRITE setPointX NOTIFY pointXChanged)
91 qreal pointX() const in pointX() function
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickpointattractor_p.h61 Q_PROPERTY(qreal pointX READ pointX WRITE setPointX NOTIFY pointXChanged)
91 qreal pointX() const in pointX() function
/dports/editors/emacs-devel/emacs-4d1968b/test/src/
H A Dsyntax-tests.el37 (pointX (progn (search-forward "X") (1- (point))))
42 (ppsX (parse-partial-sexp (point-min) pointX)))
57 (should (equal (parse-partial-sexp aftC pointX nil nil pps-aftC)
83 (pointX (progn (search-forward "X") (1- (point))))
85 (ppsX (parse-partial-sexp (point-min) pointX)))
94 (should (equal (parse-partial-sexp pointC pointX nil nil ppsC)

12345678910>>...16