Searched refs:fDotDashLength (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 379 …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 D | b2dpolygontools.cxx | 1298 …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 40 milliseconds