Searched refs:PrinterBmp (Results 1 – 4 of 4) sorted by relevance
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 137 class PrinterBmp class 141 virtual ~PrinterBmp () = 0; 225 void DrawPS1GrayImage (const PrinterBmp& rBitmap, const Rectangle& rArea); 227 void writePS2Colorspace (const PrinterBmp& rBitmap, psp::ImageType nType); 228 void DrawPS2GrayImage (const PrinterBmp& rBitmap, const Rectangle& rArea); 229 void DrawPS2PaletteImage (const PrinterBmp& rBitmap, const Rectangle& rArea); 230 void DrawPS2TrueColorImage (const PrinterBmp& rBitmap, const Rectangle& rArea); 231 void DrawPS2MonoImage (const PrinterBmp& rBitmap, const Rectangle& rArea); 377 const PrinterBmp& rBitmap); 379 const PrinterBmp& rBitmap, [all …]
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | bitmap_gfx.cxx | 43 PrinterBmp::~PrinterBmp () in ~PrinterBmp() 421 const PrinterBmp& rBitmap) in DrawBitmap() 470 const PrinterBmp& /*rBitmap*/, const PrinterBmp& /*rTransBitmap*/) in DrawBitmap() argument 484 const PrinterBmp &/*rBitmap*/, PrinterColor& /*rMaskColor*/) in DrawMask() argument 502 PrinterGfx::DrawPS1GrayImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS1GrayImage() 578 PrinterGfx::writePS2Colorspace(const PrinterBmp& rBitmap, psp::ImageType nType) in writePS2Colorspace() 629 PrinterGfx::DrawPS2GrayImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2GrayImage() 650 PrinterGfx::DrawPS2MonoImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2MonoImage() 685 PrinterGfx::DrawPS2PaletteImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2PaletteImage() 706 PrinterGfx::DrawPS2TrueColorImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2TrueColorImage()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 60 class SalPrinterBmp : public psp::PrinterBmp
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 62 class SalPrinterBmp : public psp::PrinterBmp
|
Completed in 58 milliseconds