Searched refs:nSmallestPolyIndex (Results 1 – 1 of 1) sorted by relevance
2561 sal_uInt32 nSmallestPolyIndex(0L); in NbcInsPointOld() local2564 …::getSmallestDistancePointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEd… in NbcInsPointOld()2569 for(sal_uInt32 a(0L); a < nSmallestPolyIndex; a++) in NbcInsPointOld()2599 sal_uInt32 nSmallestPolyIndex(0L); in NbcInsPoint() local2602 …::getSmallestDistancePointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEd… in NbcInsPoint()2603 basegfx::B2DPolygon aCandidate(GetPathPoly().getB2DPolygon(nSmallestPolyIndex)); in NbcInsPoint()2683 maPathPolygon.setB2DPolygon(nSmallestPolyIndex, aCandidate); in NbcInsPoint()2686 for(sal_uInt32 a(0L); a < nSmallestPolyIndex; a++) in NbcInsPoint()
Completed in 62 milliseconds