Home
last modified time | relevance | path

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

/aoo4110/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx1220 const B3ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges() local
1224 const bool bNextVertical(aNextTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()
1226 const bool bNextHorizontal(aNextTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()
1245 aCurrTuple = aNextTuple; in snapPointsOfHorizontalOrVerticalEdges()
H A Db2dpolygontools.cxx3594 const B2ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges() local
3598 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 46 milliseconds