Home
last modified time | relevance | path

Searched refs:aCurrPoint (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx2101 B2DPoint aCurrPoint(rCandidate.getB2DPoint(0L)); in hasNeutralPoints() local
2118 aPrevPoint = aCurrPoint; in hasNeutralPoints()
2119 aCurrPoint = aNextPoint; in hasNeutralPoints()
2146 aCurrPoint = aNextPoint; in removeNeutralPoints()
2151 aRetval.append(aCurrPoint); in removeNeutralPoints()
2154 aPrevPoint = aCurrPoint; in removeNeutralPoints()
2155 aCurrPoint = aNextPoint; in removeNeutralPoints()
2184 B2DVector aCurrVec(aPrevPoint - aCurrPoint); in isConvex()
2208 aCurrPoint = aNextPoint; in isConvex()
3583 B2DPoint aCurrPoint(rCandidate.getB2DPoint(0)); in snapPointsOfHorizontalOrVerticalEdges() local
[all …]
H A Db3dpolygontools.cxx1209 B3DPoint aCurrPoint(rCandidate.getB3DPoint(0)); in snapPointsOfHorizontalOrVerticalEdges() local
1210 B3ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges()
1233 bSnapX ? aCurrTuple.getX() : aCurrPoint.getX(), in snapPointsOfHorizontalOrVerticalEdges()
1234 bSnapY ? aCurrTuple.getY() : aCurrPoint.getY(), in snapPointsOfHorizontalOrVerticalEdges()
1235 aCurrPoint.getZ()); in snapPointsOfHorizontalOrVerticalEdges()
1244 aCurrPoint = aNextPoint; in snapPointsOfHorizontalOrVerticalEdges()
H A Db3dpolygonclipper.cxx98 const B3DPoint aCurrPoint(rSource.getB3DPoint(nIndA)); in impAppendInterpolate() local
100 rDest.append(interpolate(aCurrPoint, aNextPoint, fCut)); in impAppendInterpolate()

Completed in 43 milliseconds