Searched refs:maBmpEx (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | impimage.cxx | 145 maBmpEx( rBmpEx ) in ImplImageData() 162 return( maBmpEx == rData.maBmpEx ); in IsEqual() 234 maBmpEx = rBmpEx; in Create() 258 maBmpEx.Expand( nDX, 0UL ); in Expand() 279 maBmpEx.Invert(); in Invert() 309 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rImageBmp.maBmpEx ); in Replace() 349 maBmpEx = maBmpEx.GetColorTransformedBitmapEx( eColorMode ); in ColorTransform() 360 if( maBmpEx.IsAlpha() ) in GetBitmapEx() 412 aTmpBmpEx = maBmpEx; in Draw() 542 pOutputBmp = &maBmpEx; in Draw() [all …]
|
H A D | metaact.cxx | 2016 maBmpEx ( rBmpEx ), in IMPL_META_ACTION() 2055 return ( maBmpEx.IsEqual(((MetaBmpExAction&)rMetaAction).maBmpEx )) && in Compare() 2063 if( !!maBmpEx.GetBitmap() ) in Write() 2076 ReadDIBBitmapEx(maBmpEx, rIStm); in Read() 2089 maBmpEx ( rBmpEx ), in IMPL_META_ACTION() 2132 return ( maBmpEx.IsEqual(((MetaBmpExScaleAction&)rMetaAction).maBmpEx )) && in Compare() 2141 if( !!maBmpEx.GetBitmap() ) in Write() 2154 ReadDIBBitmapEx(maBmpEx, rIStm); in Read() 2168 maBmpEx ( rBmpEx ), in IMPL_META_ACTION() 2213 return ( maBmpEx.IsEqual(((MetaBmpExScalePartAction&)rMetaAction).maBmpEx )) && in Compare() [all …]
|
H A D | image.cxx | 231 aRet = static_cast< ImplImageData* >( mpImplData->mpData )->maBmpEx.GetSizePixel(); in GetSizePixel() 256 aRet = static_cast< ImplImageData* >( mpImplData->mpData )->maBmpEx; in GetBitmapEx()
|
H A D | outdev2.cxx | 1470 const Size aSize( pData->maBmpEx.GetSizePixel() ); in DrawImage() 1473 pData->mpImageBitmap->Create( pData->maBmpEx, aSize.Width(), aSize.Height(), 1 ); in DrawImage() 1506 const Size aSize( pData->maBmpEx.GetSizePixel() ); in DrawImage() 1509 pData->mpImageBitmap->Create( pData->maBmpEx, aSize.Width(), aSize.Height(), 1 ); in DrawImage()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 753 BitmapEx maBmpEx; member in MetaBmpExAction 766 const BitmapEx& GetBitmapEx() const { return maBmpEx; } in GetBitmapEx() 778 BitmapEx maBmpEx; member in MetaBmpExScaleAction 793 const BitmapEx& GetBitmapEx() const { return maBmpEx; } in GetBitmapEx() 806 BitmapEx maBmpEx; member in MetaBmpExScalePartAction 824 const BitmapEx& GetBitmapEx() const { return maBmpEx; } in GetBitmapEx()
|
/aoo42x/main/vcl/inc/ |
H A D | image.h | 61 BitmapEx maBmpEx; member in ImplImageBmp 151 BitmapEx maBmpEx; member
|
Completed in 118 milliseconds