Lines Matching refs:nPointCount

92 			const sal_uInt32 nPointCount(rCandidate.count());  in getRange()  local
94 for(sal_uInt32 a(0L); a < nPointCount; a++) in getRange()
144 const sal_uInt32 nPointCount(rCandidate.count()); in getSignedArea() local
146 if(nPointCount > 2) in getSignedArea()
163 B3DPoint aPreviousPoint(rCandidate.getB3DPoint(nPointCount - 1L)); in getSignedArea()
165 for(sal_uInt32 a(0L); a < nPointCount; a++) in getSignedArea()
228 const sal_uInt32 nPointCount(rCandidate.count()); in getEdgeLength() local
230 if(nIndex < nPointCount) in getEdgeLength()
232 if(rCandidate.isClosed() || ((nIndex + 1L) != nPointCount)) in getEdgeLength()
248 const sal_uInt32 nPointCount(rCandidate.count()); in getLength() local
250 if(nPointCount > 1L) in getLength()
252 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in getLength()
270 const sal_uInt32 nPointCount(rCandidate.count()); in getPositionAbsolute() local
272 if(nPointCount > 1L) in getPositionAbsolute()
315 nIndex = nPointCount - 1L; in getPositionAbsolute()
381 const sal_uInt32 nPointCount(rCandidate.count()); in applyLineDashing() local
389 if(fTools::more(fDotDashLength, 0.0) && (pLineTarget || pGapTarget) && nPointCount) in applyLineDashing()
404 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in applyLineDashing()
417 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in applyLineDashing()
639 const sal_uInt32 nPointCount(aRetval.count()); in applyDefaultTextureCoordinatesSphere() local
649 for(a = 0L; a < nPointCount; a++) in applyDefaultTextureCoordinatesSphere()
714 for(a = 0L; a < nPointCount; a++) in applyDefaultTextureCoordinatesSphere()
721 const B2DPoint aPrevTexCoor(aRetval.getTextureCoordinate(a ? a - 1L : nPointCount - 1L)); in applyDefaultTextureCoordinatesSphere()
722 const B2DPoint aNextTexCoor(aRetval.getTextureCoordinate((a + 1L) % nPointCount)); in applyDefaultTextureCoordinatesSphere()
828 const sal_uInt32 nPointCount(rCandidate.count()); in isInEpsilonRange() local
830 if(nPointCount) in isInEpsilonRange()
832 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in isInEpsilonRange()
840 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in isInEpsilonRange()
879 const sal_uInt32 nPointCount(rCandidate.count()); in isInside() local
881 if(nPointCount) in isInside()
883 B3DPoint aCurrentPoint(rCandidate.getB3DPoint(nPointCount - 1)); in isInside()
892 for(sal_uInt32 a(0); a < nPointCount; a++) in isInside()
933 for(sal_uInt32 a(0); a < nPointCount; a++) in isInside()
974 for(sal_uInt32 a(0); a < nPointCount; a++) in isInside()
1020 const sal_uInt32 nPointCount(rPolygon.count()); in isInside() local
1022 for(sal_uInt32 a(0L); a < nPointCount; a++) in isInside()
1097 const sal_uInt32 nPointCount(rCandidate.count()); in isPointOnPolygon() local
1099 if(nPointCount > 1L) in isPointOnPolygon()
1101 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in isPointOnPolygon()
1106 const B3DPoint aNextPoint(rCandidate.getB3DPoint((a + 1) % nPointCount)); in isPointOnPolygon()
1116 else if(nPointCount && bWithPoints) in isPointOnPolygon()
1146 const sal_uInt32 nPointCount(rCandidate.count()); in getCutBetweenLineAndPolygon() local
1148 if(nPointCount > 2 && !rEdgeStart.equal(rEdgeEnd)) in getCutBetweenLineAndPolygon()
1168 const sal_uInt32 nPointCount(rCandidateA.count()); in equal() local
1170 if(nPointCount != rCandidateB.count()) in equal()
1178 for(sal_uInt32 a(0); a < nPointCount; a++) in equal()
1199 const sal_uInt32 nPointCount(rCandidate.count()); in snapPointsOfHorizontalOrVerticalEdges() local
1201 if(nPointCount > 1) in snapPointsOfHorizontalOrVerticalEdges()
1208 B3ITuple aPrevTuple(basegfx::fround(rCandidate.getB3DPoint(nPointCount - 1))); in snapPointsOfHorizontalOrVerticalEdges()
1214 for(sal_uInt32 a(0); a < nPointCount; a++) in snapPointsOfHorizontalOrVerticalEdges()
1217 const bool bLastRun(a + 1 == nPointCount); in snapPointsOfHorizontalOrVerticalEdges()