Lines Matching refs:rInfo
1549 const LineInfo& rInfo, in impPaintLineGeometryWithEvtlExpand() argument
1557 const bool bDashUsed(LINE_DASH == rInfo.GetStyle()); in impPaintLineGeometryWithEvtlExpand()
1558 const bool bLineWidthUsed(rInfo.GetWidth() > 1); in impPaintLineGeometryWithEvtlExpand()
1563 const double fDashLen(rInfo.GetDashLen()); in impPaintLineGeometryWithEvtlExpand()
1564 const double fDotLen(rInfo.GetDotLen()); in impPaintLineGeometryWithEvtlExpand()
1565 const double fDistance(rInfo.GetDistance()); in impPaintLineGeometryWithEvtlExpand()
1567 for(sal_uInt16 a(0); a < rInfo.GetDashCount(); a++) in impPaintLineGeometryWithEvtlExpand()
1573 for(sal_uInt16 b(0); b < rInfo.GetDotCount(); b++) in impPaintLineGeometryWithEvtlExpand()
1601 const double fHalfLineWidth((rInfo.GetWidth() * 0.5) + 0.5); in impPaintLineGeometryWithEvtlExpand()
1618 rInfo.GetLineJoin(), in impPaintLineGeometryWithEvtlExpand()
1619 rInfo.GetLineCap())); in impPaintLineGeometryWithEvtlExpand()