Home
last modified time | relevance | path

Searched refs:aNextPoint (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx236 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getEdgeLength() local
237 const B3DVector aVector(aNextPoint - aCurrentPoint); in getEdgeLength()
258 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getLength() local
259 const B3DVector aVector(aNextPoint - aCurrentPoint); in getLength()
350 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getPositionAbsolute() local
359 aRetval += interpolate(aRetval, aNextPoint, fRelative); in getPositionAbsolute()
418 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in applyLineDashing() local
419 const double fEdgeLength(B3DVector(aNextPoint - aCurrentPoint).getLength()); in applyLineDashing()
433 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fLastDotDashMovingLength / fEdgeLength)); in applyLineDashing()
436 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fDotDashMovingLength / fEdgeLength)); in applyLineDashing()
[all …]
H A Db2dpolygontools.cxx731 const B2DPoint aNextPoint(rCandidate.getB2DPoint(nNextIndex)); in getPositionAbsolute() local
740 rCandidate.getPrevControlPoint(nNextIndex), aNextPoint); in getPositionAbsolute()
757 aRetval = interpolate(aRetval, aNextPoint, fRelativeInEdge); in getPositionAbsolute()
2105 const B2DPoint aNextPoint(rCandidate.getB2DPoint((a + 1) % nPointCount)); in hasNeutralPoints() local
2107 const B2DVector aNextVec(aNextPoint - aCurrPoint); in hasNeutralPoints()
2119 aCurrPoint = aNextPoint; in hasNeutralPoints()
2138 const B2DPoint aNextPoint(rCandidate.getB2DPoint((a + 1) % nPointCount)); in removeNeutralPoints() local
2140 const B2DVector aNextVec(aNextPoint - aCurrPoint); in removeNeutralPoints()
2146 aCurrPoint = aNextPoint; in removeNeutralPoints()
2155 aCurrPoint = aNextPoint; in removeNeutralPoints()
[all …]
H A Db3dpolygonclipper.cxx99 const B3DPoint aNextPoint(rSource.getB3DPoint(nIndB)); in impAppendInterpolate() local
100 rDest.append(interpolate(aCurrPoint, aNextPoint, fCut)); in impAppendInterpolate()
/AOO41X/main/sfx2/source/dialog/
H A Dalienwarn.cxx97 Point aNextPoint = m_aKeepCurrentBtn.GetPosPixel(); in InitSize() local
98 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()
/AOO41X/main/vcl/source/gdi/
H A Dregion.cxx68 const Point aNextPoint (aPoly.GetPoint(nPoint)); in ImplIsPolygonRectilinear() local
72 if (aPoint.X() != aNextPoint.X() && aPoint.Y() != aNextPoint.Y()) in ImplIsPolygonRectilinear()
75 aPoint = aNextPoint; in ImplIsPolygonRectilinear()