Lines Matching refs:aCurrPoint

2101 				B2DPoint aCurrPoint(rCandidate.getB2DPoint(0L));  in hasNeutralPoints()  local
2106 const B2DVector aPrevVec(aPrevPoint - aCurrPoint); in hasNeutralPoints()
2107 const B2DVector aNextVec(aNextPoint - aCurrPoint); in hasNeutralPoints()
2118 aPrevPoint = aCurrPoint; in hasNeutralPoints()
2119 aCurrPoint = aNextPoint; in hasNeutralPoints()
2134 B2DPoint aCurrPoint(rCandidate.getB2DPoint(0L)); in removeNeutralPoints() local
2139 const B2DVector aPrevVec(aPrevPoint - aCurrPoint); in removeNeutralPoints()
2140 const B2DVector aNextVec(aNextPoint - aCurrPoint); in removeNeutralPoints()
2146 aCurrPoint = aNextPoint; in removeNeutralPoints()
2151 aRetval.append(aCurrPoint); in removeNeutralPoints()
2154 aPrevPoint = aCurrPoint; in removeNeutralPoints()
2155 aCurrPoint = aNextPoint; in removeNeutralPoints()
2183 B2DPoint aCurrPoint(rCandidate.getB2DPoint(0L)); in isConvex() local
2184 B2DVector aCurrVec(aPrevPoint - aCurrPoint); in isConvex()
2190 const B2DVector aNextVec(aNextPoint - aCurrPoint); in isConvex()
2208 aCurrPoint = aNextPoint; in isConvex()
3583 B2DPoint aCurrPoint(rCandidate.getB2DPoint(0)); in snapPointsOfHorizontalOrVerticalEdges() local
3584 B2ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges()
3607 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in snapPointsOfHorizontalOrVerticalEdges()
3608 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY()); in snapPointsOfHorizontalOrVerticalEdges()
3617 aCurrPoint = aNextPoint; in snapPointsOfHorizontalOrVerticalEdges()