Searched refs:aCurrTuple (Results 1 – 2 of 2) sorted by relevance
1210 B3ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges() local1223 const bool bPrevVertical(aPrevTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()1224 const bool bNextVertical(aNextTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()1225 const bool bPrevHorizontal(aPrevTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()1226 const bool bNextHorizontal(aNextTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()1233 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in snapPointsOfHorizontalOrVerticalEdges()1234 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY(), in snapPointsOfHorizontalOrVerticalEdges()1243 aPrevTuple = aCurrTuple; in snapPointsOfHorizontalOrVerticalEdges()1245 aCurrTuple = aNextTuple; in snapPointsOfHorizontalOrVerticalEdges()
3584 B2ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges() local3597 const bool bPrevVertical(aPrevTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()3598 const bool bNextVertical(aNextTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()3599 const bool bPrevHorizontal(aPrevTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()3600 const bool bNextHorizontal(aNextTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()3607 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in snapPointsOfHorizontalOrVerticalEdges()3608 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY()); in snapPointsOfHorizontalOrVerticalEdges()3616 aPrevTuple = aCurrTuple; in snapPointsOfHorizontalOrVerticalEdges()3618 aCurrTuple = aNextTuple; in snapPointsOfHorizontalOrVerticalEdges()
Completed in 39 milliseconds