Lines Matching refs:BitmapDevice
158 public BitmapDevice
297 BitmapDevice( rBounds, nScanlineFormat, in BitmapRenderer()
1030 BitmapDevice::BitmapDevice( const basegfx::B2IRange& rBounds, in BitmapDevice() function in basebmp::BitmapDevice
1050 BitmapDevice::~BitmapDevice() in ~BitmapDevice()
1055 basegfx::B2IVector BitmapDevice::getSize() const in getSize()
1063 bool BitmapDevice::isTopDown() const in isTopDown()
1068 sal_Int32 BitmapDevice::getScanlineFormat() const in getScanlineFormat()
1073 sal_Int32 BitmapDevice::getScanlineStride() const in getScanlineStride()
1079 RawMemorySharedArray BitmapDevice::getBuffer() const in getBuffer()
1084 PaletteMemorySharedVector BitmapDevice::getPalette() const in getPalette()
1089 sal_Int32 BitmapDevice::getPaletteEntryCount() const in getPaletteEntryCount()
1094 void BitmapDevice::clear( Color fillColor ) in clear()
1099 void BitmapDevice::setPixel( const basegfx::B2IPoint& rPt, in setPixel()
1107 void BitmapDevice::setPixel( const basegfx::B2IPoint& rPt, in setPixel()
1127 Color BitmapDevice::getPixel( const basegfx::B2IPoint& rPt ) in getPixel()
1135 sal_uInt32 BitmapDevice::getPixelData( const basegfx::B2IPoint& rPt ) in getPixelData()
1143 void BitmapDevice::drawLine( const basegfx::B2IPoint& rPt1, in drawLine()
1155 void BitmapDevice::drawLine( const basegfx::B2IPoint& rPt1, in drawLine()
1179 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon()
1190 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon()
1214 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon()
1221 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon()
1377 void BitmapDevice::drawBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawBitmap()
1399 void BitmapDevice::drawBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawBitmap()
1436 void BitmapDevice::drawMaskedColor( Color aSrcColor, in drawMaskedColor()
1480 void BitmapDevice::drawMaskedColor( Color aSrcColor, in drawMaskedColor()
1539 void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawMaskedBitmap()
1564 void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawMaskedBitmap()
2028 BitmapDeviceSharedPtr BitmapDevice::getGenericRenderer() const in getGenericRenderer()
2049 const_cast<BitmapDevice*>(this)->shared_from_this()), in getGenericRenderer()
2051 const_cast<BitmapDevice*>(this)->shared_from_this()), in getGenericRenderer()