Searched refs:PrinterColor (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/vcl/inc/ |
| H A D | printergfx.hxx | 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; [all …]
|
| /AOO41X/main/vcl/unx/generic/printergfx/ |
| H A D | common_gfx.cxx | 164 maLineColor = PrinterColor(); in Clear() 165 maFillColor = PrinterColor(); in Clear() 166 maTextColor = PrinterColor(); in Clear() 396 PrinterGfx::DrawPixel (const Point& rPoint, const PrinterColor& rPixelColor) in DrawPixel() 739 PrinterColor& rColor( maVirtualStatus.maColor ); in PSSetColor()
|
| H A D | bitmap_gfx.cxx | 484 const PrinterBmp &/*rBitmap*/, PrinterColor& /*rMaskColor*/) in DrawMask() argument 613 PrinterColor aColor = rBitmap.GetPaletteColor(i); in writePS2Colorspace() 718 PrinterColor aColor = rBitmap.GetPixelRGB (nRow, nColumn); in DrawPS2TrueColorImage()
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svppspgraphics.cxx | 280 psp::PrinterColor aColor (SALCOLOR_RED (nSalColor), in SetLineColor() 293 psp::PrinterColor aColor (SALCOLOR_RED (nSalColor), in SetFillColor() 322 psp::PrinterColor aColor (SALCOLOR_RED (nSalColor), in drawPixel() 791 psp::PrinterColor aColor (SALCOLOR_RED (nSalColor), in SetTextColor()
|
| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | pspgraphics.cxx | 346 psp::PrinterColor aColor (SALCOLOR_RED (nSalColor), in SetLineColor() 359 psp::PrinterColor aColor (SALCOLOR_RED (nSalColor), in SetFillColor() 388 psp::PrinterColor aColor (SALCOLOR_RED (nSalColor), in drawPixel() 876 psp::PrinterColor aColor (SALCOLOR_RED (nSalColor), in SetTextColor()
|