Searched refs:aPrevTuple (Results 1 – 2 of 2) sorted by relevance
1208 B3ITuple aPrevTuple(basegfx::fround(rCandidate.getB3DPoint(nPointCount - 1))); in snapPointsOfHorizontalOrVerticalEdges() local1223 const bool bPrevVertical(aPrevTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()1225 const bool bPrevHorizontal(aPrevTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()1243 aPrevTuple = aCurrTuple; in snapPointsOfHorizontalOrVerticalEdges()
3582 B2ITuple aPrevTuple(basegfx::fround(rCandidate.getB2DPoint(nPointCount - 1))); in snapPointsOfHorizontalOrVerticalEdges() local3597 const bool bPrevVertical(aPrevTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()3599 const bool bPrevHorizontal(aPrevTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()3616 aPrevTuple = aCurrTuple; in snapPointsOfHorizontalOrVerticalEdges()
Completed in 34 milliseconds