Home
last modified time | relevance | path

Searched refs:distanceToStart (Results 1 – 8 of 8) sorted by relevance

/dports/editors/e93/e93/xgui/
H A Dviews.c467 distanceToStart; in AddSelectionLineToRegion() local
490 distanceToStart=skippedWidth-scrollX; in AddSelectionLineToRegion()
492 if(distanceToStart>(xWindowEndOffset-xWindowOffset)) // do not go past the end of the draw area in AddSelectionLineToRegion()
494 distanceToStart=xWindowEndOffset-xWindowOffset; in AddSelectionLineToRegion()
772 distanceToStart; in DrawViewLine() local
801 distanceToStart=skippedWidth-scrollX; in DrawViewLine()
803 if(distanceToStart>0) // blank space before text starts? in DrawViewLine()
805 if(distanceToStart>(xWindowEndOffset-xWindowOffset)) // do not go past the end of the draw area in DrawViewLine()
807 distanceToStart=xWindowEndOffset-xWindowOffset; in DrawViewLine()
811 …XFillRectangle(xDisplay,imageBuffer,xGraphicsContext,xWindowOffset,yWindowOffset,distanceToStart,v… in DrawViewLine()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgscircularstring.cpp1331 const double distanceToStart = startDistance - distanceTraversed; in curveSubstring() local
1334 QgsPoint( pointType, x3, y3, z3, m3 ), distanceToStart ); in curveSubstring()
1341 const double midPointDistance = ( distanceToEnd - distanceToStart ) * 0.5 + distanceToStart; in curveSubstring()
1353 const double midPointDistance = ( segmentLength - distanceToStart ) * 0.5 + distanceToStart; in curveSubstring()
H A Dqgslinestring.cpp1091 const double distanceToStart = startDistance - distanceTraversed; in curveSubstring() local
1095 …QgsGeometryUtils::pointOnLineWithDistance( prevX, prevY, thisX, thisY, distanceToStart, startX, st… in curveSubstring()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgscircularstring.cpp1721 const double distanceToStart = startDistance - distanceTraversed; in curveSubstring() local
1724 QgsPoint( pointType, x3, y3, z3, m3 ), distanceToStart ); in curveSubstring()
1731 const double midPointDistance = ( distanceToEnd - distanceToStart ) * 0.5 + distanceToStart; in curveSubstring()
1743 const double midPointDistance = ( segmentLength - distanceToStart ) * 0.5 + distanceToStart; in curveSubstring()
H A Dqgslinestring.cpp1326 const double distanceToStart = startDistance - distanceTraversed; in curveSubstring() local
1330 …QgsGeometryUtils::pointOnLineWithDistance( prevX, prevY, thisX, thisY, distanceToStart, startX, st… in curveSubstring()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp408 int distanceToStart = textDistance(start, pos); in handleMousePressEventSingleClick() local
410 if (distanceToStart <= distanceToEnd) in handleMousePressEventSingleClick()
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgssymbollayerutils.cpp4367 const double distanceToStart = startDistance - distanceTraversed; in polylineSubstring() local
4369 …QgsGeometryUtils::pointOnLineWithDistance( p1.x(), p1.y(), p2.x(), p2.y(), distanceToStart, startX… in polylineSubstring()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgssymbollayerutils.cpp4184 const double distanceToStart = startDistance - distanceTraversed; in polylineSubstring() local
4186 …QgsGeometryUtils::pointOnLineWithDistance( p1.x(), p1.y(), p2.x(), p2.y(), distanceToStart, startX… in polylineSubstring()