Searched refs:CreateDotDashArray (Results 1 – 5 of 5) sorted by relevance
70 double CreateDotDashArray(::std::vector< double >& rDotDashArray, double fLineWidth) const;
175 fFullDotDashLen = pDash->CreateDotDashArray(aDotDashArray, fLineWidthInUnits); in ImpCreateBitmapForXDash()
704 double XDash::CreateDotDashArray(::std::vector< double >& rDotDashArray, double fLineWidth) const in CreateDotDashArray() function in XDash
141 fFullDotDashLen = rDash.CreateDotDashArray(aDotDashArray, (double)nLineWidth); in impGetStrokeAttribute()
252 fFullDotDashLen = rDash.CreateDotDashArray(aDotDashArray, (double)nWidth); in createNewSdrLineAttribute()
Completed in 30 milliseconds