Searched refs:VclCanvasBitmap (Results 1 – 4 of 4) sorted by relevance
64 void VclCanvasBitmap::setComponentInfo( sal_uLong redShift, sal_uLong greenShift, sal_uLong blueShi… in setComponentInfo()105 VclCanvasBitmap::VclCanvasBitmap( const BitmapEx& rBitmap ) : in VclCanvasBitmap() function in VclCanvasBitmap433 VclCanvasBitmap::~VclCanvasBitmap() in ~VclCanvasBitmap()442 geometry::IntegerSize2D SAL_CALL VclCanvasBitmap::getSize() throw (uno::RuntimeException) in getSize()448 ::sal_Bool SAL_CALL VclCanvasBitmap::hasAlpha() throw (uno::RuntimeException) in hasAlpha()454 uno::Reference< rendering::XBitmap > SAL_CALL VclCanvasBitmap::getScaledBitmap( const geometry::Rea… in getScaledBitmap()461 return uno::Reference<rendering::XBitmap>( new VclCanvasBitmap( aNewBmp ) ); in getScaledBitmap()465 uno::Sequence< sal_Int8 > SAL_CALL VclCanvasBitmap::getData( rendering::IntegerBitmapLayout& bi… in getData()570 uno::Sequence< sal_Int8 > SAL_CALL VclCanvasBitmap::getPixel( rendering::IntegerBitmapLayout& bit… in getPixel()639 uno::Reference< rendering::XBitmapPalette > SAL_CALL VclCanvasBitmap::getPalette() throw (uno::Runt… in getPalette()[all …]
168 return new vcl::unotools::VclCanvasBitmap( BitmapEx( inputBitmap ) ); in xBitmapFromBitmap()178 return new vcl::unotools::VclCanvasBitmap( inputBitmap ); in xBitmapFromBitmapEx()318 VclCanvasBitmap* pImplBitmap = dynamic_cast<VclCanvasBitmap*>(xInputBitmap.get()); in bitmapExFromXBitmap()
159 void checkCanvasBitmap( const rtl::Reference<VclCanvasBitmap>& xBmp, in checkCanvasBitmap()310 void checkBitmapImport( const rtl::Reference<VclCanvasBitmap>& xBmp, in checkBitmapImport()910 rtl::Reference<VclCanvasBitmap> xBmp( new VclCanvasBitmap(aBitmap) ); in Paint()929 xBmp.set( new VclCanvasBitmap(BitmapEx(aBitmap,aMask)) ); in Paint()948 xBmp.set( new VclCanvasBitmap(BitmapEx(aBitmap,aAlpha)) ); in Paint()
40 class VCL_DLLPUBLIC VclCanvasBitmap : class67 virtual ~VclCanvasBitmap();117 explicit VclCanvasBitmap( const BitmapEx& rBitmap );