Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx52 bool bAllowUnsharpen, // #i37443# allow the criteria to get unsharp in recursions in ImpSubDivAngle() argument
81 if(bAllowUnsharpen) in ImpSubDivAngle()
104 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
107 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
122 bool bAllowUnsharpen) // #i37443# allow the criteria to get unsharp in recursions in ImpSubDivAngleStart() argument
239 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
249 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
569 …zier::adaptiveSubdivideByAngle(B2DPolygon& rTarget, double fAngleBound, bool bAllowUnsharpen) const in adaptiveSubdivideByAngle()
574 …nt, maControlPointA, maControlPointB, maEndPoint, rTarget, fAngleBound * F_PI180, bAllowUnsharpen); in adaptiveSubdivideByAngle()
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dcubicbezier.hxx129 …void adaptiveSubdivideByAngle(B2DPolygon& rTarget, double fAngleBound, bool bAllowUnsharpen) const;

Completed in 22 milliseconds