Lines Matching refs:SalPrinterBmp
60 class SalPrinterBmp : public psp::PrinterBmp class
72 SalPrinterBmp ();
76 SalPrinterBmp (BitmapBuffer* pBitmap);
77 virtual ~SalPrinterBmp ();
88 SalPrinterBmp::SalPrinterBmp (BitmapBuffer* pBuffer) : in SalPrinterBmp() function in SalPrinterBmp
148 SalPrinterBmp::~SalPrinterBmp () in ~SalPrinterBmp()
153 SalPrinterBmp::GetWidth () const in GetWidth()
159 SalPrinterBmp::GetHeight () const in GetHeight()
165 SalPrinterBmp::GetDepth () const in GetDepth()
196 SalPrinterBmp::ColorOf (BitmapColor& rColor) const in ColorOf()
207 SalPrinterBmp::GrayOf (BitmapColor& rColor) const in GrayOf()
218 SalPrinterBmp::GetPaletteEntryCount () const in GetPaletteEntryCount()
224 SalPrinterBmp::GetPaletteColor (sal_uInt32 nIdx) const in GetPaletteColor()
230 SalPrinterBmp::GetPixelRGB (sal_uInt32 nRow, sal_uInt32 nColumn) const in GetPixelRGB()
239 SalPrinterBmp::GetPixelGray (sal_uInt32 nRow, sal_uInt32 nColumn) const in GetPixelGray()
248 SalPrinterBmp::GetPixelIdx (sal_uInt32 nRow, sal_uInt32 nColumn) const in GetPixelIdx()
491 SalPrinterBmp aBmp (pBuffer); in drawBitmap()