Searched refs:fFullDotDashLen (Results 1 – 9 of 9) sorted by relevance
48 double fFullDotDashLen) in ImpStrokeAttribute() argument51 mfFullDotDashLen(fFullDotDashLen) in ImpStrokeAttribute()95 double fFullDotDashLen) in StrokeAttribute() argument97 rDotDashArray, fFullDotDashLen)) in StrokeAttribute()
56 double fFullDotDashLen) in ImpSdrLineAttribute() argument64 mfFullDotDashLen(fFullDotDashLen) in ImpSdrLineAttribute()129 double fFullDotDashLen) in SdrLineAttribute() argument138 fFullDotDashLen)) in SdrLineAttribute()
166 double fFullDotDashLen(0.0); in ImpCreateBitmapForXDash() local175 fFullDotDashLen = pDash->CreateDotDashArray(aDotDashArray, fLineWidthInUnits); in ImpCreateBitmapForXDash()184 fFullDotDashLen *= fScaleValue; in ImpCreateBitmapForXDash()190 fFullDotDashLen); in ImpCreateBitmapForXDash()
706 double fFullDotDashLen(0.0); in CreateDotDashArray() local876 fFullDotDashLen += fSingleDotLen; in CreateDotDashArray()878 fFullDotDashLen += fDashDotDistance; in CreateDotDashArray()884 fFullDotDashLen += fSingleDashLen; in CreateDotDashArray()886 fFullDotDashLen += fDashDotDistance; in CreateDotDashArray()889 return fFullDotDashLen; in CreateDotDashArray()
131 double fFullDotDashLen(0.0); in impGetStrokeAttribute() local141 fFullDotDashLen = rDash.CreateDotDashArray(aDotDashArray, (double)nLineWidth); in impGetStrokeAttribute()145 return drawinglayer::attribute::StrokeAttribute(aDotDashArray, fFullDotDashLen); in impGetStrokeAttribute()
244 double fFullDotDashLen(0.0); in createNewSdrLineAttribute() local252 fFullDotDashLen = rDash.CreateDotDashArray(aDotDashArray, (double)nWidth); in createNewSdrLineAttribute()263 fFullDotDashLen); in createNewSdrLineAttribute()
52 double fFullDotDashLen = 0.0);
61 double fFullDotDashLen);
321 … const double fFullDotDashLen(::std::accumulate(aDotDashArray.begin(), aDotDashArray.end(), 0.0)); in createRedirectedPrimitive2DSequence() local323 const drawinglayer::attribute::StrokeAttribute aStroke(aDotDashArray, fFullDotDashLen); in createRedirectedPrimitive2DSequence()
Completed in 53 milliseconds