Home
last modified time | relevance | path

Searched refs:aBmpEx (Results 1 – 25 of 111) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dgrfflt.cxx64 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
66 if( aBmpEx.Invert() ) in ExecuteGrfFilterSlot()
67 aGraphic = aBmpEx; in ExecuteGrfFilterSlot()
98 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
101 aGraphic = aBmpEx; in ExecuteGrfFilterSlot()
123 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
126 aGraphic = aBmpEx; in ExecuteGrfFilterSlot()
148 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
151 aGraphic = aBmpEx; in ExecuteGrfFilterSlot()
200 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
[all …]
H A D_bmpmask.cxx614 BitmapEx aBmpEx; in ImpMaskTransparent() local
620 aBmpEx = BitmapEx( rBitmapEx.GetBitmap(), aMask ); in ImpMaskTransparent()
623 return aBmpEx; in ImpMaskTransparent()
845 const BitmapEx aBmpEx( Mask( pAct->GetBitmapEx() ).GetBitmapEx() ); in ImpMask() local
847 pAct = new MetaBmpExAction( pAct->GetPoint(), aBmpEx ); in ImpMask()
964 BitmapEx aBmpEx = aGraphic.GetBitmapEx(); in Mask() local
965 aBmpEx.ReplaceTransparency(aReplColor); in Mask()
966 aGraphic = aBmpEx; in Mask()
983 BitmapEx aBmpEx( ImpMaskTransparent( aGraphic.GetBitmapEx(), in Mask() local
985 const Size aSize( aBmpEx.GetSizePixel() ); in Mask()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dgrfflt.cxx65 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
67 if( aBmpEx.Invert() ) in ExecuteGrfFilterSlot()
68 aGraphic = aBmpEx; in ExecuteGrfFilterSlot()
99 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
102 aGraphic = aBmpEx; in ExecuteGrfFilterSlot()
124 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
127 aGraphic = aBmpEx; in ExecuteGrfFilterSlot()
149 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
152 aGraphic = aBmpEx; in ExecuteGrfFilterSlot()
201 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in ExecuteGrfFilterSlot() local
[all …]
H A D_bmpmask.cxx626 BitmapEx aBmpEx; in ImpMaskTransparent() local
632 aBmpEx = BitmapEx( rBitmapEx.GetBitmap(), aMask ); in ImpMaskTransparent()
635 return aBmpEx; in ImpMaskTransparent()
857 const BitmapEx aBmpEx( Mask( pAct->GetBitmapEx() ).GetBitmapEx() ); in ImpMask() local
859 pAct = new MetaBmpExAction( pAct->GetPoint(), aBmpEx ); in ImpMask()
976 BitmapEx aBmpEx = aGraphic.GetBitmapEx(); in Mask() local
977 aBmpEx.ReplaceTransparency(aReplColor); in Mask()
978 aGraphic = aBmpEx; in Mask()
995 BitmapEx aBmpEx( ImpMaskTransparent( aGraphic.GetBitmapEx(), in Mask() local
997 const Size aSize( aBmpEx.GetSizePixel() ); in Mask()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dcuigrfflt.cxx112 if( aBmpEx.Scale( aGrfSize ) ) in ScaleImageToFit()
113 maScaledOrig = aBmpEx; in ScaleImageToFit()
211 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GetFilteredGraphic() local
218 aRet = aBmpEx; in GetFilteredGraphic()
255 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GetFilteredGraphic() local
259 aRet = aBmpEx; in GetFilteredGraphic()
313 aBmpEx.Invert(); in GetFilteredGraphic()
315 aRet = aBmpEx; in GetFilteredGraphic()
353 aRet = aBmpEx; in GetFilteredGraphic()
391 aRet = aBmpEx; in GetFilteredGraphic()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dcuigrfflt.cxx112 if( aBmpEx.Scale( aGrfSize ) ) in ScaleImageToFit()
113 maScaledOrig = aBmpEx; in ScaleImageToFit()
211 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GetFilteredGraphic() local
218 aRet = aBmpEx; in GetFilteredGraphic()
255 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GetFilteredGraphic() local
259 aRet = aBmpEx; in GetFilteredGraphic()
313 aBmpEx.Invert(); in GetFilteredGraphic()
315 aRet = aBmpEx; in GetFilteredGraphic()
353 aRet = aBmpEx; in GetFilteredGraphic()
391 aRet = aBmpEx; in GetFilteredGraphic()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/outdev/
H A Dwallpaper.cxx128 BitmapEx aBmpEx; in DrawBitmapWallpaper() local
140 aBmpEx = *pCached; in DrawBitmapWallpaper()
142 aBmpEx = rWallpaper.GetBitmap(); in DrawBitmapWallpaper()
144 const long nBmpWidth = aBmpEx.GetSizePixel().Width(); in DrawBitmapWallpaper()
146 const bool bTransparent = aBmpEx.IsTransparent(); in DrawBitmapWallpaper()
160 aVDev->DrawBitmapEx( Point(), aBmpEx ); in DrawBitmapWallpaper()
210 aBmpEx = rWallpaper.GetBitmap(); in DrawBitmapWallpaper()
211 aBmpEx.Scale( aSize ); in DrawBitmapWallpaper()
212 aBmpEx = BitmapEx( aBmpEx.GetBitmap().CreateDisplayBitmap( this ), aBmpEx.GetMask() ); in DrawBitmapWallpaper()
349 DrawBitmapEx( aPos, aBmpEx ); in DrawBitmapWallpaper()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/outdev/
H A Dwallpaper.cxx141 BitmapEx aBmpEx; in DrawBitmapWallpaper() local
153 aBmpEx = *pCached; in DrawBitmapWallpaper()
155 aBmpEx = rWallpaper.GetBitmap(); in DrawBitmapWallpaper()
159 const bool bTransparent = aBmpEx.IsAlpha(); in DrawBitmapWallpaper()
173 aVDev->DrawBitmapEx( Point(), aBmpEx ); in DrawBitmapWallpaper()
223 aBmpEx = rWallpaper.GetBitmap(); in DrawBitmapWallpaper()
224 aBmpEx.Scale( aSize ); in DrawBitmapWallpaper()
225 aBmpEx = BitmapEx( aBmpEx.GetBitmap().CreateDisplayBitmap( this ), aBmpEx.GetAlpha() ); in DrawBitmapWallpaper()
314 const Size aBmpSize( aBmpEx.GetSizePixel() ); in DrawBitmapWallpaper()
362 DrawBitmapEx( aPos, aBmpEx ); in DrawBitmapWallpaper()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/gallery2/
H A Dgalobj.cxx102 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in CreateThumb() local
103 Size aBmpSize( aBmpEx.GetSizePixel() ); in CreateThumb()
107 if( aBmpEx.GetPrefMapMode().GetMapUnit() != MapUnit::MapPixel && in CreateThumb()
108 aBmpEx.GetPrefSize().Width() > 0 && in CreateThumb()
109 aBmpEx.GetPrefSize().Height() > 0 ) in CreateThumb()
111 …Size aLogSize( OutputDevice::LogicToLogic(aBmpEx.GetPrefSize(), aBmpEx.GetPrefMapMode(), MapMode(M… in CreateThumb()
123 aBmpEx.Scale(aBmpSize, BmpScaleFlag::BestQuality); in CreateThumb()
128 aThumbBmp = aBmpEx; in CreateThumb()
338 const BitmapEx aBmpEx(sId); in GetThumbBmp() local
340 return aBmpEx; in GetThumbBmp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/gallery2/
H A Dgalobj.cxx98 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in CreateThumb() local
99 Size aBmpSize( aBmpEx.GetSizePixel() ); in CreateThumb()
103 if( aBmpEx.GetPrefMapMode().GetMapUnit() != MapUnit::MapPixel && in CreateThumb()
104 aBmpEx.GetPrefSize().Width() > 0 && in CreateThumb()
105 aBmpEx.GetPrefSize().Height() > 0 ) in CreateThumb()
107 …Size aLogSize( OutputDevice::LogicToLogic(aBmpEx.GetPrefSize(), aBmpEx.GetPrefMapMode(), MapMode(M… in CreateThumb()
119 aBmpEx.Scale(aBmpSize, BmpScaleFlag::BestQuality); in CreateThumb()
124 aThumbBmp = aBmpEx; in CreateThumb()
334 const BitmapEx aBmpEx(sId); in GetThumbBmp() local
336 return aBmpEx; in GetThumbBmp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DUnoGraphicProvider.cxx197 BitmapEx aBmpEx; in implLoadBitmap() local
207 aBmpEx = BitmapEx( aBmp, aMask ); in implLoadBitmap()
210 aBmpEx = BitmapEx( aBmp ); in implLoadBitmap()
212 if( !aBmpEx.IsEmpty() ) in implLoadBitmap()
216 pUnoGraphic->init( aBmpEx ); in implLoadBitmap()
527 aBmpEx.SetPrefMapMode( aPrefMapMode ); in ImplApplyBitmapScaling()
528 aBmpEx.SetPrefSize( aPrefSize ); in ImplApplyBitmapScaling()
529 rGraphic = aBmpEx; in ImplApplyBitmapScaling()
611 aBmpEx.Crop( aCropPixel ); in ImplApplyFilterData()
612 rGraphic = aBmpEx; in ImplApplyFilterData()
[all …]
H A DGraphicID.cxx56 const BitmapEx aBmpEx(rGraphic.getBitmapEx(GraphicConversionParameters())); in GraphicID() local
58 mnID1 |= aBmpEx.IsAlpha() ? 1 : 0; in GraphicID()
59 mnID2 = aBmpEx.GetSizePixel().Width(); in GraphicID()
60 mnID3 = aBmpEx.GetSizePixel().Height(); in GraphicID()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/graphic/
H A DUnoGraphicProvider.cxx196 BitmapEx aBmpEx; in implLoadBitmap() local
206 aBmpEx = BitmapEx( aBmp, aMask ); in implLoadBitmap()
209 aBmpEx = BitmapEx( aBmp ); in implLoadBitmap()
211 if( !aBmpEx.IsEmpty() ) in implLoadBitmap()
215 pUnoGraphic->init( aBmpEx ); in implLoadBitmap()
526 aBmpEx.SetPrefMapMode( aPrefMapMode ); in ImplApplyBitmapScaling()
527 aBmpEx.SetPrefSize( aPrefSize ); in ImplApplyBitmapScaling()
528 rGraphic = aBmpEx; in ImplApplyBitmapScaling()
610 aBmpEx.Crop( aCropPixel ); in ImplApplyFilterData()
611 rGraphic = aBmpEx; in ImplApplyFilterData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A Dbitmapfilter.cxx50 BitmapEx aBmpEx(rAnimation.GetBitmapEx()); in Filter() local
51 BitmapFilter::Filter(aBmpEx, rFilter); in Filter()
52 rAnimation.SetBitmapEx(aBmpEx); in Filter()
H A DBitmapTools.cxx564 if(aBmpEx.IsTransparent()) in DrawAndClipBitmap()
568 if(aBmpEx.IsAlpha()) in DrawAndClipBitmap()
572 AlphaMask fromBmpEx(aBmpEx.GetAlpha()); in DrawAndClipBitmap()
602 aBmpEx = BitmapEx(aBmpEx.GetBitmap(), fromBmpEx); in DrawAndClipBitmap()
618 aBmpEx = BitmapEx( rBitmap.GetBitmap(), aMask ); in DrawAndClipBitmap()
625 aBmpEx = BitmapEx(rBitmap.GetBitmap(), aVDevMask); in DrawAndClipBitmap()
632 if ( aBmpEx.IsAlpha() ) in GetMaskDIB()
638 else if ( aBmpEx.IsTransparent() ) in GetMaskDIB()
641 WriteDIB(aBmpEx.GetMask(), aMem, false, true); in GetMaskDIB()
704 AlphaMask aAlpha = aBmpEx.GetAlpha(); in CanvasCairoExtractBitmapData()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A Dbitmapfilter.cxx55 BitmapEx aBmpEx(rAnimation.GetBitmapEx()); in Filter() local
56 BitmapFilter::Filter(aBmpEx, rFilter); in Filter()
57 rAnimation.SetBitmapEx(aBmpEx); in Filter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/source/reader/
H A Dmtftools.cxx1630 BitmapEx aBmpEx( rBitmap ); in ImplDrawBitmap() local
1636 if ( aBmpEx.IsTransparent() ) in ImplDrawBitmap()
1702 if ( ( pSave->aBmpEx.GetPrefSize() == pSave2->aBmpEx.GetPrefSize() ) && in ResolveBitmapActions()
1703 … ( pSave->aBmpEx.GetPrefMapMode() == pSave2->aBmpEx.GetPrefMapMode() ) ) in ResolveBitmapActions()
1714 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), aMask ); in ResolveBitmapActions() local
1725 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), aMask ); in ResolveBitmapActions() local
1734 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), aMask ); in ResolveBitmapActions() local
1754 if(pSave->aBmpEx.IsAlpha()) in ResolveBitmapActions()
1784 BitmapEx aBmpEx( aBitmap, aMask ); in ResolveBitmapActions() local
1802 BitmapEx aBmpEx( aBitmap, aMask ); in ResolveBitmapActions() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dbitmap3.cxx253 BitmapEx aBmpEx(*this); in Convert() local
254 bRet = BitmapFilter::Filter(aBmpEx, BitmapMonochromeFilter(128)); in Convert()
255 *this = aBmpEx.GetBitmap(); in Convert()
261 BitmapEx aBmpEx(*this); in Convert() local
262 bRet = BitmapFilter::Filter(aBmpEx, BitmapMonochromeMatrixFilter()); in Convert()
263 *this = aBmpEx.GetBitmap(); in Convert()
782 BitmapEx aBmpEx(*this); in Scale() local
789 bRetval = BitmapFilter::Filter(aBmpEx, BitmapFastScaleFilter(rScaleX, rScaleY)); in Scale()
796 bRetval = BitmapFilter::Filter(aBmpEx, BitmapFastScaleFilter(rScaleX, rScaleY)); in Scale()
804 bRetval = BitmapFilter::Filter(aBmpEx, BitmapScaleSuperFilter(rScaleX, rScaleY)); in Scale()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/vcl/
H A Dcanvashelper.cxx677 BitmapEx aBmpEx( tools::bitmapExFromXBitmap(xBitmap) ); in implDrawBitmap() local
705 aBmpEx ); in implDrawBitmap()
713 if( aBmpEx.IsAlpha() ) in implDrawBitmap()
719 aBmpEx ); in implDrawBitmap()
729 … aSizeTransform.scale( aBmpEx.GetSizePixel().Width(), aBmpEx.GetSizePixel().Height() ); in implDrawBitmap()
740 if( aBmpEx.IsAlpha() ) in implDrawBitmap()
762 ::Size aBmpSize( aBmpEx.GetSizePixel() ); in implDrawBitmap()
800 pGrfObj = std::make_shared<GraphicObject>( aBmpEx ); in implDrawBitmap()
820 aBmpEx = tools::transformBitmap( aBmpEx, in implDrawBitmap()
823 pGrfObj = std::make_shared<GraphicObject>( aBmpEx ); in implDrawBitmap()
[all …]
H A Dimpltools.cxx75 ::BitmapEx aBmpEx = vcl::unotools::bitmapExFromXBitmap( xIntBmp ); in bitmapExFromXBitmap()
76 if( !aBmpEx.IsEmpty() ) in bitmapExFromXBitmap()
77 return aBmpEx; in bitmapExFromXBitmap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/source/reader/
H A Dmtftools.cxx1928 BitmapEx aBmpEx( rBitmap ); in ImplDrawBitmap() local
1934 if ( aBmpEx.IsAlpha() ) in ImplDrawBitmap()
2000 if ( ( pSave->aBmpEx.GetPrefSize() == pSave2->aBmpEx.GetPrefSize() ) && in ResolveBitmapActions()
2001 … ( pSave->aBmpEx.GetPrefMapMode() == pSave2->aBmpEx.GetPrefMapMode() ) ) in ResolveBitmapActions()
2012 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), aMask ); in ResolveBitmapActions() local
2023 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), rMask ); in ResolveBitmapActions() local
2032 BitmapEx aBmpEx( pSave2->aBmpEx.GetBitmap(), rMask ); in ResolveBitmapActions() local
2052 if(pSave->aBmpEx.IsAlpha()) in ResolveBitmapActions()
2082 BitmapEx aBmpEx( aBitmap, aMask ); in ResolveBitmapActions() local
2100 BitmapEx aBmpEx( aBitmap, aMask ); in ResolveBitmapActions() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dsalinst.cxx892 BitmapEx aBmpEx( rImage.GetBitmapEx() ); in CreateCGImage() local
893 Bitmap aBmp( aBmpEx.GetBitmap() ); in CreateCGImage()
905 if( ! (aBmpEx.IsAlpha() || aBmpEx.IsTransparent() ) ) in CreateCGImage()
907 else if( aBmpEx.IsAlpha() ) in CreateCGImage()
909 AlphaMask aAlphaMask( aBmpEx.GetAlpha() ); in CreateCGImage()
917 else if( aBmpEx.GetTransparentType() == TransparentType::Bitmap ) in CreateCGImage()
919 Bitmap aMask( aBmpEx.GetMask() ); in CreateCGImage()
926 else if( aBmpEx.GetTransparentType() == TransparentType::Color ) in CreateCGImage()
928 Color aTransColor( aBmpEx.GetTransparentColor() ); in CreateCGImage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/vcl/
H A Dimpltools.cxx76 ::BitmapEx aBmpEx = vcl::unotools::bitmapExFromXBitmap( xIntBmp ); in bitmapExFromXBitmap()
77 if( !!aBmpEx ) in bitmapExFromXBitmap()
78 return aBmpEx; in bitmapExFromXBitmap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/avmedia/source/viewer/
H A Dmediawindow.cxx383 const BitmapEx aBmpEx(AVMEDIA_BMP_AUDIOLOGO); in grabFrame() local
384 xGraphic.reset( new Graphic( aBmpEx ) ); in grabFrame()
391 const BitmapEx aBmpEx(AVMEDIA_BMP_EMPTYLOGO); in grabFrame() local
392 xGraphic.reset( new Graphic( aBmpEx ) ); in grabFrame()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/avmedia/source/viewer/
H A Dmediawindow.cxx383 const BitmapEx aBmpEx(AVMEDIA_BMP_AUDIOLOGO); in grabFrame() local
384 xGraphic.reset( new Graphic( aBmpEx ) ); in grabFrame()
391 const BitmapEx aBmpEx(AVMEDIA_BMP_EMPTYLOGO); in grabFrame() local
392 xGraphic.reset( new Graphic( aBmpEx ) ); in grabFrame()

12345