Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx1208 B3ITuple aPrevTuple(basegfx::fround(rCandidate.getB3DPoint(nPointCount - 1))); in snapPointsOfHorizontalOrVerticalEdges() local
1223 const bool bPrevVertical(aPrevTuple.getX() == aCurrTuple.getX()); in snapPointsOfHorizontalOrVerticalEdges()
1225 const bool bPrevHorizontal(aPrevTuple.getY() == aCurrTuple.getY()); in snapPointsOfHorizontalOrVerticalEdges()
1243 aPrevTuple = aCurrTuple; in snapPointsOfHorizontalOrVerticalEdges()
H A Db2dpolygontools.cxx3582 B2ITuple aPrevTuple(basegfx::fround(rCandidate.getB2DPoint(nPointCount - 1))); in snapPointsOfHorizontalOrVerticalEdges() local
3597 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 48 milliseconds