Searched defs:diffLength (Results 1 – 5 of 5) sorted by relevance
323 qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in project() local559 const qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in squareDistanceToLine() local
326 qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in project() local554 const qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in squareDistanceToLine() local
418 const qreal diffLength = qAbs(arcLength - ellipseLength); in TestGetPoints4() local
284 size_t diffLength = newByteLength - oldByteLength; in TransferAsmJSMappedBuffer() local304 size_t diffLength = oldByteLength - newByteLength; in TransferAsmJSMappedBuffer() local
219 qreal diffLength = sqrt(diff.x() * diff.x() + diff.y() * diff.y()); in projectToGradientLine() local