Home
last modified time | relevance | path

Searched refs:rBmpEx (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx90 aBmpEx = rBmpEx; in muckWithBitmap()
519 BitmapEx aBmpEx( rBmpEx ); in ImplCreateOutput()
1224 if( rBmpEx.IsAlpha() ) in ImplCreateScaled()
1226 DBG_ASSERT( rBmpEx.GetAlpha().GetSizePixel() == rBmpEx.GetSizePixel(), in ImplCreateScaled()
1306 DBG_ASSERT( rBmpEx.GetMask().GetSizePixel() == rBmpEx.GetSizePixel(), in ImplCreateScaled()
1561 if( rBmpEx.IsAlpha() ) in ImplCreateRotatedScaled()
1803 aAlpha = rBmpEx.GetMask(); in ImplAdjust()
1848 rBmpEx = BitmapEx( rBmpEx.GetBitmap(), aAlpha ); in ImplAdjust()
2432 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetAlpha() ); in ImplTransformBitmap()
2434 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetMask() ); in ImplTransformBitmap()
[all …]
H A Dgrfcache.cxx469 const BitmapEx& rBmpEx ) : in GraphicDisplayCacheEntry() argument
471 mpMtf( NULL ), mpBmpEx( new BitmapEx( rBmpEx ) ), in GraphicDisplayCacheEntry()
922 const BitmapEx& rBmpEx ) in CreateDisplayCacheObj() argument
933 pOut, rPt, rSz, rObj, rAttr, rBmpEx ); in CreateDisplayCacheObj()
/trunk/main/vcl/source/gdi/
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 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 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 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 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 Dwall.cxx246 Wallpaper::Wallpaper( const BitmapEx& rBmpEx ) in Wallpaper() argument
251 mpImplWallpaper->mpBitmap = new BitmapEx( rBmpEx ); in Wallpaper()
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx152 RawRGBABitmap bitmapFromVCLBitmapEx( const ::BitmapEx& rBmpEx ) in bitmapFromVCLBitmapEx() argument
160 ENSURE_OR_THROW( rBmpEx.IsTransparent(), in bitmapFromVCLBitmapEx()
167 const ::Size aBmpSize( rBmpEx.GetSizePixel() ); in bitmapFromVCLBitmapEx()
174 Bitmap aBitmap( rBmpEx.GetBitmap() ); in bitmapFromVCLBitmapEx()
186 if( rBmpEx.IsAlpha() ) in bitmapFromVCLBitmapEx()
188 Bitmap aAlpha( rBmpEx.GetAlpha().GetBitmap() ); in bitmapFromVCLBitmapEx()
331 Bitmap aMask( rBmpEx.GetMask() ); in bitmapFromVCLBitmapEx()
487 const ::BitmapEx& rBmpEx ) in drawVCLBitmapEx()
489 if( !rBmpEx.IsTransparent() ) in drawVCLBitmapEx()
491 Bitmap aBmp( rBmpEx.GetBitmap() ); in drawVCLBitmapEx()
[all …]
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dbitmapaction.cxx90 BitmapAction::BitmapAction( const ::BitmapEx& rBmpEx, in BitmapAction() argument
96 rBmpEx ) ), in BitmapAction()
117 BitmapAction::BitmapAction( const ::BitmapEx& rBmpEx, in BitmapAction() argument
124 rBmpEx ) ), in BitmapAction()
133 const ::Size aBmpSize( rBmpEx.GetSizePixel() ); in BitmapAction()
210 … ActionSharedPtr BitmapActionFactory::createBitmapAction( const ::BitmapEx& rBmpEx, in createBitmapAction() argument
215 return ActionSharedPtr( new BitmapAction(rBmpEx, in createBitmapAction()
221 ActionSharedPtr BitmapActionFactory::createBitmapAction( const ::BitmapEx& rBmpEx, in createBitmapAction() argument
227 return ActionSharedPtr( new BitmapAction(rBmpEx, in createBitmapAction()
/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx234 Rectangle aBmpRect( aNullPt, rBmpEx.GetSizePixel() ); in mergeBitmaps_Impl()
240 if( !rBmpEx.IsEmpty() && aVDev.SetOutputSizePixel( aBmpRect.GetSize() ) ) in mergeBitmaps_Impl()
247 rReturn = rBmpEx; in mergeBitmaps_Impl()
250 aVDev.DrawBitmap( aNullPt, aVDev.GetOutputSizePixel(), rBmpEx.GetBitmap() ); in mergeBitmaps_Impl()
256 if( !rBmpEx.IsTransparent() ) in mergeBitmaps_Impl()
260 aVDev.DrawBitmap( aNullPt, aVDev.GetOutputSizePixel(), rBmpEx.GetMask() ); in mergeBitmaps_Impl()
287 BitmapEx& rBmpEx, in createThumb_Impl() argument
302 if ( !rBmpEx.IsEmpty() ) in createThumb_Impl()
303 rBmpEx.SetEmpty(); in createThumb_Impl()
370 rBmpEx = BitmapEx( aBmp ); in createThumb_Impl()
[all …]
H A Dgraphhelp.hxx35 static sal_Bool mergeBitmaps_Impl( const BitmapEx& rBmpEx, const BitmapEx& rOverlay,
40 BitmapEx& rBmpEx,
/trunk/main/vcl/inc/vcl/
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 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
H A Dimage.hxx98 SAL_DLLPRIVATE void ImplInit( const BitmapEx& rBmpEx );
167 BitmapEx& rBmpEx,
H A Dmetaact.hxx761 MetaBmpExAction( const Point& rPt, const BitmapEx& rBmpEx );
788 const BitmapEx& rBmpEx ) ;
819 const BitmapEx& rBmpEx );
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx65 sal_Bool CreateAccess( const BitmapEx& rBmpEx );
69 void WriteBitmapEx( const BitmapEx& rBmpEx, const Point& rPoint, sal_Bool bExtended,
176 void GIFWriter::WriteBitmapEx( const BitmapEx& rBmpEx, const Point& rPoint, in WriteBitmapEx() argument
179 if( CreateAccess( rBmpEx ) ) in WriteBitmapEx()
246 sal_Bool GIFWriter::CreateAccess( const BitmapEx& rBmpEx ) in CreateAccess() argument
250 Bitmap aMask( rBmpEx.GetMask() ); in CreateAccess()
252 aAccBmp = rBmpEx.GetBitmap(); in CreateAccess()
/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/svtools/inc/svtools/
H A Dgrfmgr.hxx295 void SVT_DLLPRIVATE ImplTransformBitmap( BitmapEx& rBmpEx,
522 const BitmapEx& rBmpEx, const GraphicAttr& rAttr,
529 sal_Bool SVT_DLLPRIVATE ImplCreateScaled( const BitmapEx& rBmpEx,
534 sal_Bool SVT_DLLPRIVATE ImplCreateRotatedScaled( const BitmapEx& rBmpEx,
540 …static void SVT_DLLPRIVATE ImplAdjust( BitmapEx& rBmpEx, const GraphicAttr& rAttr, sal_uLong nAdj…
/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 );
/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()
/trunk/main/cppcanvas/source/wrapper/
H A Dvclfactory.cxx217 const ::BitmapEx& rBmpEx ) const in createBitmap()
233 rBmpEx) ) ); in createBitmap()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx993 void SVGActionWriter::ImplWriteBmp( const BitmapEx& rBmpEx, in ImplWriteBmp() argument
998 if( !!rBmpEx ) in ImplWriteBmp()
1000 BitmapEx aBmpEx( rBmpEx ); in ImplWriteBmp()
1002 const Rectangle aBmpRect( aPoint, rBmpEx.GetSizePixel() ); in ImplWriteBmp()
1012 if( GraphicConverter::Export( aOStm, rBmpEx, CVT_PNG ) == ERRCODE_NONE ) in ImplWriteBmp()
/trunk/main/sc/source/ui/view/
H A Dviewfun7.cxx373 sal_Bool ScViewFunc::PasteBitmapEx( const Point& rPos, const BitmapEx& rBmpEx ) in PasteBitmapEx() argument
376 Graphic aGraphic(rBmpEx); in PasteBitmapEx()
/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()

Completed in 183 milliseconds

12