Lines Matching refs:BitmapDevice

155                   public BitmapDevice
294 BitmapDevice( rBounds, nScanlineFormat, in BitmapRenderer()
1027 BitmapDevice::BitmapDevice( const basegfx::B2IRange& rBounds, in BitmapDevice() function in basebmp::BitmapDevice
1047 BitmapDevice::~BitmapDevice() in ~BitmapDevice()
1052 basegfx::B2IVector BitmapDevice::getSize() const in getSize()
1060 bool BitmapDevice::isTopDown() const in isTopDown()
1065 sal_Int32 BitmapDevice::getScanlineFormat() const in getScanlineFormat()
1070 sal_Int32 BitmapDevice::getScanlineStride() const in getScanlineStride()
1076 RawMemorySharedArray BitmapDevice::getBuffer() const in getBuffer()
1081 PaletteMemorySharedVector BitmapDevice::getPalette() const in getPalette()
1086 sal_Int32 BitmapDevice::getPaletteEntryCount() const in getPaletteEntryCount()
1091 void BitmapDevice::clear( Color fillColor ) in clear()
1096 void BitmapDevice::setPixel( const basegfx::B2IPoint& rPt, in setPixel()
1104 void BitmapDevice::setPixel( const basegfx::B2IPoint& rPt, in setPixel()
1124 Color BitmapDevice::getPixel( const basegfx::B2IPoint& rPt ) in getPixel()
1132 sal_uInt32 BitmapDevice::getPixelData( const basegfx::B2IPoint& rPt ) in getPixelData()
1140 void BitmapDevice::drawLine( const basegfx::B2IPoint& rPt1, in drawLine()
1152 void BitmapDevice::drawLine( const basegfx::B2IPoint& rPt1, in drawLine()
1176 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon()
1187 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon()
1211 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon()
1218 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon()
1374 void BitmapDevice::drawBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawBitmap()
1396 void BitmapDevice::drawBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawBitmap()
1433 void BitmapDevice::drawMaskedColor( Color aSrcColor, in drawMaskedColor()
1477 void BitmapDevice::drawMaskedColor( Color aSrcColor, in drawMaskedColor()
1536 void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawMaskedBitmap()
1561 void BitmapDevice::drawMaskedBitmap( const BitmapDeviceSharedPtr& rSrcBitmap, in drawMaskedBitmap()
2025 BitmapDeviceSharedPtr BitmapDevice::getGenericRenderer() const in getGenericRenderer()
2046 const_cast<BitmapDevice*>(this)->shared_from_this()), in getGenericRenderer()
2048 const_cast<BitmapDevice*>(this)->shared_from_this()), in getGenericRenderer()