Searched refs:bAllowUnsharpen (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 52 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()
|
/aoo42x/main/basegfx/inc/basegfx/curve/ |
H A D | b2dcubicbezier.hxx | 129 …void adaptiveSubdivideByAngle(B2DPolygon& rTarget, double fAngleBound, bool bAllowUnsharpen) const;
|
Completed in 15 milliseconds