Home
last modified time | relevance | path

Searched refs:aNextPoint (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dregion.cxx70 const Point aNextPoint (aPoly.GetPoint(nPoint)); in ImplIsPolygonRectilinear() local
74 if (aPoint.X() != aNextPoint.X() && aPoint.Y() != aNextPoint.Y()) in ImplIsPolygonRectilinear()
77 aPoint = aNextPoint; in ImplIsPolygonRectilinear()
/trunk/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()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx99 const B3DPoint aNextPoint(rSource.getB3DPoint(nIndB)); in impAppendInterpolate() local
100 rDest.append(interpolate(aCurrPoint, aNextPoint, fCut)); in impAppendInterpolate()
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()
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 …]
H A Db2dpolygontools.cxx2107 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() local
3594 const B2ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges()
[all …]

Completed in 52 milliseconds