Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx1210 B3ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges() local
1223 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()
H A Db2dpolygontools.cxx3584 B2ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges() local
3597 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 48 milliseconds