Lines Matching refs:SalPrinterBmp
62 class SalPrinterBmp : public psp::PrinterBmp class
65 SalPrinterBmp ();
70 SalPrinterBmp (const BitmapDeviceSharedPtr& rDevice);
71 virtual ~SalPrinterBmp ();
89 SalPrinterBmp::SalPrinterBmp(const BitmapDeviceSharedPtr& rDevice) : in SalPrinterBmp() function in SalPrinterBmp
94 SalPrinterBmp::~SalPrinterBmp () in ~SalPrinterBmp()
99 SalPrinterBmp::GetWidth () const in GetWidth()
105 SalPrinterBmp::GetHeight () const in GetHeight()
111 SalPrinterBmp::GetDepth () const in GetDepth()
120 SalPrinterBmp::GetPaletteEntryCount () const in GetPaletteEntryCount()
126 SalPrinterBmp::GetPaletteColor (sal_uInt32 nIdx) const in GetPaletteColor()
138 SalPrinterBmp::GetPixelRGB (sal_uInt32 nRow, sal_uInt32 nColumn) const in GetPixelRGB()
147 SalPrinterBmp::GetPixelGray (sal_uInt32 nRow, sal_uInt32 nColumn) const in GetPixelGray()
161 SalPrinterBmp::GetPixelIdx (sal_uInt32 nRow, sal_uInt32 nColumn) const in GetPixelIdx()
428 SalPrinterBmp aBmp(pBmp->getBitmap()); in drawBitmap()