Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx641 const double fLenFact(1.0 / static_cast< double >(nCount + 1)); in adaptiveSubdivideByCount() local
645 const double fPos(static_cast< double >(a) * fLenFact); in adaptiveSubdivideByCount()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1170 double fLenFact = ( fDistB != 0.0 ) ? fLenWithB / fDistB : 1.0; in ImplReduceEdges() local
1190 if( ( fLenFact < ( FSQRT2 + SMALL_DVALUE ) ) && in ImplReduceEdges()
1205 if( ( (sal_uInt32) ( ( ( fLenFact - 1.0 ) * 1000000.0 ) + 0.5 ) < fBound ) && in ImplReduceEdges()

Completed in 20 milliseconds