Home
last modified time | relevance | path

Searched refs:fAX (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx980 const double fAX = 3 * aControlDiff.getX() + (maEndPoint.getX() - maStartPoint.getX()); in getAllExtremumPositions() local
988 if( !fTools::equalZero(fAX) ) in getAllExtremumPositions()
991 const double fD = fBX*fBX - fAX*fCX; in getAllExtremumPositions()
997 impCheckExtremumResult(fQ / fAX, rResults); in getAllExtremumPositions()
/aoo41x/main/svx/source/dialog/
H A Dframelink.cxx630 double fAX = -nTLBROffs * fASin;
642 double fKA = (fRBX * (fBY - fAY) - fRBY * (fBX - fAX)) / (fRBX * fRAY - fRAX * fRBY);

Completed in 22 milliseconds