Home
last modified time | relevance | path

Searched refs:fFullDashDotLen (Results 1 – 6 of 6) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx284 …e>& rDotDashArray, B2DPolyPolygon* pLineTarget, B2DPolyPolygon* pGapTarget, double fFullDashDotLen) in applyLineDashing() argument
286 if(0.0 == fFullDashDotLen && rDotDashArray.size()) in applyLineDashing()
289 fFullDashDotLen = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
292 if(rCandidate.count() && fFullDashDotLen > 0.0) in applyLineDashing()
305 fFullDashDotLen); in applyLineDashing()
H A Db3dpolypolygontools.cxx62 …e>& rDotDashArray, B3DPolyPolygon* pLineTarget, B3DPolyPolygon* pGapTarget, double fFullDashDotLen) in applyLineDashing() argument
64 if(0.0 == fFullDashDotLen && rDotDashArray.size()) in applyLineDashing()
67 fFullDashDotLen = ::std::accumulate(rDotDashArray.begin(), rDotDashArray.end(), 0.0); in applyLineDashing()
70 if(rCandidate.count() && fFullDashDotLen > 0.0) in applyLineDashing()
83 fFullDashDotLen); in applyLineDashing()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolypolygontools.hxx59 double fFullDashDotLen = 0.0);
H A Db3dpolygontools.hxx109 double fFullDashDotLen = 0.0);
H A Db2dpolypolygontools.hxx118 double fFullDashDotLen = 0.0);
H A Db2dpolygontools.hxx232 double fFullDashDotLen = 0.0);

Completed in 35 milliseconds