Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx379 …le>& rDotDashArray, B3DPolyPolygon* pLineTarget, B3DPolyPolygon* pGapTarget, double fDotDashLength) in applyLineDashing() argument
384 if(fTools::lessOrEqual(fDotDashLength, 0.0)) in applyLineDashing()
386 fDotDashLength = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
389 if(fTools::more(fDotDashLength, 0.0) && (pLineTarget || pGapTarget) && nPointCount) in applyLineDashing()
H A Db2dpolygontools.cxx1298 …le>& rDotDashArray, B2DPolyPolygon* pLineTarget, B2DPolyPolygon* pGapTarget, double fDotDashLength) in applyLineDashing() argument
1303 if(fTools::lessOrEqual(fDotDashLength, 0.0)) in applyLineDashing()
1305 fDotDashLength = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
1308 if(fTools::more(fDotDashLength, 0.0) && (pLineTarget || pGapTarget) && nPointCount) in applyLineDashing()

Completed in 64 milliseconds