Home
last modified time | relevance | path

Searched refs:pointOnLineWithDistance (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsgeometryutils.cpp1203 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, 10, 0, 0, x, y ); in testPointOnLineWithDistance()
1207 p = QgsGeometryUtils::pointOnLineWithDistance( QgsPoint( 2, 3 ), QgsPoint( 12, 3 ), 10 ); in testPointOnLineWithDistance()
1210 QgsGeometryUtils::pointOnLineWithDistance( 2, 3, 12, 3, 10, x, y ); in testPointOnLineWithDistance()
1214 p = QgsGeometryUtils::pointOnLineWithDistance( QgsPoint( 0, 0 ), QgsPoint( 0, 10 ), 0 ); in testPointOnLineWithDistance()
1217 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, 0, 10, 0, x, y ); in testPointOnLineWithDistance()
1224 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, 0, 10, 10, x, y ); in testPointOnLineWithDistance()
1231 QgsGeometryUtils::pointOnLineWithDistance( 2, 1, -8, -5, 5, x, y ); in testPointOnLineWithDistance()
1240 QgsGeometryUtils::pointOnLineWithDistance( 2, 1, -8, -5, 5, x, y, &z1, &z2, &z ); in testPointOnLineWithDistance()
1259 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, -10, -6, 2, x, y ); in testPointOnLineWithDistance()
1266 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, -10, -6, 20, x, y ); in testPointOnLineWithDistance()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgsgeometryutils.cpp1212 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, 10, 0, 0, x, y ); in testPointOnLineWithDistance()
1216 p = QgsGeometryUtils::pointOnLineWithDistance( QgsPoint( 2, 3 ), QgsPoint( 12, 3 ), 10 ); in testPointOnLineWithDistance()
1219 QgsGeometryUtils::pointOnLineWithDistance( 2, 3, 12, 3, 10, x, y ); in testPointOnLineWithDistance()
1223 p = QgsGeometryUtils::pointOnLineWithDistance( QgsPoint( 0, 0 ), QgsPoint( 0, 10 ), 0 ); in testPointOnLineWithDistance()
1226 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, 0, 10, 0, x, y ); in testPointOnLineWithDistance()
1233 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, 0, 10, 10, x, y ); in testPointOnLineWithDistance()
1240 QgsGeometryUtils::pointOnLineWithDistance( 2, 1, -8, -5, 5, x, y ); in testPointOnLineWithDistance()
1249 QgsGeometryUtils::pointOnLineWithDistance( 2, 1, -8, -5, 5, x, y, &z1, &z2, &z ); in testPointOnLineWithDistance()
1268 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, -10, -6, 2, x, y ); in testPointOnLineWithDistance()
1275 QgsGeometryUtils::pointOnLineWithDistance( 0, 0, -10, -6, 20, x, y ); in testPointOnLineWithDistance()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsshapegenerator.cpp133 …QgsGeometryUtils::pointOnLineWithDistance( minEdge.p2().x(), minEdge.p2().y(), minEdge.p1().x(), m… in createBalloon()
140 …QgsGeometryUtils::pointOnLineWithDistance( balloonSegmentPoint1.x(), balloonSegmentPoint1.y(), min… in createBalloon()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometryutils.h289 …static QgsPoint pointOnLineWithDistance( const QgsPoint &startPoint, const QgsPoint &directionPoin…
300 …static void pointOnLineWithDistance( double x1, double y1, double x2, double y2, double distance, …
H A Dqgsgeometryutils.cpp600 QgsPoint QgsGeometryUtils::pointOnLineWithDistance( const QgsPoint &startPoint, const QgsPoint &dir… in pointOnLineWithDistance() function in QgsGeometryUtils
603pointOnLineWithDistance( startPoint.x(), startPoint.y(), directionPoint.x(), directionPoint.y(), d… in pointOnLineWithDistance()
607 void QgsGeometryUtils::pointOnLineWithDistance( double x1, double y1, double x2, double y2, double … in pointOnLineWithDistance() function in QgsGeometryUtils
813 …possibleMidPoints.append( pointOnLineWithDistance( midPoint, QgsPoint( midPoint.x() - midDy, midPo… in segmentMidPoint()
814 …possibleMidPoints.append( pointOnLineWithDistance( midPoint, QgsPoint( midPoint.x() - midDy, midPo… in segmentMidPoint()
815 …possibleMidPoints.append( pointOnLineWithDistance( midPoint, QgsPoint( midPoint.x() + midDy, midPo… in segmentMidPoint()
816 …possibleMidPoints.append( pointOnLineWithDistance( midPoint, QgsPoint( midPoint.x() + midDy, midPo… in segmentMidPoint()
H A Dqgslinestring.cpp1006 … QgsGeometryUtils::pointOnLineWithDistance( prevX, prevY, thisX, thisY, distanceToPoint, pX, pY, in visitPointsByRegularDistance()
1095 …QgsGeometryUtils::pointOnLineWithDistance( prevX, prevY, thisX, thisY, distanceToStart, startX, st… in curveSubstring()
1108 … QgsGeometryUtils::pointOnLineWithDistance( prevX, prevY, thisX, thisY, distanceToEnd, endX, endY, in curveSubstring()
H A Dqgscircularstring.cpp1053 … segmentPt = QgsGeometryUtils::pointOnLineWithDistance( QgsPoint( centerX, centerY ), pt, radius ); in closestPointOnArc()
1100 …QgsPoint newVertex = QgsGeometryUtils::pointOnLineWithDistance( QgsPoint( centerX, centerY ), QgsP… in insertVertexBetween()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometryutils.h290 …static QgsPoint pointOnLineWithDistance( const QgsPoint &startPoint, const QgsPoint &directionPoin…
301 …static void pointOnLineWithDistance( double x1, double y1, double x2, double y2, double distance, …
H A Dqgsgeometryutils.cpp600 QgsPoint QgsGeometryUtils::pointOnLineWithDistance( const QgsPoint &startPoint, const QgsPoint &dir… in pointOnLineWithDistance() function in QgsGeometryUtils
603pointOnLineWithDistance( startPoint.x(), startPoint.y(), directionPoint.x(), directionPoint.y(), d… in pointOnLineWithDistance()
607 void QgsGeometryUtils::pointOnLineWithDistance( double x1, double y1, double x2, double y2, double … in pointOnLineWithDistance() function in QgsGeometryUtils
830 …possibleMidPoints.append( pointOnLineWithDistance( midPoint, QgsPoint( midPoint.x() - midDy, midPo… in segmentMidPoint()
831 …possibleMidPoints.append( pointOnLineWithDistance( midPoint, QgsPoint( midPoint.x() - midDy, midPo… in segmentMidPoint()
832 …possibleMidPoints.append( pointOnLineWithDistance( midPoint, QgsPoint( midPoint.x() + midDy, midPo… in segmentMidPoint()
833 …possibleMidPoints.append( pointOnLineWithDistance( midPoint, QgsPoint( midPoint.x() + midDy, midPo… in segmentMidPoint()
H A Dqgslinestring.cpp1241 … QgsGeometryUtils::pointOnLineWithDistance( prevX, prevY, thisX, thisY, distanceToPoint, pX, pY, in visitPointsByRegularDistance()
1330 …QgsGeometryUtils::pointOnLineWithDistance( prevX, prevY, thisX, thisY, distanceToStart, startX, st… in curveSubstring()
1343 … QgsGeometryUtils::pointOnLineWithDistance( prevX, prevY, thisX, thisY, distanceToEnd, endX, endY, in curveSubstring()
H A Dqgscircularstring.cpp1443 … segmentPt = QgsGeometryUtils::pointOnLineWithDistance( QgsPoint( centerX, centerY ), pt, radius ); in closestPointOnArc()
1490 …QgsPoint newVertex = QgsGeometryUtils::pointOnLineWithDistance( QgsPoint( centerX, centerY ), QgsP… in insertVertexBetween()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/annotations/
H A Dqgsannotation.cpp285 …QgsGeometryUtils::pointOnLineWithDistance( minEdge.p2().x(), minEdge.p2().y(), minEdge.p1().x(), m… in updateBalloon()
292 …QgsGeometryUtils::pointOnLineWithDistance( mBalloonSegmentPoint1.x(), mBalloonSegmentPoint1.y(), m… in updateBalloon()
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgssymbollayerutils.h656 …static QPointF pointOnLineWithDistance( QPointF startPoint, QPointF directionPoint, double distanc…
H A Dqgsfillsymbollayer.cpp2894 …tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p1, p3, outputPixelDist + outputPixelOffset… in applyPattern()
2896 …tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p2, p4, outputPixelDist + outputPixelOffset… in applyPattern()
2898 …tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p1, p5, outputPixelDist - outputPixelOffset… in applyPattern()
2900 …tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p2, p6, outputPixelDist - outputPixelOffset… in applyPattern()
2904 tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p1, p3, outputPixelOffset ); in applyPattern()
2906 tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p2, p4, outputPixelOffset ); in applyPattern()
H A Dqgssymbollayerutils.cpp4043 QPointF QgsSymbolLayerUtils::pointOnLineWithDistance( QPointF startPoint, QPointF directionPoint, d… in pointOnLineWithDistance() function in QgsSymbolLayerUtils
4369 …QgsGeometryUtils::pointOnLineWithDistance( p1.x(), p1.y(), p2.x(), p2.y(), distanceToStart, startX… in polylineSubstring()
4378 …QgsGeometryUtils::pointOnLineWithDistance( p1.x(), p1.y(), p2.x(), p2.y(), distanceToEnd, endX, en… in polylineSubstring()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgssymbollayerutils.h620 …static QPointF pointOnLineWithDistance( QPointF startPoint, QPointF directionPoint, double distanc…
H A Dqgsfillsymbollayer.cpp2835 …tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p1, p3, outputPixelDist + outputPixelOffset… in applyPattern()
2837 …tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p2, p4, outputPixelDist + outputPixelOffset… in applyPattern()
2839 …tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p1, p5, outputPixelDist - outputPixelOffset… in applyPattern()
2841 …tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p2, p6, outputPixelDist - outputPixelOffset… in applyPattern()
2845 tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p1, p3, outputPixelOffset ); in applyPattern()
2847 tempPt = QgsSymbolLayerUtils::pointOnLineWithDistance( p2, p4, outputPixelOffset ); in applyPattern()
H A Dqgssymbollayerutils.cpp3878 QPointF QgsSymbolLayerUtils::pointOnLineWithDistance( QPointF startPoint, QPointF directionPoint, d… in pointOnLineWithDistance() function in QgsSymbolLayerUtils
4186 …QgsGeometryUtils::pointOnLineWithDistance( p1.x(), p1.y(), p2.x(), p2.y(), distanceToStart, startX… in polylineSubstring()
4195 …QgsGeometryUtils::pointOnLineWithDistance( p1.x(), p1.y(), p2.x(), p2.y(), distanceToEnd, endX, en… in polylineSubstring()
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutitemmapgrid.cpp758 …QgsSymbolLayerUtils::pointOnLineWithDistance( intersectionPoint, l1.p1(), mEvaluatedCrossLength ) … in drawGridNoTransform()
760 …QgsSymbolLayerUtils::pointOnLineWithDistance( intersectionPoint, l1.p2(), mEvaluatedCrossLength ) … in drawGridNoTransform()
802 …QgsSymbolLayerUtils::pointOnLineWithDistance( intersectionPoint, l1.p1(), mEvaluatedCrossLength ) … in drawGridNoTransform()
804 …QgsSymbolLayerUtils::pointOnLineWithDistance( intersectionPoint, l1.p2(), mEvaluatedCrossLength ) … in drawGridNoTransform()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutitemmapgrid.cpp754 …QgsSymbolLayerUtils::pointOnLineWithDistance( intersectionPoint, l1.p1(), mEvaluatedCrossLength ) … in drawGridNoTransform()
756 …QgsSymbolLayerUtils::pointOnLineWithDistance( intersectionPoint, l1.p2(), mEvaluatedCrossLength ) … in drawGridNoTransform()
798 …QgsSymbolLayerUtils::pointOnLineWithDistance( intersectionPoint, l1.p1(), mEvaluatedCrossLength ) … in drawGridNoTransform()
800 …QgsSymbolLayerUtils::pointOnLineWithDistance( intersectionPoint, l1.p2(), mEvaluatedCrossLength ) … in drawGridNoTransform()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/symbology/
H A Dqgssymbollayerutils.sip.in678 …static QPointF pointOnLineWithDistance( QPointF startPoint, QPointF directionPoint, double distanc…
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/geometry/
H A Dqgsgeometryutils.sip.in266 …static QgsPoint pointOnLineWithDistance( const QgsPoint &startPoint, const QgsPoint &directionPoin…
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/symbology/
H A Dqgssymbollayerutils.sip.in717 …static QPointF pointOnLineWithDistance( QPointF startPoint, QPointF directionPoint, double distanc…
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/
H A Dqgsgeometryutils.sip.in266 …static QgsPoint pointOnLineWithDistance( const QgsPoint &startPoint, const QgsPoint &directionPoin…
/dports/graphics/qgis/qgis-3.22.3/python/qsci_apis/
H A DPyQGIS-1.7.api243 qgis.core.QgsComposerItem.pointOnLineWithDistance?4(QPointF, QPointF, float) -> QPointF

12