Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx1010 const double fBY = fCY + aControlDiff.getY(); in getAllExtremumPositions() local
1022 const double fD = fBY*fBY - fAY*fCY; in getAllExtremumPositions()
1027 const double fQ = fBY + ((fBY >= 0) ? +fS : -fS); in getAllExtremumPositions()
1033 else if( !fTools::equalZero(fBY) ) in getAllExtremumPositions()
1036 impCheckExtremumResult(fCY / (2 * fBY), rResults); in getAllExtremumPositions()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx638 double fBY = nBLTROffs * fBCos;
642 double fKA = (fRBX * (fBY - fAY) - fRBY * (fBX - fAX)) / (fRBX * fRAY - fRAX * fRBY);

Completed in 36 milliseconds