Home
last modified time | relevance | path

Searched refs:xInputBitmap (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/vcl/source/helper/
H A Dcanvastools.cxx217 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() argument
313 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()
/aoo4110/main/vcl/inc/vcl/
H A Dcanvastools.hxx140 … ::com::sun::star::rendering::XIntegerReadOnlyBitmap >& xInputBitmap );

Completed in 22 milliseconds