Searched refs:aNextPoint (Results 1 – 5 of 5) sorted by relevance
236 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getEdgeLength() local237 const B3DVector aVector(aNextPoint - aCurrentPoint); in getEdgeLength()258 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getLength() local259 const B3DVector aVector(aNextPoint - aCurrentPoint); in getLength()350 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getPositionAbsolute() local359 aRetval += interpolate(aRetval, aNextPoint, fRelative); in getPositionAbsolute()467 aSnippet.append(aNextPoint); in applyLineDashing()475 aCurrentPoint = aNextPoint; in applyLineDashing()1113 aCurrentPoint = aNextPoint; in isPointOnPolygon()1220 const B3ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges()[all …]
2107 const B2DVector aNextVec(aNextPoint - aCurrPoint); in hasNeutralPoints()2119 aCurrPoint = aNextPoint; in hasNeutralPoints()2140 const B2DVector aNextVec(aNextPoint - aCurrPoint); in removeNeutralPoints()2146 aCurrPoint = aNextPoint; in removeNeutralPoints()2155 aCurrPoint = aNextPoint; in removeNeutralPoints()2190 const B2DVector aNextVec(aNextPoint - aCurrPoint); in isConvex()2208 aCurrPoint = aNextPoint; in isConvex()2282 aCurrentPoint = aNextPoint; in isPointOnPolygon()3593 const B2DPoint aNextPoint(rCandidate.getB2DPoint(nNextIndex)); in snapPointsOfHorizontalOrVerticalEdges() local3594 const B2ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges()[all …]
99 const B3DPoint aNextPoint(rSource.getB3DPoint(nIndB)); in impAppendInterpolate() local100 rDest.append(interpolate(aCurrPoint, aNextPoint, fCut)); in impAppendInterpolate()
97 Point aNextPoint = m_aKeepCurrentBtn.GetPosPixel(); in InitSize() local98 aNextPoint.X() += m_aKeepCurrentBtn.GetSizePixel().Width(); in InitSize()101 if ( aNextPoint.X() >= aNewPoint.X() ) in InitSize()103 long nSpace = aNextPoint.X() - aNewPoint.X(); in InitSize()
70 const Point aNextPoint (aPoly.GetPoint(nPoint)); in ImplIsPolygonRectilinear() local74 if (aPoint.X() != aNextPoint.X() && aPoint.Y() != aNextPoint.Y()) in ImplIsPolygonRectilinear()77 aPoint = aNextPoint; in ImplIsPolygonRectilinear()
Completed in 54 milliseconds