Home
last modified time | relevance | path

Searched refs:rBmpEx (Results 1 – 25 of 41) sorted by last modified time

12

/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1816 sal_Bool TransferableDataHelper::GetBitmapEx( SotFormatStringId nFormat, BitmapEx& rBmpEx ) in GetBitmapEx() argument
1825 if(GetBitmapEx(aFlavor, rBmpEx)) in GetBitmapEx()
1838 sal_Bool TransferableDataHelper::GetBitmapEx( const DataFlavor& rFlavor, BitmapEx& rBmpEx ) in GetBitmapEx() argument
1865 rBmpEx = aPNGReader.Read(); in GetBitmapEx()
1868 if(rBmpEx.IsEmpty()) in GetBitmapEx()
1879 rBmpEx = aBitmap; in GetBitmapEx()
1883 rBmpEx = BitmapEx(aBitmap, aMask); in GetBitmapEx()
1887 bRet = (ERRCODE_NONE == xStm->GetError() && !rBmpEx.IsEmpty()); in GetBitmapEx()
1900 const MapMode aMapMode(rBmpEx.GetPrefMapMode()); in GetBitmapEx()
1910 rBmpEx.SetPrefMapMode(MAP_PIXEL); in GetBitmapEx()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx931 void Writer::Impl_writeImage( const BitmapEx& rBmpEx, const Point& rPt, const Size& rSz, const Poin… in Impl_writeImage() argument
933 if( !!rBmpEx ) in Impl_writeImage()
935 BitmapEx bmpSource( rBmpEx ); in Impl_writeImage()
H A Dswfwriter.hxx361 …void Impl_writeImage( const BitmapEx& rBmpEx, const Point& rPt, const Size& rSz, const Point& rSrc…
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx232 sal_Bool BitmapEx::IsEqual( const BitmapEx& rBmpEx ) const in IsEqual()
234 return( rBmpEx.eTransparent == eTransparent && in IsEqual()
235 rBmpEx.bAlpha == bAlpha && in IsEqual()
236 rBmpEx.aBitmap.IsEqual( aBitmap ) && in IsEqual()
237 rBmpEx.aMask.IsEqual( aMask ) ); in IsEqual()
H A Dgdimtf.cxx1946 BitmapEx aRet( rBmpEx ); in ImplBmpAdjustFnc()
1971 BitmapEx aRet( rBmpEx ); in ImplBmpConvertFnc()
1998 if( rBmpEx.IsAlpha() ) in ImplBmpMonoFnc()
1999 return BitmapEx( aBmp, rBmpEx.GetAlpha() ); in ImplBmpMonoFnc()
2000 else if( rBmpEx.IsTransparent() ) in ImplBmpMonoFnc()
2001 return BitmapEx( aBmp, rBmpEx.GetMask() ); in ImplBmpMonoFnc()
2033 BitmapEx aRet( rBmpEx ); in ImplBmpReplaceFnc()
3024 BitmapEx& rBmpEx, in CreateThumbnail() argument
3039 if ( !rBmpEx.IsEmpty() ) in CreateThumbnail()
3040 rBmpEx.SetEmpty(); in CreateThumbnail()
[all …]
H A Dwall.cxx246 Wallpaper::Wallpaper( const BitmapEx& rBmpEx ) in Wallpaper() argument
251 mpImplWallpaper->mpBitmap = new BitmapEx( rBmpEx ); in Wallpaper()
H A Dprint2.cxx1442 … const BitmapEx& rBmpEx, long nMaxBmpDPIX, long nMaxBmpDPIY ) in GetDownsampledBitmapEx() argument
1444 BitmapEx aBmpEx( rBmpEx ); in GetDownsampledBitmapEx()
H A Dpngwrite.cxx133 if ( !rBmpEx.IsEmpty() ) in PNGWriterImpl()
135 Bitmap aBmp( rBmpEx.GetBitmap() ); in PNGWriterImpl()
161 if( rBmpEx.IsTransparent() ) in PNGWriterImpl()
179 ImplWritepHYs( rBmpEx ); in PNGWriterImpl()
196 AlphaMask aMask( rBmpEx.GetAlpha() ); in PNGWriterImpl()
202 ImplWritepHYs( rBmpEx ); in PNGWriterImpl()
212 Bitmap aMask( rBmpEx.GetMask() ); in PNGWriterImpl()
218 ImplWritepHYs( rBmpEx ); in PNGWriterImpl()
239 ImplWritepHYs( rBmpEx ); in PNGWriterImpl()
385 Size aPrefSize( rBmpEx.GetPrefSize() ); in ImplWritepHYs()
[all …]
H A Dmetaact.cxx2014 MetaBmpExAction::MetaBmpExAction( const Point& rPt, const BitmapEx& rBmpEx ) : in IMPL_META_ACTION()
2016 maBmpEx ( rBmpEx ), in IMPL_META_ACTION()
2087 const BitmapEx& rBmpEx ) : in IMPL_META_ACTION()
2089 maBmpEx ( rBmpEx ), in IMPL_META_ACTION()
2166 const BitmapEx& rBmpEx ) : in IMPL_META_ACTION()
2168 maBmpEx ( rBmpEx ), in IMPL_META_ACTION()
H A Dimage.cxx194 void Image::ImplInit( const BitmapEx& rBmpEx ) in ImplInit() argument
196 if( !rBmpEx.IsEmpty() ) in ImplInit()
201 if( rBmpEx.GetTransparentType() == TRANSPARENT_NONE ) in ImplInit()
204 mpImplData->mpData = new Bitmap( rBmpEx.GetBitmap() ); in ImplInit()
209 mpImplData->mpData = new ImplImageData( rBmpEx ); in ImplInit()
H A Dimpimage.cxx143 ImplImageData::ImplImageData( const BitmapEx& rBmpEx ) : in ImplImageData() argument
145 maBmpEx( rBmpEx ) in ImplImageData()
232 void ImplImageBmp::Create( const BitmapEx& rBmpEx, long nItemWidth, long nItemHeight, sal_uInt16 nI… in Create() argument
234 maBmpEx = rBmpEx; in Create()
246 rBmpEx.IsAlpha() ? IMPSYSIMAGEITEM_ALPHA : ( rBmpEx.IsTransparent() ? IMPSYSIMAGEITEM_MASK : 0 ), in Create()
320 void ImplImageBmp::Replace( sal_uInt16 nPos, const BitmapEx& rBmpEx ) in Replace() argument
326 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rBmpEx ); in Replace()
333 …mpInfoAry[ nPos ] |= ( rBmpEx.IsAlpha() ? IMPSYSIMAGEITEM_ALPHA : ( rBmpEx.IsTransparent() ? IMPSY… in Replace()
H A Dgraph.cxx238 Graphic::Graphic( const BitmapEx& rBmpEx ) in Graphic() argument
240 mpImpGraphic = new ImpGraphic( rBmpEx ); in Graphic()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx81 sal_Bool IsEqual( const BitmapEx& rBmpEx ) const;
H A Dwall.hxx100 explicit Wallpaper( const BitmapEx& rBmpEx );
H A Dmetaact.hxx761 MetaBmpExAction( const Point& rPt, const BitmapEx& rBmpEx );
788 const BitmapEx& rBmpEx ) ;
819 const BitmapEx& rBmpEx );
H A Doutdev.hxx1223 … const BitmapEx& rBmpEx, long nMaxBmpDPIX, long nMaxBmpDPIY );
H A Dgdimtf.hxx85 typedef BitmapEx (*BmpExchangeFnc)( const BitmapEx& rBmpEx, const void* pBmpParam );
110 SAL_DLLPRIVATE static BitmapEx ImplBmpAdjustFnc( const BitmapEx& rBmpEx, const void* pBmpParam );
113 SAL_DLLPRIVATE static BitmapEx ImplBmpConvertFnc( const BitmapEx& rBmpEx, const void* pBmpParam );
116 SAL_DLLPRIVATE static BitmapEx ImplBmpMonoFnc( const BitmapEx& rBmpEx, const void* pBmpParam );
119 SAL_DLLPRIVATE static BitmapEx ImplBmpReplaceFnc( const BitmapEx& rBmpEx, const void* pBmpParam );
243 …sal_Bool CreateThumbnail( sal_uInt32 nMaximumExtent, BitmapEx& rBmpEx, const BitmapEx* p…
H A Dgraph.hxx106 Graphic( const BitmapEx& rBmpEx );
H A Dimage.hxx98 SAL_DLLPRIVATE void ImplInit( const BitmapEx& rBmpEx );
167 BitmapEx& rBmpEx,
H A Danimate.hxx72 AnimationBitmap( const BitmapEx& rBmpEx, const Point& rPosPix, in AnimationBitmap()
75 aBmpEx ( rBmpEx ), in AnimationBitmap()
206 void SetBitmapEx( const BitmapEx& rBmpEx ) { maBitmapEx = rBmpEx; } in SetBitmapEx() argument
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx1071 const BitmapEx& rBmpEx = *static_cast< BitmapEx* >( aBmpExList.GetObject( i ) ); in CreateAnimObj() local
1072 const Graphic aGraphic( rBmpEx ); in CreateAnimObj()
1074 const Size aTmpSizePix( rBmpEx.GetSizePixel() ); in CreateAnimObj()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx3066 const BitmapEx& rBmpEx, in ImplRenderer() argument
3094 const Size aBmpSize( rBmpEx.GetSizePixel() ); in ImplRenderer()
3106 rBmpEx, in ImplRenderer()
/trunk/main/vcl/inc/
H A Dimage.h43 void Create( const BitmapEx& rBmpEx, long nItemWidth, long nItemHeight,sal_uInt16 nInitSize );
49 void Replace( sal_uInt16 nPos, const BitmapEx& rBmpEx );
153 ImplImageData( const BitmapEx& rBmpEx );
H A Dimpgraph.hxx83 ImpGraphic( const BitmapEx& rBmpEx );
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx1074 BitmapEx SvxBmpMask::ImpReplaceTransparency( const BitmapEx& rBmpEx, const Color& rColor ) in ImpReplaceTransparency() argument
1076 if( rBmpEx.IsTransparent() ) in ImpReplaceTransparency()
1078 Bitmap aBmp( rBmpEx.GetBitmap() ); in ImpReplaceTransparency()
1079 aBmp.Replace( rBmpEx.GetMask(), rColor ); in ImpReplaceTransparency()
1083 return rBmpEx; in ImpReplaceTransparency()

Completed in 172 milliseconds

12