Lines Matching refs:rfPB

49 			const B2DPoint& rfPB,			// end point  in ImpSubDivAngle()  argument
59 B2DVector aRight(rfEB - rfPB); in ImpSubDivAngle()
69 aRight = rfEA - rfPB; in ImpSubDivAngle()
98 const B2DPoint aS1R(average(rfEB, rfPB)); in ImpSubDivAngle()
107 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, fAngleBound, bAllowUnsharpen, nMaxRecursionDepth -… in ImpSubDivAngle()
111 rTarget.append(rfPB); in ImpSubDivAngle()
119 const B2DPoint& rfPB, // end point in ImpSubDivAngleStart() argument
126 const B2DVector aRight(rfEB - rfPB); in ImpSubDivAngleStart()
137 const B2DVector aBase(rfPB - rfPA); in ImpSubDivAngleStart()
200 const B2DPoint aS1R(average(rfEB, rfPB)); in ImpSubDivAngleStart()
220 const B2DVector aRightRight(bRightEqualZero ? aS2R - aS1R : aS1R - rfPB); // #i72104# in ImpSubDivAngleStart()
245 rTarget.append(rfPB); in ImpSubDivAngleStart()
249 …ImpSubDivAngle(aS3C, aS2R, aS1R, rfPB, rTarget, rfAngleBound, bAllowUnsharpen, nMaxRecursionDepth); in ImpSubDivAngleStart()
256 rTarget.append(rfPB); in ImpSubDivAngleStart()
264 const B2DPoint& rfPB, // end 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()
313 const B2DPoint aS1R(average(rfEB, rfPB)); in ImpSubDivDistance()
322 …ImpSubDivDistance(aS3C, aS2R, aS1R, rfPB, rTarget, fDistanceBound2, fLastDistanceError2, nMaxRecur… in ImpSubDivDistance()
326 rTarget.append(rfPB); in ImpSubDivDistance()