Searched refs:fCutA (Results 1 – 4 of 4) sorted by relevance
333 double fCutA(aVecA.cross(aVecB)); in findCutsAndTouchesAndCommonForBezier() local335 if(!fTools::equalZero(fCutA)) in findCutsAndTouchesAndCommonForBezier()339 …fCutA = (aVecB.getY() * (aCurrB.getX() - aCurrA.getX()) + aVecB.getX() * (aCurrA.getY() - aCurrB.g… in findCutsAndTouchesAndCommonForBezier()343 if(fTools::moreOrEqual(fCutA, fZero) && fTools::less(fCutA, fOne)) in findCutsAndTouchesAndCommonForBezier()351 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()364 if(fTools::equal(fCutA, fZero)) in findCutsAndTouchesAndCommonForBezier()375 const B2DPoint aCutPoint(interpolate(aCurrA, aNextA, fCutA)); in findCutsAndTouchesAndCommonForBezier()376 rTempPointsA.push_back(temporaryPoint(aCutPoint, a, fCutA)); in findCutsAndTouchesAndCommonForBezier()
370 double fCutA(0.0); in createAreaGeometryForEdge() local374 CUTFLAG_ALL, &fCutA)); in createAreaGeometryForEdge()435 aCutPoint = rEdge.getStartPoint() + (aPerpendStartA * fCutA); in createAreaGeometryForEdge()
342 double fCutA(0.0); in testAndCorrectEdgeIntersection() local349 &fCutA, in testAndCorrectEdgeIntersection()358 ? new B2DPoint(aEdgeA.getStart() + (fCutA * aDeltaA)) in testAndCorrectEdgeIntersection()
90 …const double fCutA((rViewInformation.getDiscreteViewport().getMinX() - aViewPosition.getX()) / get… in create2DDecomposition() local92 const basegfx::B2DPoint aPosA(aViewPosition + (fCutA * getDirection())); in create2DDecomposition()106 …const double fCutA((rViewInformation.getDiscreteViewport().getMinY() - aViewPosition.getY()) / get… in create2DDecomposition() local108 const basegfx::B2DPoint aPosA(aViewPosition + (fCutA * getDirection())); in create2DDecomposition()
Completed in 31 milliseconds