Searched refs:fBound (Results 1 – 3 of 3) sorted by relevance
/trunk/main/basegfx/test/ |
H A D | basegfx2d.cxx | 410 const double fBound( 0.0001 ); in TEST_F() local 413 aHalfCircle.adaptiveSubdivideByDistance(result, fBound); in TEST_F() 417 aQuarterCircle.adaptiveSubdivideByDistance(result, fBound); in TEST_F() 421 aLoop.adaptiveSubdivideByDistance(result, fBound); in TEST_F() 441 aCrossing.adaptiveSubdivideByDistance(result, fBound); in TEST_F() 445 aCusp.adaptiveSubdivideByDistance(result, fBound); in TEST_F() 454 const double fBound( 5.0 ); in TEST_F() local 461 aHalfCircle.adaptiveSubdivideByAngle(result, fBound, true); in TEST_F() 469 aLoop.adaptiveSubdivideByAngle(result, fBound, true); in TEST_F() 489 aCrossing.adaptiveSubdivideByAngle(result, fBound, true); in TEST_F() [all …]
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 208 double fBound(0.0); in adaptiveSubdivideByDistance() local 216 fBound = fRoughLength * 0.01; in adaptiveSubdivideByDistance() 221 fBound = fDistanceBound; in adaptiveSubdivideByDistance() 226 if(fBound < 0.01) in adaptiveSubdivideByDistance() 228 fBound = 0.01; in adaptiveSubdivideByDistance() 232 aBezier.adaptiveSubdivideByDistance(aRetval, fBound); in adaptiveSubdivideByDistance()
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 1136 const double fBound = 2000.0 * ( 100 - nPercent ) * 0.01; in ImplReduceEdges() local 1191 ( ( ( fDist1 + fDist4 ) / ( fDist2 + fDist3 ) ) * 2000.0 ) > fBound ) in ImplReduceEdges() 1205 if( ( (sal_uInt32) ( ( ( fLenFact - 1.0 ) * 1000000.0 ) + 0.5 ) < fBound ) && in ImplReduceEdges() 1206 ( fabs( fGradB ) <= ( fRelLen * fBound * 0.01 ) ) ) in ImplReduceEdges()
|
Completed in 40 milliseconds