Lines Matching refs:rfPA

46 			const B2DPoint& rfPA,			// start point  in ImpSubDivAngle()  argument
58 B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngle()
64 aLeft = rfEB - rfPA; in ImpSubDivAngle()
96 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngle()
104 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
116 const B2DPoint& rfPA, // start point in ImpSubDivAngleStart() argument
125 const B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngleStart()
137 const B2DVector aBase(rfPB - rfPA); in ImpSubDivAngleStart()
198 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivAngleStart()
209 const B2DVector aLeftLeft(bLeftEqualZero ? aS2L - aS1L : aS1L - rfPA); // #i72104# in ImpSubDivAngleStart()
239 …ImpSubDivAngle(rfPA, aS1L, aS2L, aS3C, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
261 const B2DPoint& rfPA, // start point in ImpSubDivDistance() argument
285 const double fJ1x(rfEA.getX() - rfPA.getX() - 1.0/3.0*(rfPB.getX() - rfPA.getX())); in ImpSubDivDistance()
286 const double fJ1y(rfEA.getY() - rfPA.getY() - 1.0/3.0*(rfPB.getY() - rfPA.getY())); in ImpSubDivDistance()
287 const double fJ2x(rfEB.getX() - rfPA.getX() - 2.0/3.0*(rfPB.getX() - rfPA.getX())); in ImpSubDivDistance()
288 const double fJ2y(rfEB.getY() - rfPA.getY() - 2.0/3.0*(rfPB.getY() - rfPA.getY())); in ImpSubDivDistance()
311 const B2DPoint aS1L(average(rfPA, rfEA)); in ImpSubDivDistance()
319 …ImpSubDivDistance(rfPA, aS1L, aS2L, aS3C, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()