Home
last modified time | relevance | path

Searched refs:nMaxRecursionDepth (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx53 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()
[all …]
/AOO41X/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx212 … B2DPolygon& rTarget, double fMaxCosQuad, double fMaxPartOfEdgeQuad, sal_uInt32 nMaxRecursionDepth) in impSubdivideToSimple() argument
214 if(!nMaxRecursionDepth || impIsSimpleEdge(rCandidate, fMaxCosQuad, fMaxPartOfEdgeQuad)) in impSubdivideToSimple()
223 … impSubdivideToSimple(aLeft, rTarget, fMaxCosQuad, fMaxPartOfEdgeQuad, nMaxRecursionDepth - 1); in impSubdivideToSimple()
224 … impSubdivideToSimple(aRight, rTarget, fMaxCosQuad, fMaxPartOfEdgeQuad, nMaxRecursionDepth - 1); in impSubdivideToSimple()