Lines Matching refs:nMaxRecursionDepth

53 			sal_uInt16 nMaxRecursionDepth)	// endless loop protection  in ImpSubDivAngle()  argument
55 if(nMaxRecursionDepth) in ImpSubDivAngle()
77 nMaxRecursionDepth = 0; in ImpSubDivAngle()
93 if(nMaxRecursionDepth) in ImpSubDivAngle()
104 …SubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth - 1); in ImpSubDivAngle()
107 …SubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth - 1); in ImpSubDivAngle()
124 sal_uInt16 nMaxRecursionDepth(8); in ImpSubDivAngleStart() local
133 nMaxRecursionDepth = 0; in ImpSubDivAngleStart()
189 nMaxRecursionDepth = 0; in ImpSubDivAngleStart()
195 if(nMaxRecursionDepth) in ImpSubDivAngleStart()
228 nMaxRecursionDepth = 0; in ImpSubDivAngleStart()
239 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
249 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
254 if(!nMaxRecursionDepth) in ImpSubDivAngleStart()
268 sal_uInt16 nMaxRecursionDepth) // endless loop protection in ImpSubDivDistance() argument
270 if(nMaxRecursionDepth) in ImpSubDivDistance()
304 nMaxRecursionDepth = 0; in ImpSubDivDistance()
308 if(nMaxRecursionDepth) in ImpSubDivDistance()
319 …nce(rfPA, aS1L, aS2L, aS3C, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecursionDepth - 1); in ImpSubDivDistance()
322 …nce(aS3C, aS2R, aS1R, rfPB, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecursionDepth - 1); in ImpSubDivDistance()