Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/svdraw/
H A Dsvdopath.cxx2563 double fSmallestCut; in NbcInsPointOld() local
2564 …ointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEdgeIndex, fSmallestCut); in NbcInsPointOld()
2601 double fSmallestCut; in NbcInsPoint() local
2602 …ointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEdgeIndex, fSmallestCut); in NbcInsPoint()
2604 const bool bBefore(!aCandidate.isClosed() && 0L == nSmallestEdgeIndex && 0.0 == fSmallestCut); in NbcInsPoint()
2605 …er(!aCandidate.isClosed() && aCandidate.count() == nSmallestEdgeIndex + 2L && 1.0 == fSmallestCut); in NbcInsPoint()
2664 aBezier.split(fSmallestCut, &aBezierA, &aBezierB); in NbcInsPoint()

Completed in 41 milliseconds