Searched refs:fLenFact (Results 1 – 2 of 2) sorted by relevance
641 const double fLenFact(1.0 / static_cast< double >(nCount + 1)); in adaptiveSubdivideByCount() local645 const double fPos(static_cast< double >(a) * fLenFact); in adaptiveSubdivideByCount()
1170 double fLenFact = ( fDistB != 0.0 ) ? fLenWithB / fDistB : 1.0; in ImplReduceEdges() local1190 if( ( fLenFact < ( FSQRT2 + SMALL_DVALUE ) ) && in ImplReduceEdges()1205 if( ( (sal_uInt32) ( ( ( fLenFact - 1.0 ) * 1000000.0 ) + 0.5 ) < fBound ) && in ImplReduceEdges()
Completed in 56 milliseconds