Lines Matching refs:BitmapEx

81 		BitmapEx	aBmpEx;  in Image()
86 aBmpEx = BitmapEx( ResId( (RSHEADER_TYPE*)pResMgr->GetClass(), *pResMgr ) ); in Image()
95 aBmpEx = BitmapEx( aBmpEx.GetBitmap(), aMaskBitmap ); in Image()
106 aBmpEx = BitmapEx( aBmpEx.GetBitmap(), aMaskColor ); in Image()
129 Image::Image( const BitmapEx& rBitmapEx ) : in Image()
154 const BitmapEx aBmpEx( rBitmap, rMaskBitmap ); in Image()
166 const BitmapEx aBmpEx( rBitmap, rColor ); in Image()
194 void Image::ImplInit( const BitmapEx& rBmpEx ) in ImplInit()
241 BitmapEx Image::GetBitmapEx() const in GetBitmapEx()
245 BitmapEx aRet; in GetBitmapEx()
283 BitmapEx aBmpEx( GetBitmapEx() ); in GetColorTransformedImage()
306 BitmapEx aBmpEx( GetBitmapEx() ); in GetColorTransformedImage()
322 BitmapEx aInvertedBmp( GetBitmapEx() ); in Invert()
460 BitmapEx aEmpty; in ImageList()
493 mpImplData->AddImage( rNameVector[ i ], static_cast< sal_uInt16 >( i ) + 1, BitmapEx() ); in ImageList()
536 BitmapEx aBmpEx; in Load()
572 BitmapEx ImageList::GetAsHorizontalStrip() const in GetAsHorizontalStrip()
577 return BitmapEx(); in GetAsHorizontalStrip()
588 BitmapEx aTempl = mpImplData->maImages[ 0 ]->maBitmapEx; in GetAsHorizontalStrip()
589 BitmapEx aResult; in GetAsHorizontalStrip()
592 aResult = BitmapEx( aPixels, AlphaMask( aSize ) ); in GetAsHorizontalStrip()
594 aResult = BitmapEx( aPixels, Bitmap( aSize, aTempl.GetMask().GetBitCount() ) ); in GetAsHorizontalStrip()
596 aResult = BitmapEx( aPixels ); in GetAsHorizontalStrip()
612 void ImageList::InsertFromHorizontalStrip( const BitmapEx &rBitmapEx, in InsertFromHorizontalStrip()
630 BitmapEx aBitmap( rBitmapEx, Point( nIdx * aSize.Width(), 0 ), aSize ); in InsertFromHorizontalStrip()
644 BitmapEx aBmpEx( rResId ); in InsertFromHorizontalBitmap()
648 aBmpEx = BitmapEx( aBmpEx.GetBitmap(), *pMaskColor ); in InsertFromHorizontalBitmap()
650 aBmpEx = BitmapEx( aBmpEx.GetBitmap() ); in InsertFromHorizontalBitmap()