Home
last modified time | relevance | path

Searched defs:diffLength (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoSnapStrategy.cpp323 qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in project() local
559 const qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in squareDistanceToLine() local
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoSnapStrategy.cpp326 qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in project() local
554 const qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in squareDistanceToLine() local
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/test/ValentinaTest/
H A Dtst_vellipticalarc.cpp418 const qreal diffLength = qAbs(arcLength - ellipseLength); in TestGetPoints4() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DArrayBufferObject.cpp284 size_t diffLength = newByteLength - oldByteLength; in TransferAsmJSMappedBuffer() local
304 size_t diffLength = oldByteLength - newByteLength; in TransferAsmJSMappedBuffer() local
/dports/editors/calligra/calligra-3.2.1/plugins/karbonplugins/tools/
H A DKarbonGradientEditStrategy.cpp219 qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in projectToGradientLine() local