Home
last modified time | relevance | path

Searched refs:RollbackSeamAllowance (Results 1 – 2 of 2) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvabstractpiece.cpp176 temp = VAbstractPiece::RollbackSeamAllowance(temp, bigLine2, &success); in AngleByLength()
266 temp = VAbstractPiece::RollbackSeamAllowance(temp, edge2, &success); in AngleByIntersection()
357 temp = VAbstractPiece::RollbackSeamAllowance(temp, sEdge, &success); in AngleByFirstSymmetry()
439 temp = VAbstractPiece::RollbackSeamAllowance(temp, sEdge, &success); in AngleBySecondSymmetry()
605 temp = VAbstractPiece::RollbackSeamAllowance(temp, edge, &success); in AngleBySecondRightAngle()
746 points = VAbstractPiece::RollbackSeamAllowance(points, edge, &success); in Rollback()
866 temp = VAbstractPiece::RollbackSeamAllowance(temp, edge, &success); in RollbackBySecondEdgeRightAngle()
1681 QVector<VRawSAPoint> VAbstractPiece::RollbackSeamAllowance(QVector<VRawSAPoint> points, const QLine… in RollbackSeamAllowance() function in VAbstractPiece
H A Dvabstractpiece.h111 …static QVector<VRawSAPoint> RollbackSeamAllowance(QVector<VRawSAPoint> points, const QLineF &cutti…