Home
last modified time | relevance | path

Searched refs:fAccumulated (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx713 const double fAccumulated(::std::accumulate(fDotDashArray.begin(), fDotDashArray.end(), 0.0)); in createLinePrimitive() local
716 fAccumulated); in createLinePrimitive()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1579 … const double fAccumulated(::std::accumulate(fDotDashArray.begin(), fDotDashArray.end(), 0.0)); in impPaintLineGeometryWithEvtlExpand() local
1581 if(fAccumulated > 0.0) in impPaintLineGeometryWithEvtlExpand()
H A Dlineinfo.cxx362 const double fAccumulated(::std::accumulate(fDotDashArray.begin(), fDotDashArray.end(), 0.0)); in applyToB2DPolyPolygon() local
364 if(fAccumulated > 0.0) in applyToB2DPolyPolygon()
/trunk/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx62 … const double fAccumulated(::std::accumulate(maDotDashArray.begin(), maDotDashArray.end(), 0.0)); in getFullDotDashLen() local
63 const_cast< ImpStrokeAttribute* >(this)->mfFullDotDashLen = fAccumulated; in getFullDotDashLen()

Completed in 57 milliseconds