Searched refs:fCutB (Results 1 – 4 of 4) sorted by relevance
91 …const double fCutB((rViewInformation.getDiscreteViewport().getMaxX() - aViewPosition.getX()) / get… in create2DDecomposition() local93 const basegfx::B2DPoint aPosB(aViewPosition + (fCutB * getDirection())); in create2DDecomposition()107 …const double fCutB((rViewInformation.getDiscreteViewport().getMaxY() - aViewPosition.getY()) / get… in create2DDecomposition() local109 const basegfx::B2DPoint aPosB(aViewPosition + (fCutB * getDirection())); in create2DDecomposition()
346 double fCutB; in findCutsAndTouchesAndCommonForBezier() local351 fCutB = (aCurrA.getX() + (fCutA * aVecA.getX()) - aCurrB.getX()) / aVecB.getX(); in findCutsAndTouchesAndCommonForBezier()355 fCutB = (aCurrA.getY() + (fCutA * aVecA.getY()) - aCurrB.getY()) / aVecB.getY(); in findCutsAndTouchesAndCommonForBezier()360 if(fTools::moreOrEqual(fCutB, fZero) && fTools::less(fCutB, fOne)) in findCutsAndTouchesAndCommonForBezier()380 if(fTools::equal(fCutB, fZero)) in findCutsAndTouchesAndCommonForBezier()391 const B2DPoint aCutPoint(interpolate(aCurrB, aNextB, fCutB)); in findCutsAndTouchesAndCommonForBezier()392 rTempPointsB.push_back(temporaryPoint(aCutPoint, b, fCutB)); in findCutsAndTouchesAndCommonForBezier()
380 double fCutB(0.0); in createAreaGeometryForEdge() local384 CUTFLAG_ALL, &fCutB)); in createAreaGeometryForEdge()498 aCutPoint = rEdge.getEndPoint() + (aPerpendEndB * fCutB); in createAreaGeometryForEdge()
343 double fCutB(0.0); in testAndCorrectEdgeIntersection() local350 &fCutB)) in testAndCorrectEdgeIntersection()359 : new B2DPoint(aEdgeB.getStart() + (fCutB * aDeltaB)); in testAndCorrectEdgeIntersection()
Completed in 48 milliseconds