Searched refs:fFullDashDotLen (Results 1 – 6 of 6) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolypolygontools.cxx | 284 …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 D | b3dpolypolygontools.cxx | 62 …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 D | b3dpolypolygontools.hxx | 59 double fFullDashDotLen = 0.0);
|
H A D | b3dpolygontools.hxx | 109 double fFullDashDotLen = 0.0);
|
H A D | b2dpolypolygontools.hxx | 118 double fFullDashDotLen = 0.0);
|
H A D | b2dpolygontools.hxx | 232 double fFullDashDotLen = 0.0);
|
Completed in 19 milliseconds