Searched refs:fDiv (Results 1 – 3 of 3) sorted by relevance
446 const double fDiv = ( ( PIPETTE_RANGE << 1 ) + 1 ) * ( ( PIPETTE_RANGE << 1 ) + 1 ); in MouseMove() local461 SetColor( Color( (sal_uInt8) ( nRed / fDiv + .5 ), in MouseMove()462 (sal_uInt8) ( nGreen / fDiv + .5 ), in MouseMove()463 (sal_uInt8) ( nBlue / fDiv + .5 ) ) ); in MouseMove()
243 double fDiv = rtl::math::approxFloor( fDiff / rInfo.Step ); in lcl_GetNumGroupForValue() local244 double fGroupStart = rInfo.Start + fDiv * rInfo.Step; in lcl_GetNumGroupForValue()256 fDiv -= 1.0; in lcl_GetNumGroupForValue()257 fGroupStart = rInfo.Start + fDiv * rInfo.Step; in lcl_GetNumGroupForValue()
1052 double fDiv = CalcDistance(nCenter, nDrag); in CalcSmoothJoin() local1054 if ( fDiv ) in CalcSmoothJoin()1056 double fRatio = CalcDistance(nCenter, nPnt) / fDiv; in CalcSmoothJoin()
Completed in 29 milliseconds