Home
last modified time | relevance | path

Searched refs:previousPos (Results 1 – 25 of 97) sorted by relevance

1234

/dports/x11-fm/xfe/xfe-1.44/src/
H A DPathLinker.cpp89 int previousPos = 0; in setPath() local
137 previousPos = 0; in setPath()
142 if (previousPos == 0) in setPath()
144 setText(ind, displayText.mid(previousPos, nextPos - previousPos + 1)); in setPath()
150 setText(ind, displayText.mid(previousPos, nextPos - previousPos)); in setPath()
154 previousPos = nextPos + 1; in setPath()
197 int previousPos = 0; in updatePath() local
204 if (previousPos == 0) in updatePath()
206 setText(ind, displayText.mid(previousPos, nextPos - previousPos + 1)); in updatePath()
212 setText(ind, displayText.mid(previousPos, nextPos - previousPos)); in updatePath()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.cpp828 Point3D previousPos; in draw() local
829 previousPos.x = _lastMousePos.x; in draw()
831 previousPos.z = 1.; in draw()
832 previousPos = transformscale * previousPos; in draw()
833 if (previousPos.z != 0) { in draw()
834 previousPos.x /= previousPos.z; in draw()
835 previousPos.y /= previousPos.z; in draw()
1092 if (previousPos.z != 0) { in penMotion()
1093 previousPos.x /= previousPos.z; in penMotion()
1094 previousPos.y /= previousPos.z; in penMotion()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.cpp828 Point3D previousPos; in draw() local
829 previousPos.x = _lastMousePos.x; in draw()
831 previousPos.z = 1.; in draw()
832 previousPos = transformscale * previousPos; in draw()
833 if (previousPos.z != 0) { in draw()
834 previousPos.x /= previousPos.z; in draw()
835 previousPos.y /= previousPos.z; in draw()
1092 if (previousPos.z != 0) { in penMotion()
1093 previousPos.x /= previousPos.z; in penMotion()
1094 previousPos.y /= previousPos.z; in penMotion()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/protocolbuffers/txtpbfmt/parser/
H A Dparser.go564 p.index = int(previousPos.Byte)
565 p.line = int(previousPos.Line)
566 p.column = int(previousPos.Column)
674 var previousPos ast.Position
678 previousPos = p.position()
687 previousPos = p.position()
708 previousPos = p.position()
718 if previousPos != (ast.Position{}) {
720 p.index = int(previousPos.Byte)
721 p.line = int(previousPos.Line)
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Pathfinder/
H A DCellInfo.cs50 public CellInfo(int costSoFar, int estimatedTotal, CPos previousPos, CellStatus status) in CellInfo()
53 PreviousPos = previousPos; in CellInfo()
H A DPathGraph.cs139 var previousPos = info[position].PreviousPos; in GetConnections()
141 var dx = position.X - previousPos.X; in GetConnections()
142 var dy = position.Y - previousPos.Y; in GetConnections()
/dports/editors/poedit/poedit-1.8.4/src/
H A Dcustomcontrols.cpp85 auto previousPos = iter->previous(); in WrapTextAtWidth() local
86 if (previousPos == lineStart || previousPos == icu::BreakIterator::DONE) in WrapTextAtWidth()
96 lineStart = previousPos; in WrapTextAtWidth()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.cpp784 OFX::Point3D penPos, prevPenPos, rotationPos, transformedPos, previousPos, currentPos; in penMotion() local
817 previousPos = transformscale * prevPenPos; in penMotion()
818 if (previousPos.z != 0) { in penMotion()
819 previousPos.x /= previousPos.z; in penMotion()
820 previousPos.y /= previousPos.z; in penMotion()
864 …(targetCenter.x - previousPos.x) * (targetCenter.x - previousPos.x) + (targetCenter.y - previousPo… in penMotion()
875 if (targetCenter.x != previousPos.x) { in penMotion()
878 … const double scaleRatio = (targetCenter.x - currentPos.x) / (targetCenter.x - previousPos.x); in penMotion()
889 if (targetCenter.y != previousPos.y) { in penMotion()
892 … const double scaleRatio = (targetCenter.y - currentPos.y) / (targetCenter.y - previousPos.y); in penMotion()
/dports/graphics/krita/krita-4.4.8/libs/ui/input/
H A Dkis_input_manager.cpp635 d->previousPos = touchEvent->touchPoints().at(0).pos(); in eventFilterImpl()
674 … && (qAbs(currentPos.x() - d->previousPos.x()) > 1 // stop wobbiliness which Qt sends us in eventFilterImpl()
675 || qAbs(currentPos.y() - d->previousPos.y()) > 1))) in eventFilterImpl()
677 d->previousPos = currentPos; in eventFilterImpl()
718 d->previousPos = {0, 0}; in eventFilterImpl()
733 d->matcher.touchCancelEvent(d->previousPos); in eventFilterImpl()
735 d->previousPos = {0, 0}; in eventFilterImpl()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Ddebugwindow.cpp121 size_t previousPos = mBulletProfilerEdit->getVScrollPosition(); in onFrame() local
123 …mBulletProfilerEdit->setVScrollPosition(std::min(previousPos, mBulletProfilerEdit->getVScrollRange… in onFrame()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dmouse.c66 m->previousPos = svec2i_zero(); in MouseReset()
80 mouse->previousPos = mouse->currentPos; in MousePrePoll()
156 return !svec2i_is_equal(m->previousPos, m->currentPos); in MouseHasMoved()
H A Dmouse.h42 struct vec2i previousPos; member
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Generator/
H A DCINcode128.php481 $previousPos = 0;
482 while (($pos = strpos($text, '~', $previousPos)) !== false) {
496 $length = $pos - $previousPos;
506 $previousPos = $pos + strlen($tildeData);
510 $length = strlen($text) - $previousPos;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osggpx/
H A Dosggpx.cpp506 osg::Vec3d previousPos; in main() local
509 previousPos.x(), previousPos.y(), previousPos.z()); in main()
521 double distance = (newPos-previousPos).length(); in main()
529 previousPos = newPos; in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osggpx/
H A Dosggpx.cpp508 osg::Vec3d previousPos; in main() local
511 previousPos.x(), previousPos.y(), previousPos.z()); in main()
523 double distance = (newPos-previousPos).length(); in main()
531 previousPos = newPos; in main()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/lbfgs/
H A Dlbfgs_impl.hpp85 int previousPos = (iterationNum - 1) % numBasis; in ChooseScalingFactor() local
87 const arma::Mat<CubeElemType>& sMat = s.slice(previousPos); in ChooseScalingFactor()
88 const arma::Mat<CubeElemType>& yMat = y.slice(previousPos); in ChooseScalingFactor()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/input/backend/
H A Dmousedevice_p.h107 QPointF previousPos() const;
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/KViewer/
H A Dlister.cpp842 qint64 previousPos = readPos; in slotActionTriggered() local
844 previousPos = readPos; in slotActionTriggered()
847 _screenStartPos = previousPos; in slotActionTriggered()
977 qint64 previousPos = readPos; in slotActionTriggered() local
980 previousPos = readPos; in slotActionTriggered()
984 pos = previousPos; in slotActionTriggered()
1033 qint64 previousPos = readPos; in ensureVisibleCursor() local
1036 previousPos = readPos; in ensureVisibleCursor()
1038 if (readPos == previousPos) in ensureVisibleCursor()
1042 newScreenStart = previousPos; in ensureVisibleCursor()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DVirtualMachine.java1606 int previousPos, pos; in handleMIAP() local
1608 previousPos = getProjection(zp0, point); in handleMIAP()
1613 if (Math.abs(pos - previousPos) > cvtCutIn) in handleMIAP()
1614 pos = previousPos; in handleMIAP()
1617 movePoint(zp0, point, pos - previousPos); in handleMIAP()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DVirtualMachine.java1606 int previousPos, pos; in handleMIAP() local
1608 previousPos = getProjection(zp0, point); in handleMIAP()
1613 if (Math.abs(pos - previousPos) > cvtCutIn) in handleMIAP()
1614 pos = previousPos; in handleMIAP()
1617 movePoint(zp0, point, pos - previousPos); in handleMIAP()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DVirtualMachine.java1606 int previousPos, pos; in handleMIAP() local
1608 previousPos = getProjection(zp0, point); in handleMIAP()
1613 if (Math.abs(pos - previousPos) > cvtCutIn) in handleMIAP()
1614 pos = previousPos; in handleMIAP()
1617 movePoint(zp0, point, pos - previousPos); in handleMIAP()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DVirtualMachine.java1606 int previousPos, pos; in handleMIAP() local
1608 previousPos = getProjection(zp0, point); in handleMIAP()
1613 if (Math.abs(pos - previousPos) > cvtCutIn) in handleMIAP()
1614 pos = previousPos; in handleMIAP()
1617 movePoint(zp0, point, pos - previousPos); in handleMIAP()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/font/opentype/truetype/
H A DVirtualMachine.java1606 int previousPos, pos; in handleMIAP() local
1608 previousPos = getProjection(zp0, point); in handleMIAP()
1613 if (Math.abs(pos - previousPos) > cvtCutIn) in handleMIAP()
1614 pos = previousPos; in handleMIAP()
1617 movePoint(zp0, point, pos - previousPos); in handleMIAP()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/embedded/fluidlauncher/
H A Dpictureflow.cpp372 QPoint previousPos; member in PictureFlowPrivate
1265 int distanceMovedSinceLastEvent = event->pos().x() - d->previousPos.x(); in mouseMoveEvent()
1289 speed = ((qAbs(event->pos().x()-d->previousPos.x())*1000) / d->previousPosTimestamp.elapsed()) in mouseMoveEvent()
1341 d->previousPos = event->pos(); in mouseMoveEvent()
1350 d->previousPos = event->pos(); in mousePressEvent()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtsvg/examples/svg/embedded/fluidlauncher/
H A Dpictureflow.cpp378 QPoint previousPos; member in PictureFlowPrivate
1266 int distanceMovedSinceLastEvent = event->pos().x() - d->previousPos.x(); in mouseMoveEvent()
1290 speed = ((qAbs(event->pos().x()-d->previousPos.x())*1000) / d->previousPosTimestamp.elapsed()) in mouseMoveEvent()
1342 d->previousPos = event->pos(); in mouseMoveEvent()
1351 d->previousPos = event->pos(); in mousePressEvent()

1234