Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx979 const double fBX = fCX + aControlDiff.getX(); in getAllExtremumPositions() local
991 const double fD = fBX*fBX - fAX*fCX; in getAllExtremumPositions()
996 const double fQ = fBX + ((fBX >= 0) ? +fS : -fS); in getAllExtremumPositions()
1002 else if( !fTools::equalZero(fBX) ) in getAllExtremumPositions()
1005 impCheckExtremumResult(fCX / (2 * fBX), rResults); in getAllExtremumPositions()
/aoo41x/main/svx/source/dialog/
H A Dframelink.cxx637 double fBX = nBLTROffs * fBSin;
642 double fKA = (fRBX * (fBY - fAY) - fRBY * (fBX - fAX)) / (fRBX * fRAY - fRAX * fRBY);

Completed in 36 milliseconds