Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/words/part/dialogs/
H A DKWRunAroundProperties.cpp62 widget.distanceLeft->setUnit(state->document()->unit()); in KWRunAroundProperties()
82 qreal distanceLeft = 0.0; in open() local
118 distanceLeft = shape->textRunAroundDistanceLeft(); in open()
120 } else if (distanceLeft != shape->textRunAroundDistanceLeft()) in open()
156 widget.distanceLeft->changeValue(distanceLeft); in open()
188 qreal distanceLeft = shape->textRunAroundDistanceLeft(); in save() local
210 if (distanceLeft != widget.distanceLeft->value()) { in save()
211 distanceLeft = widget.distanceLeft->value(); in save()
223 …new KoShapeRunAroundCommand(shape, side, runThrough, distanceLeft, distanceTop, distanceRight, dis… in save()
229 shape->setTextRunAroundDistanceLeft(distanceLeft); in save()
/dports/graphics/krita/krita-4.4.8/libs/flake/commands/
H A DKoShapeRunAroundCommand.cpp29 …Private(KoShape *s, KoShape::TextRunAroundSide side, int runThrough, qreal distanceLeft, qreal dis… in Private() argument
33 , newDistanceLeft(distanceLeft) in Private()
68 …oShape *shape, KoShape::TextRunAroundSide side, int runThrough, qreal distanceLeft, qreal distance… in KoShapeRunAroundCommand() argument
70 , d(new Private(shape, side, runThrough, distanceLeft, distanceTop, distanceRight, distanceBottom, … in KoShapeRunAroundCommand()
H A DKoShapeRunAroundCommand.h32 …oShape *shape, KoShape::TextRunAroundSide side, int runThrough, qreal distanceLeft, qreal distance…
/dports/editors/calligra/calligra-3.2.1/libs/flake/commands/
H A DKoShapeRunAroundCommand.cpp29 …Private(KoShape *s, KoShape::TextRunAroundSide side, int runThrough, qreal distanceLeft, qreal dis… in Private() argument
33 , newDistanceLeft(distanceLeft) in Private()
68 …oShape *shape, KoShape::TextRunAroundSide side, int runThrough, qreal distanceLeft, qreal distance… in KoShapeRunAroundCommand() argument
70 , d(new Private(shape, side, runThrough, distanceLeft, distanceTop, distanceRight, distanceBottom, … in KoShapeRunAroundCommand()
H A DKoShapeRunAroundCommand.h32 …oShape *shape, KoShape::TextRunAroundSide side, int runThrough, qreal distanceLeft, qreal distance…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/
H A DFEGaussianBlurNEON.h44 int distanceLeft; member
85 kernelPosition(i, kernelSizeX, argumentsX.distanceLeft, argumentsX.distanceRight); in platformApplyNeon()
98 kernelPosition(i, kernelSizeY, argumentsY.distanceLeft, argumentsY.distanceRight); in platformApplyNeon()
/dports/math/openturns/openturns-1.18/lib/src/Base/Geom/
H A DDomainUnion.cxx99 const Scalar distanceLeft = left_.computeDistance(point); in computeDistance() local
100 if (distanceLeft == 0.0) return 0.0; in computeDistance()
103 return std::min(distanceLeft, distanceRight); in computeDistance()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutObstruction.cpp142 …init(const QTransform &matrix, const QPainterPath &obstruction, qreal distanceLeft, qreal distance… in init() argument
144 m_distanceLeft = distanceLeft; in init()
149 distanceLeft += borderHalfWidth; in init()
154 qreal extraWidth = distanceLeft + distanceRight; in init()
178 path += bigPath.translated(extraWidth / 2 - distanceLeft, extraHeight / 2 - distanceTop); in init()
H A DKoTextLayoutObstruction.h43 …void init(const QTransform &matrix, const QPainterPath &obstruction, qreal distanceLeft, qreal dis…
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutObstruction.cpp142 …init(const QTransform &matrix, const QPainterPath &obstruction, qreal distanceLeft, qreal distance… in init() argument
144 m_distanceLeft = distanceLeft; in init()
149 distanceLeft += borderHalfWidth; in init()
154 qreal extraWidth = distanceLeft + distanceRight; in init()
178 path += bigPath.translated(extraWidth / 2 - distanceLeft, extraHeight / 2 - distanceTop); in init()
H A DKoTextLayoutObstruction.h43 …void init(const QTransform &matrix, const QPainterPath &obstruction, qreal distanceLeft, qreal dis…
/dports/astro/marble/marble-21.12.3/src/plugins/render/routing/
H A DRoutingPlugin.cpp271 qreal distanceLeft = nextInstructionDistance(); in updateDestinationInformation() local
272 …m_audio->update( m_routingModel->route(), distanceLeft, remaining, m_routingModel->deviatedFromRou… in updateDestinationInformation()
274 m_nearNextInstruction = distanceLeft < thresholdDistance; in updateDestinationInformation()
281 m_widget.progressBar->setValue( qRound( distanceLeft ) ); in updateDestinationInformation()
307 …idget.instructionIconLabel->setText( pixmapHtml.arg( richText( fuzzyDistance( distanceLeft ) ) ) ); in updateDestinationInformation()
/dports/science/ergo/ergo-3.8/source/integrals/
H A Dmm_limit_table.cc183 ergo_real distanceLeft = distance - range.startDistance; in get_x_from_distance() local
184 int i = (int)(distanceLeft / range.step); in get_x_from_distance()
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/
H A DReRootedTree.java634 double distanceLeft = maxDistance / 2.0; in rootTreeAtCenter() local
638 if (distanceLeft <= len) { in rootTreeAtCenter()
640 return new ReRootedTree(tree, current, direction, distanceLeft); in rootTreeAtCenter()
642 distanceLeft -= len; in rootTreeAtCenter()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/
H A DVisualStageBox.cpp800 double distanceLeft = 0.0; in calcCoords() local
802 distanceLeft = (size.width / 2.0) + left; in calcCoords()
804 distanceLeft = (aCamera.getMaxLeftCoord() - left) * -1.0; in calcCoords()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DGraphGridLayout.cpp588 auto distanceLeft = column - nearestLeft + abs(targetColumn - nearestLeft); in calculateEdgeMainColumn() local
595 column - targetColumn <= distanceLeft + 2) { in calculateEdgeMainColumn()
605 if (distanceLeft != distanceRight) { in calculateEdgeMainColumn()
606 edge.mainColumn = distanceLeft < distanceRight ? nearestLeft : nearestRight; in calculateEdgeMainColumn()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/pictureinpicture/
H A DPictureInPicture.jsm452 let distanceLeft = windowOrPlayer.screenX;
462 if (distanceRight < distanceLeft) {
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgslinesymbollayer.cpp1890 double distanceLeft = std::fabs( distance ); in renderOffsetVertexAlongLine() local
1902 if ( distanceLeft < l.length() ) in renderOffsetVertexAlongLine()
1905 QPointF markerPoint = previousPoint + l.diffForInterval( distanceLeft ); in renderOffsetVertexAlongLine()
1915 distanceLeft -= l.length(); in renderOffsetVertexAlongLine()
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgslinesymbollayer.cpp2017 double distanceLeft = std::fabs( distance ); in renderOffsetVertexAlongLine() local
2029 if ( distanceLeft < l.length() ) in renderOffsetVertexAlongLine()
2032 QPointF markerPoint = previousPoint + l.diffForInterval( distanceLeft ); in renderOffsetVertexAlongLine()
2042 distanceLeft -= l.length(); in renderOffsetVertexAlongLine()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLMediaElement.cpp2037 double distanceLeft = Abs(leftBound - aTime); in Seek() local
2039 if (distanceLeft == distanceRight) { in Seek()
2041 distanceLeft = Abs(leftBound - currentTime); in Seek()
2044 aTime = (distanceLeft < distanceRight) ? leftBound : rightBound; in Seek()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLMediaElement.cpp3238 double distanceLeft = Abs(leftBound - aTime); in Seek() local
3240 if (distanceLeft == distanceRight) { in Seek()
3242 distanceLeft = Abs(leftBound - currentTime); in Seek()
3245 aTime = (distanceLeft < distanceRight) ? leftBound : rightBound; in Seek()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLMediaElement.cpp3253 double distanceLeft = Abs(leftBound - aTime); in Seek() local
3255 if (distanceLeft == distanceRight) { in Seek()
3257 distanceLeft = Abs(leftBound - currentTime); in Seek()
3260 aTime = (distanceLeft < distanceRight) ? leftBound : rightBound; in Seek()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLMediaElement.cpp3238 double distanceLeft = Abs(leftBound - aTime); in Seek() local
3240 if (distanceLeft == distanceRight) { in Seek()
3242 distanceLeft = Abs(leftBound - currentTime); in Seek()
3245 aTime = (distanceLeft < distanceRight) ? leftBound : rightBound; in Seek()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLMediaElement.cpp2667 double distanceLeft = Abs(leftBound - aTime); in Seek() local
2669 if (distanceLeft == distanceRight) { in Seek()
2671 distanceLeft = Abs(leftBound - currentTime); in Seek()
2674 aTime = (distanceLeft < distanceRight) ? leftBound : rightBound; in Seek()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLMediaElement.cpp3201 double distanceLeft = Abs(leftBound - aTime); in Seek() local
3203 if (distanceLeft == distanceRight) { in Seek()
3205 distanceLeft = Abs(leftBound - currentTime); in Seek()
3208 aTime = (distanceLeft < distanceRight) ? leftBound : rightBound; in Seek()