Searched refs:aNextTuple (Results 1 – 2 of 2) sorted by relevance
1220 const B3ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges() local1224 const bool bNextVertical(aNextTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()1226 const bool bNextHorizontal(aNextTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()1245 aCurrTuple = aNextTuple; in snapPointsOfHorizontalOrVerticalEdges()
3594 const B2ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges() local3598 const bool bNextVertical(aNextTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()3600 const bool bNextHorizontal(aNextTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()3618 aCurrTuple = aNextTuple; in snapPointsOfHorizontalOrVerticalEdges()
Completed in 107 milliseconds