Searched refs:fSmallestCut (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/svx/source/svdraw/ |
| H A D | svdopath.cxx | 2561 double fSmallestCut; in NbcInsPointOld() local 2562 …ointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEdgeIndex, fSmallestCut); in NbcInsPointOld() 2599 double fSmallestCut; in NbcInsPoint() local 2600 …ointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEdgeIndex, fSmallestCut); in NbcInsPoint() 2602 … const bool bBefore(!aCandidate.isClosed() && 0L == nSmallestEdgeIndex && 0.0 == fSmallestCut); in NbcInsPoint() 2603 …er(!aCandidate.isClosed() && aCandidate.count() == nSmallestEdgeIndex + 2L && 1.0 == fSmallestCut); in NbcInsPoint() 2662 aBezier.split(fSmallestCut, &aBezierA, &aBezierB); in NbcInsPoint()
|