Searched refs:xIntBmp (Results 1 – 4 of 4) sorted by relevance
84 … const uno::Reference< rendering::XIntegerReadOnlyBitmap> xIntBmp(xBitmap, uno::UNO_QUERY_THROW); in convertPrimitive2DSequenceToBitmapEx() local86 if(xIntBmp.is()) in convertPrimitive2DSequenceToBitmapEx()88 aRetval = vcl::unotools::bitmapExFromXBitmap(xIntBmp); in convertPrimitive2DSequenceToBitmapEx()
506 uno::Reference< rendering::XIntegerReadOnlyBitmap > xIntBmp( in drawVCLBitmapFromXBitmap() local509 if( !xIntBmp.is() ) in drawVCLBitmapFromXBitmap()512 ::BitmapEx aBmpEx = ::vcl::unotools::bitmapExFromXBitmap( xIntBmp ); in drawVCLBitmapFromXBitmap()
94 uno::Reference< rendering::XIntegerReadOnlyBitmap > xIntBmp( in bitmapExFromXBitmap() local97 ::BitmapEx aBmpEx = ::vcl::unotools::bitmapExFromXBitmap( xIntBmp ); in bitmapExFromXBitmap()
335 uno::Reference<rendering::XIntegerReadOnlyBitmap> xIntBmp(xBitmap, in bitmapExFromXBitmap() local337 ::BitmapEx aBmpEx = ::vcl::unotools::bitmapExFromXBitmap(xIntBmp); in bitmapExFromXBitmap()
Completed in 47 milliseconds