Home
last modified time | relevance | path

Searched refs:moveTo (Results 126 – 150 of 7362) sorted by relevance

12345678910>>...295

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dspacer.cpp70 path.moveTo(b, 0.0); in layout0()
73 path.moveTo(b, h); in layout0()
77 path.moveTo(b, 0.0); in layout0()
79 path.moveTo(b, 0.0); in layout0()
81 path.moveTo(b, 0.0); in layout0()
83 path.moveTo(0.0, h); in layout0()
88 path.moveTo(b, 0.0); in layout0()
90 path.moveTo(0.0, h); in layout0()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/Traits/
H A DSandworm.cs113 var moveTo = self.World.Map.CellContaining(self.CenterPosition + noiseDirection); in RescanForTargets()
115 …while (!self.World.Map.Contains(moveTo) || !mobile.CanEnterCell(moveTo, null, BlockedByActor.None)) in RescanForTargets()
118 if (moveTo == self.Location) in RescanForTargets()
125 moveTo = self.World.Map.CellContaining(self.CenterPosition + noiseDirection); in RescanForTargets()
129 if (moveTo == self.Location) in RescanForTargets()
135 self.QueueActivity(false, mobile.MoveTo(moveTo, 3)); in RescanForTargets()
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dpath-sink.h60 virtual void moveTo(Point const &p) = 0;
121 void moveTo(Point const &p) override { in moveTo() function
140 moveTo(_start_p); in lineTo()
148 moveTo(_start_p); in quadTo()
156 moveTo(_start_p); in curveTo()
166 moveTo(_start_p); in arcTo()
184 moveTo(other.initialPoint()); in append()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/mars/
H A Dreactor.cpp76 r1.moveTo(kOneGuessWidth * _currentGuess[i], 0); in draw()
77 r2.moveTo(kCurrentGuessLeft + 48 * i, kCurrentGuessTop); in draw()
124 r1.moveTo(kChoiceHiliteLefts[i], 0); in draw()
125 r2.moveTo(kReactorChoiceHiliteLeft + kChoiceHiliteLefts[i], kReactorChoiceHiliteTop); in draw()
261 r1.moveTo(kColorWidths[i] * _history[i][j], kColorTops[i]); in draw()
262 r2.moveTo(kHistoryLefts[i][j], kHistoryTops[i]); in draw()
269 r3.moveTo(kDigitWidth * correct, 0); in draw()
270 r4.moveTo(kCorrectCountLefts[i], kCorrectCountTops[i]); in draw()
279 r1.moveTo(kOneAnswerWidth * _answer[i], 0); in draw()
280 r2.moveTo(kAnswerLeft + 34 * i, kAnswerTop); in draw()
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/mars/
H A Dreactor.cpp76 r1.moveTo(kOneGuessWidth * _currentGuess[i], 0); in draw()
77 r2.moveTo(kCurrentGuessLeft + 48 * i, kCurrentGuessTop); in draw()
124 r1.moveTo(kChoiceHiliteLefts[i], 0); in draw()
125 r2.moveTo(kReactorChoiceHiliteLeft + kChoiceHiliteLefts[i], kReactorChoiceHiliteTop); in draw()
261 r1.moveTo(kColorWidths[i] * _history[i][j], kColorTops[i]); in draw()
262 r2.moveTo(kHistoryLefts[i][j], kHistoryTops[i]); in draw()
269 r3.moveTo(kDigitWidth * correct, 0); in draw()
270 r4.moveTo(kCorrectCountLefts[i], kCorrectCountTops[i]); in draw()
279 r1.moveTo(kOneAnswerWidth * _answer[i], 0); in draw()
280 r2.moveTo(kAnswerLeft + 34 * i, kAnswerTop); in draw()
/dports/java/jcommon/jcommon-1.0.23/src/test/java/org/jfree/util/
H A DShapeUtilitiesTest.java153 g1.moveTo(1.0f, 2.0f); in testEqualShapes()
161 g2.moveTo(1.0f, 2.0f); in testEqualShapes()
198 g1.moveTo(1.0f, 2.0f); in testEqualGeneralPaths()
204 g2.moveTo(1.0f, 2.0f); in testEqualGeneralPaths()
212 g2.moveTo(11.0f, 22.0f); in testEqualGeneralPaths()
220 g2.moveTo(1.0f, 2.0f); in testEqualGeneralPaths()
228 g2.moveTo(1.0f, 2.0f); in testEqualGeneralPaths()
236 g2.moveTo(1.0f, 2.0f); in testEqualGeneralPaths()
244 g2.moveTo(1.0f, 2.0f); in testEqualGeneralPaths()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/painting/painterpaths/
H A Dwindow.cpp62 rectPath.moveTo(20.0, 30.0); in Window()
71 roundRectPath.moveTo(80.0, 35.0); in Window()
84 ellipsePath.moveTo(80.0, 50.0); in Window()
90 piePath.moveTo(50.0, 50.0); in Window()
97 polygonPath.moveTo(10.0, 80.0); in Window()
106 groupPath.moveTo(60.0, 40.0); in Window()
108 groupPath.moveTo(40.0, 40.0); in Window()
124 bezierPath.moveTo(20, 30); in Window()
130 starPath.moveTo(90, 50); in Window()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSampleHairCurves.cpp39 curves.moveTo(pts[0], pts[1]); in onDrawContent()
44 hulls.moveTo(pts[0], pts[1]); in onDrawContent()
60 curves.moveTo(pts[0], pts[1]); in onDrawContent()
64 hulls.moveTo(pts[0], pts[1]); in onDrawContent()
80 curves.moveTo(pts[0], pts[1]); in onDrawContent()
85 hulls.moveTo(pts[0], pts[1]); in onDrawContent()
98 curves.moveTo(pts[0], pts[1]); in onDrawContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSampleHairCurves.cpp39 curves.moveTo(pts[0], pts[1]); in onDrawContent()
44 hulls.moveTo(pts[0], pts[1]); in onDrawContent()
60 curves.moveTo(pts[0], pts[1]); in onDrawContent()
64 hulls.moveTo(pts[0], pts[1]); in onDrawContent()
80 curves.moveTo(pts[0], pts[1]); in onDrawContent()
85 hulls.moveTo(pts[0], pts[1]); in onDrawContent()
98 curves.moveTo(pts[0], pts[1]); in onDrawContent()
/dports/www/phalcon4/cphalcon-4.1.1/tests/unit/Http/Message/UploadedFile/
H A DMoveToCest.php45 $file->moveTo($target);
81 $file->moveTo($target);
107 $file->moveTo(123);
139 $file->moveTo($target);
140 $file->moveTo($target);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathTest.cpp52 path.moveTo(20, 20); in test_skbug_3469()
153 path.moveTo(0, 0); in test_fuzz_crbug_643933()
159 path.moveTo(0, 0); in test_fuzz_crbug_643933()
168 path.moveTo(0, 0); in test_fuzz_crbug_647922()
366 a.moveTo(0, 0); in test_gen_id()
373 a.moveTo(1, 1); in test_gen_id()
377 b.moveTo(2, 2); in test_gen_id()
2893 p.moveTo(0, 0); in test_segment_masks()
2906 p.moveTo(0, 0); in test_segment_masks()
3002 p.moveTo(0, 0); in test_iter()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/affine/
H A Dxform.cpp333 path.moveTo(120, 470); in drawVectorType()
344 path.moveTo(329.336, 727.552); in drawVectorType()
358 path.moveTo(136.232, 439.696); in drawVectorType()
377 path.moveTo(115.64, 341.416); in drawVectorType()
385 path.moveTo(120.968, 500.464); in drawVectorType()
395 path.moveTo(-33.256, 818.488); in drawVectorType()
410 path.moveTo(286.424, 711.568); in drawVectorType()
419 path.moveTo(-37.36, 821.224); in drawVectorType()
515 path.moveTo(144.368, 375.04); in drawVectorType()
588 path.moveTo(164.96, 404.488); in drawVectorType()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/painting/affine/
H A Dxform.cpp341 path.moveTo(120, 470); in drawVectorType()
352 path.moveTo(329.336, 727.552); in drawVectorType()
366 path.moveTo(136.232, 439.696); in drawVectorType()
385 path.moveTo(115.64, 341.416); in drawVectorType()
393 path.moveTo(120.968, 500.464); in drawVectorType()
403 path.moveTo(-33.256, 818.488); in drawVectorType()
418 path.moveTo(286.424, 711.568); in drawVectorType()
427 path.moveTo(-37.36, 821.224); in drawVectorType()
523 path.moveTo(144.368, 375.04); in drawVectorType()
596 path.moveTo(164.96, 404.488); in drawVectorType()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A Deasysound.as94 urlin.moveTo(100, 0);
99 offIn.moveTo(0, 30);
104 loopsIn.moveTo(300, 30);
107 loadbtn.moveTo(0, 60);
110 startbtn.moveTo(50, 60);
114 pausbtn.moveTo(100, 60);
118 stopbtn.moveTo(100, 60);
121 infoPosition.moveTo(0, 120);
/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DTestPointRemoveCommand.cpp32 path1.moveTo(QPointF(0, 0)); in redoUndoPointRemove()
47 path2.moveTo(QPointF(0, 0)); in redoUndoPointRemove()
88 KoPathPoint *point11 = path1.moveTo(QPointF(0, 0)); in redoUndoSubpathRemove()
93 KoPathPoint *point21 = path1.moveTo(QPointF(0, 0)); in redoUndoSubpathRemove()
97 path1.moveTo(QPointF(100, 0)); in redoUndoSubpathRemove()
119 ppath1.moveTo(100, 0); in redoUndoSubpathRemove()
152 KoPathPoint *point11 = path1->moveTo(QPointF(0, 0)); in redoUndoShapeRemove()
158 KoPathPoint *point21 = path2->moveTo(QPointF(0, 0)); in redoUndoShapeRemove()
200 KoPathPoint *point11 = path1->moveTo(QPointF(0, 0)); in redoUndo()
213 KoPathPoint *point21 = path2->moveTo(QPointF(0, 0)); in redoUndo()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/flake/tests/
H A DTestPointRemoveCommand.cpp32 path1.moveTo(QPointF(0, 0)); in redoUndoPointRemove()
47 path2.moveTo(QPointF(0, 0)); in redoUndoPointRemove()
88 KoPathPoint *point11 = path1.moveTo(QPointF(0, 0)); in redoUndoSubpathRemove()
93 KoPathPoint *point21 = path1.moveTo(QPointF(0, 0)); in redoUndoSubpathRemove()
97 path1.moveTo(QPointF(100, 0)); in redoUndoSubpathRemove()
119 ppath1.moveTo(100, 0); in redoUndoSubpathRemove()
152 KoPathPoint *point11 = path1->moveTo(QPointF(0, 0)); in redoUndoShapeRemove()
158 KoPathPoint *point21 = path2->moveTo(QPointF(0, 0)); in redoUndoShapeRemove()
200 KoPathPoint *point11 = path1->moveTo(QPointF(0, 0)); in redoUndo()
213 KoPathPoint *point21 = path2->moveTo(QPointF(0, 0)); in redoUndo()
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DApplicationSettings.cpp30 Calligra::Sheets::MoveTo moveTo; member in ApplicationSettings::Private
47 d->moveTo = Bottom; in ApplicationSettings()
163 return d->moveTo; in moveToValue()
166 void ApplicationSettings::setMoveToValue(Calligra::Sheets::MoveTo moveTo) in setMoveToValue() argument
168 d->moveTo = moveTo; in setMoveToValue()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DClock.hs123 moveTo (4.5/6) 0
144 moveTo (-2/15 + 0.025) 0.025
152 moveTo (-2/15) 0
170 moveTo (-16/75 - 0.025) (-0.025)
178 moveTo (-16/75) 0
195 moveTo (-1.5/5 + 0.025) 0.025
203 moveTo (-1.5/5) 0
212 moveTo (10/15) 0
242 moveTo (-1) (-1)
247 moveTo (-1) (-1)
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DClock.hs123 moveTo (4.5/6) 0
144 moveTo (-2/15 + 0.025) 0.025
152 moveTo (-2/15) 0
170 moveTo (-16/75 - 0.025) (-0.025)
178 moveTo (-16/75) 0
195 moveTo (-1.5/5 + 0.025) 0.025
203 moveTo (-1.5/5) 0
212 moveTo (10/15) 0
242 moveTo (-1) (-1)
247 moveTo (-1) (-1)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/guzzlehttp/psr7/tests/
H A DUploadedFileTest.php167 $upload->moveTo($to);
197 $upload->moveTo($path);
206 $upload->moveTo($to);
210 $upload->moveTo($to);
219 $upload->moveTo($to);
255 $uploadedFile->moveTo(__DIR__ . '/' . sha1(uniqid('', true)));
276 $uploadedFile->moveTo($to);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DPath_Iter_next.cpp8 path.moveTo(10, 10); in draw()
9 path.moveTo(20, 20); in draw()
11 path.moveTo(1, 1); in draw()
13 path.moveTo(30, 30); in draw()
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_painter.cc1694 accessor->moveTo(x, y); in drawLine()
1751 accessor->moveTo(x, y); in drawDDALine()
1767 accessor->moveTo(x, y); in drawDDALine()
1782 accessor->moveTo(x, y); in drawDDALine()
1830 accessor->moveTo(x, y); in drawWobblyLine()
1857 accessor->moveTo(x, y); in drawWobblyLine()
1967 accessor->moveTo(ix1, iy1); in drawWuLine()
2000 accessor->moveTo(ix2, iy2); in drawWuLine()
2069 accessor->moveTo(ix1, iy1); in drawWuLine()
2102 accessor->moveTo(ix2, iy2); in drawWuLine()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/paintops/spray/
H A Dspray_brush.cpp301 accessor->moveTo(ix, iy); in paint()
405 writeAccessor->moveTo(ipx , ipy); in paintParticle()
409 writeAccessor->moveTo(ipx + 1, ipy); in paintParticle()
413 writeAccessor->moveTo(ipx, ipy + 1); in paintParticle()
417 writeAccessor->moveTo(ipx + 1, ipy + 1); in paintParticle()
459 accessor->moveTo(x, y); in paintOutline()
464 accessor->moveTo(x - 1, y - 1); in paintOutline()
471 accessor->moveTo(x, y - 1); in paintOutline()
485 accessor->moveTo(x - 1, y); in paintOutline()
492 accessor->moveTo(x + 1, y); in paintOutline()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/teenagent/
H A Dcallbacks.cpp91 moveTo(63, 150, 1); in fnIntro()
105 moveTo(196, 186, 1); in fnIntro()
115 moveTo(174, 186, 1); in fnIntro()
171 moveTo(94, 115, 4); in fnEgoDefaultPosition()
173 moveTo(51, 149, 4); in fnEgoDefaultPosition()
186 moveTo(230, 179, 3); in fnEnterCave()
206 moveTo(objTemp); in fnMoveToLadderAndLeaveCellar()
208 moveTo(48, 190, 3); in fnMoveToLadderAndLeaveCellar()
260 moveTo(208, 151, 1); in fnEgoBottomRightTurn()
1179 moveTo(p, 2); in processCallback()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/teenagent/
H A Dcallbacks.cpp91 moveTo(63, 150, 1); in fnIntro()
105 moveTo(196, 186, 1); in fnIntro()
115 moveTo(174, 186, 1); in fnIntro()
171 moveTo(94, 115, 4); in fnEgoDefaultPosition()
173 moveTo(51, 149, 4); in fnEgoDefaultPosition()
186 moveTo(230, 179, 3); in fnEnterCave()
206 moveTo(objTemp); in fnMoveToLadderAndLeaveCellar()
208 moveTo(48, 190, 3); in fnMoveToLadderAndLeaveCellar()
260 moveTo(208, 151, 1); in fnEgoBottomRightTurn()
1179 moveTo(p, 2); in processCallback()
[all …]

12345678910>>...295