Searched refs:nSmallestPolyIndex (Results 1 – 1 of 1) sorted by relevance
2559 sal_uInt32 nSmallestPolyIndex(0L); in NbcInsPointOld() local2562 …::getSmallestDistancePointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEd… in NbcInsPointOld()2567 for(sal_uInt32 a(0L); a < nSmallestPolyIndex; a++) in NbcInsPointOld()2597 sal_uInt32 nSmallestPolyIndex(0L); in NbcInsPoint() local2600 …::getSmallestDistancePointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEd… in NbcInsPoint()2601 basegfx::B2DPolygon aCandidate(GetPathPoly().getB2DPolygon(nSmallestPolyIndex)); in NbcInsPoint()2681 maPathPolygon.setB2DPolygon(nSmallestPolyIndex, aCandidate); in NbcInsPoint()2684 for(sal_uInt32 a(0L); a < nSmallestPolyIndex; a++) in NbcInsPoint()