Lines Matching refs:PrinterColor
44 class PrinterColor class
59 PrinterColor () : in PrinterColor() function in psp::PrinterColor
62 PrinterColor (sal_uInt16 nRed, sal_uInt16 nGreen, in PrinterColor() function in psp::PrinterColor
69 PrinterColor (sal_uInt32 nRGB) : in PrinterColor() function in psp::PrinterColor
75 ~PrinterColor () in ~PrinterColor()
89 sal_Bool operator== (const PrinterColor& aColor) const in operator ==()
96 sal_Bool operator!= (const PrinterColor& aColor) const in operator !=()
98 PrinterColor& operator= (const PrinterColor& aColor) in operator =()
108 PrinterColor& operator= (sal_uInt32 nRGB) in operator =()
172 PrinterColor maColor;
240 PrinterColor maFillColor;
241 PrinterColor maTextColor;
242 PrinterColor maLineColor;
267 void PSSetColor (const PrinterColor& rColor) in PSSetColor()
345 void SetLineColor (const PrinterColor& rLineColor = PrinterColor()) in SetLineColor()
347 void SetFillColor (const PrinterColor& rFillColor = PrinterColor()) in SetFillColor()
351 void DrawPixel (const Point& rPoint, const PrinterColor& rPixelColor);
382 const PrinterBmp &rBitmap, PrinterColor& rMaskColor);
412 void SetTextColor (PrinterColor& rTextColor) in SetTextColor()