Lines Matching refs:rDevice
33 OutputDevice& rDevice, in DrawBorder() argument
41 rDevice, in DrawBorder()
49 rDevice, in DrawBorder()
57 rDevice, in DrawBorder()
65 rDevice, in DrawBorder()
77 OutputDevice& rDevice, in DrawBevelBorder() argument
86 rDevice, in DrawBevelBorder()
94 rDevice, in DrawBevelBorder()
102 rDevice, in DrawBevelBorder()
110 rDevice, in DrawBevelBorder()
118 rDevice, in DrawBevelBorder()
126 rDevice, in DrawBevelBorder()
138 OutputDevice& rDevice, in DrawHorizontalLine() argument
154 rDevice.SetLineColor(aColor); in DrawHorizontalLine()
156 rDevice.DrawLine( in DrawHorizontalLine()
162 rDevice.DrawGradient( in DrawHorizontalLine()
177 OutputDevice& rDevice, in DrawVerticalLine() argument
193 rDevice.SetLineColor(aColor); in DrawVerticalLine()
195 rDevice.DrawLine( in DrawVerticalLine()
201 rDevice.DrawGradient( in DrawVerticalLine()
216 OutputDevice& rDevice, in DrawRoundedRectangle() argument
222 rDevice.SetLineColor(rBorderColor); in DrawRoundedRectangle()
227 rDevice.SetFillColor(); in DrawRoundedRectangle()
228 rDevice.DrawRect(rBox, nCornerRadius, nCornerRadius); in DrawRoundedRectangle()
232 rDevice.SetFillColor(rFillPaint.GetColor()); in DrawRoundedRectangle()
233 rDevice.DrawRect(rBox, nCornerRadius, nCornerRadius); in DrawRoundedRectangle()
237 rDevice.DrawGradient( in DrawRoundedRectangle()
240 rDevice.SetFillColor(); in DrawRoundedRectangle()
241 rDevice.DrawRect(rBox, nCornerRadius, nCornerRadius); in DrawRoundedRectangle()