Searched refs:fNextSrcLen (Results 1 – 1 of 1) sorted by relevance
209 …double fNextSrcLen(::basegfx::B2DVector(rCandidate.getB2DPoint(nSrcPos) - rCandidate.getB2DPoint(n… in ImpGetExpandedPolygon() local214 while(fSrcPos + fNextSrcLen < fDestPos) in ImpGetExpandedPolygon()216 fSrcPos += fNextSrcLen; in ImpGetExpandedPolygon()219 …fNextSrcLen = ::basegfx::B2DVector(rCandidate.getB2DPoint(nSrcPos) - rCandidate.getB2DPoint(nSrcPo… in ImpGetExpandedPolygon()223 const double fLenA((fDestPos - fSrcPos) / fNextSrcLen); in ImpGetExpandedPolygon()
Completed in 23 milliseconds