Searched refs:maBmpEx (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | impimage.cxx | 145 maBmpEx( rBmpEx ) in ImplImageData() 162 return( maBmpEx == rData.maBmpEx ); in IsEqual() 216 maBmpEx = Bitmap( aTotalSize, 24 ); in Create() 234 maBmpEx = rBmpEx; in Create() 258 maBmpEx.Expand( nDX, 0UL ); in Expand() 279 maBmpEx.Invert(); in Invert() 290 maBmpEx.CopyPixel( aDstRect, aSrcRect ); in Replace() 309 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rImageBmp.maBmpEx ); in Replace() 326 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rBmpEx ); in Replace() 340 maBmpEx.Replace( pSrcColors, pDstColors, nColorCount ); in ReplaceColors() [all …]
|
| H A D | metaact.cxx | 2016 maBmpEx ( rBmpEx ), in IMPL_META_ACTION() 2025 pOut->DrawBitmapEx( maPt, maBmpEx ); in Execute() 2055 return ( maBmpEx.IsEqual(((MetaBmpExAction&)rMetaAction).maBmpEx )) && in Compare() 2063 if( !!maBmpEx.GetBitmap() ) in Write() 2066 WriteDIBBitmapEx(maBmpEx, rOStm); in Write() 2076 ReadDIBBitmapEx(maBmpEx, rIStm); in Read() 2089 maBmpEx ( rBmpEx ), in IMPL_META_ACTION() 2099 pOut->DrawBitmapEx( maPt, maSz, maBmpEx ); in Execute() 2132 return ( maBmpEx.IsEqual(((MetaBmpExScaleAction&)rMetaAction).maBmpEx )) && in Compare() 2141 if( !!maBmpEx.GetBitmap() ) in Write() [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 | 1461 const Size aSize( pData->maBmpEx.GetSizePixel() ); in DrawImage() 1464 pData->mpImageBitmap->Create( pData->maBmpEx, aSize.Width(), aSize.Height(), 1 ); in DrawImage() 1497 const Size aSize( pData->maBmpEx.GetSizePixel() ); in DrawImage() 1500 … pData->mpImageBitmap->Create( pData->maBmpEx, aSize.Width(), aSize.Height(), 1 ); in DrawImage()
|
| /AOO41X/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()
|
| /AOO41X/main/vcl/inc/ |
| H A D | image.h | 61 BitmapEx maBmpEx; 151 BitmapEx maBmpEx; member
|