Searched refs:PrinterColor (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/inc/ |
H A D | printergfx.hxx | 44 class PrinterColor class 59 PrinterColor () : in PrinterColor() function in psp::PrinterColor 69 PrinterColor (sal_uInt32 nRGB) : in PrinterColor() function in psp::PrinterColor 75 ~PrinterColor () in ~PrinterColor() 98 PrinterColor& operator= (const PrinterColor& aColor) in operator =() 172 PrinterColor maColor; 240 PrinterColor maFillColor; 241 PrinterColor maTextColor; 242 PrinterColor maLineColor; 345 void SetLineColor (const PrinterColor& rLineColor = PrinterColor()) in SetLineColor() [all …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
Completed in 33 milliseconds