Lines Matching refs:nPointCount
534 const sal_uInt32 nPointCount(aGeometry.count()); in solver() local
539 if(nPointCount > 3 || (nPointCount > 1 && mbIsCurve)) in solver()
542 maSNV.reserve(nPointCount); in solver()
543 maPNV.reserve(nPointCount); in solver()
544 maVNV.reserve(mbIsCurve ? nPointCount : 0); in solver()
572 sal_uInt32 nPointCount(0); in solver() local
588 nPointCount += nCandCount; in solver()
592 if(nPointCount) in solver()
595 maSNV.reserve(nPointCount); in solver()
596 maPNV.reserve(nPointCount); in solver()
597 maVNV.reserve(mbIsCurve ? nPointCount : 0); in solver()
692 const sal_uInt32 nPointCount(aTemp.count()); in getB2DPolyPolygon() local
695 for(sal_uInt32 b(0); b < nPointCount; b++) in getB2DPolyPolygon()