Searched refs:xInputBitmap (Results 1 – 2 of 2) sorted by relevance
217 const uno::Reference< rendering::XIntegerReadOnlyBitmap >& xInputBitmap, in readBmp()232 aPixelData = xInputBitmap->getData(aCurrLayout,aRect); in readBmp()309 …BLIC bitmapExFromXBitmap( const uno::Reference< rendering::XIntegerReadOnlyBitmap >& xInputBitmap ) in bitmapExFromXBitmap() argument313 if( !xInputBitmap.is() ) in bitmapExFromXBitmap()318 VclCanvasBitmap* pImplBitmap = dynamic_cast<VclCanvasBitmap*>(xInputBitmap.get()); in bitmapExFromXBitmap()328 xInputBitmap, uno::UNO_QUERY); in bitmapExFromXBitmap()336 xInputBitmap->getMemoryLayout()); in bitmapExFromXBitmap()345 if( xInputBitmap->hasAlpha() ) in bitmapExFromXBitmap()412 sizeFromIntegerSize2D(xInputBitmap->getSize())); in bitmapExFromXBitmap()442 if( !readBmp(nWidth,nHeight,aLayout,xInputBitmap, in bitmapExFromXBitmap()
140 … ::com::sun::star::rendering::XIntegerReadOnlyBitmap >& xInputBitmap );
Completed in 16 milliseconds