Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx209 …double fNextSrcLen(::basegfx::B2DVector(rCandidate.getB2DPoint(nSrcPos) - rCandidate.getB2DPoint(n… in ImpGetExpandedPolygon() local
214 while(fSrcPos + fNextSrcLen < fDestPos) in ImpGetExpandedPolygon()
216 fSrcPos += fNextSrcLen; in ImpGetExpandedPolygon()
219fNextSrcLen = ::basegfx::B2DVector(rCandidate.getB2DPoint(nSrcPos) - rCandidate.getB2DPoint(nSrcPo… in ImpGetExpandedPolygon()
223 const double fLenA((fDestPos - fSrcPos) / fNextSrcLen); in ImpGetExpandedPolygon()

Completed in 22 milliseconds