Lines Matching refs:count

47 			while(rCandidate.count() > 1L  in checkClosed()
48 && rCandidate.getB3DPoint(0L).equal(rCandidate.getB3DPoint(rCandidate.count() - 1L))) in checkClosed()
51 rCandidate.remove(rCandidate.count() - 1L); in checkClosed()
59 …OSL_ENSURE(nIndex < rCandidate.count(), "getIndexOfPredecessor: Access to polygon out of range (!)… in getIndexOfPredecessor()
65 else if(rCandidate.count()) in getIndexOfPredecessor()
67 return rCandidate.count() - 1L; in getIndexOfPredecessor()
77 …OSL_ENSURE(nIndex < rCandidate.count(), "getIndexOfPredecessor: Access to polygon out of range (!)… in getIndexOfSuccessor()
79 if(nIndex + 1L < rCandidate.count()) in getIndexOfSuccessor()
92 const sal_uInt32 nPointCount(rCandidate.count()); in getRange()
124 if(rCandidate.count() > 2L) in getOrientation()
144 const sal_uInt32 nPointCount(rCandidate.count()); in getSignedArea()
210 if(rCandidate.count() > 2) in getArea()
226 OSL_ENSURE(nIndex < rCandidate.count(), "getEdgeLength: Access to polygon out of range (!)"); in getEdgeLength()
228 const sal_uInt32 nPointCount(rCandidate.count()); in getEdgeLength()
248 const sal_uInt32 nPointCount(rCandidate.count()); in getLength()
270 const sal_uInt32 nPointCount(rCandidate.count()); in getPositionAbsolute()
381 const sal_uInt32 nPointCount(rCandidate.count()); in applyLineDashing()
431 if(!aSnippet.count()) in applyLineDashing()
462 if(!aSnippet.count()) in applyLineDashing()
479 if(aSnippet.count()) in applyLineDashing()
494 const sal_uInt32 nCount(pLineTarget->count()); in applyLineDashing()
503 if(aFirst.getB3DPoint(0).equal(aLast.getB3DPoint(aLast.count() - 1))) in applyLineDashing()
516 const sal_uInt32 nCount(pGapTarget->count()); in applyLineDashing()
525 if(aFirst.getB3DPoint(0).equal(aLast.getB3DPoint(aLast.count() - 1))) in applyLineDashing()
555 for(sal_uInt32 a(0L); a < aRetval.count(); a++) in applyDefaultNormalsSphere()
571 for(sal_uInt32 a(0L); a < aRetval.count(); a++) in invertNormals()
594 for(sal_uInt32 a(0L); a < aRetval.count(); a++) in applyDefaultTextureCoordinatesParallel()
639 const sal_uInt32 nPointCount(aRetval.count()); in applyDefaultTextureCoordinatesSphere()
828 const sal_uInt32 nPointCount(rCandidate.count()); in isInEpsilonRange()
879 const sal_uInt32 nPointCount(rCandidate.count()); in isInside()
1020 const sal_uInt32 nPointCount(rPolygon.count()); in isInside()
1097 const sal_uInt32 nPointCount(rCandidate.count()); in isPointOnPolygon()
1146 const sal_uInt32 nPointCount(rCandidate.count()); in getCutBetweenLineAndPolygon()
1168 const sal_uInt32 nPointCount(rCandidateA.count()); in equal()
1170 if(nPointCount != rCandidateB.count()) in equal()
1199 const sal_uInt32 nPointCount(rCandidate.count()); in snapPointsOfHorizontalOrVerticalEdges()