Home
last modified time | relevance | path

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

/AOO42X/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx1004 const double fBY = fCY + aControlDiff.getY(); in getAllExtremumPositions() local
1016 const double fD = fBY*fBY - fAY*fCY; in getAllExtremumPositions()
1021 const double fQ = fBY + ((fBY >= 0) ? +fS : -fS); in getAllExtremumPositions()
1027 else if( !fTools::equalZero(fBY) ) in getAllExtremumPositions()
1030 impCheckExtremumResult(fCY / (2 * fBY), rResults); in getAllExtremumPositions()
/AOO42X/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);