Searched refs:VclCanvasBitmap (Results 1 – 4 of 4) sorted by relevance
105 VclCanvasBitmap::VclCanvasBitmap( const BitmapEx& rBitmap ) : in VclCanvasBitmap() function in VclCanvasBitmap433 VclCanvasBitmap::~VclCanvasBitmap() in ~VclCanvasBitmap()448 ::sal_Bool SAL_CALL VclCanvasBitmap::hasAlpha() throw (uno::RuntimeException) in hasAlpha()461 return uno::Reference<rendering::XBitmap>( new VclCanvasBitmap( aNewBmp ) ); in getScaledBitmap()667 sal_Int32 SAL_CALL VclCanvasBitmap::getNumberOfEntries() throw (uno::RuntimeException) in getNumberOfEntries()732 sal_Int8 SAL_CALL VclCanvasBitmap::getType( ) throw (uno::RuntimeException) in getType()1040 sal_Int32 SAL_CALL VclCanvasBitmap::getBitsPerPixel( ) throw (uno::RuntimeException) in getBitsPerPixel()1052 sal_Int8 SAL_CALL VclCanvasBitmap::getEndianness( ) throw (uno::RuntimeException) in getEndianness()1061 if( dynamic_cast<VclCanvasBitmap*>(targetColorSpace.get()) ) in convertFromIntegerColorSpace()1125 if( dynamic_cast<VclCanvasBitmap*>(targetColorSpace.get()) ) in convertToIntegerColorSpace()[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 );
Completed in 45 milliseconds