Home
last modified time | relevance | path

Searched refs:fCutB (Results 1 – 4 of 4) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Dhelplineprimitive2d.cxx91 …const double fCutB((rViewInformation.getDiscreteViewport().getMaxX() - aViewPosition.getX()) / get… in create2DDecomposition() local
93 const basegfx::B2DPoint aPosB(aViewPosition + (fCutB * getDirection())); in create2DDecomposition()
107 …const double fCutB((rViewInformation.getDiscreteViewport().getMaxY() - aViewPosition.getY()) / get… in create2DDecomposition() local
109 const basegfx::B2DPoint aPosB(aViewPosition + (fCutB * getDirection())); in create2DDecomposition()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx346 double fCutB; in findCutsAndTouchesAndCommonForBezier() local
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()
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()
H A Db2dlinegeometry.cxx380 double fCutB(0.0); in createAreaGeometryForEdge() local
384 CUTFLAG_ALL, &fCutB)); in createAreaGeometryForEdge()
498 aCutPoint = rEdge.getEndPoint() + (aPerpendEndB * fCutB); in createAreaGeometryForEdge()
H A Db2dtrapezoid.cxx343 double fCutB(0.0); in testAndCorrectEdgeIntersection() local
350 &fCutB)) in testAndCorrectEdgeIntersection()
359 : new B2DPoint(aEdgeB.getStart() + (fCutB * aDeltaB)); in testAndCorrectEdgeIntersection()

Completed in 45 milliseconds