Searched refs:CreateMask (Results 1 – 16 of 16) sorted by relevance
/aoo4110/main/svtools/source/graphic/ |
H A D | transformer.cxx | 114 Bitmap aMask2( aBitmap.CreateMask( aColorFrom, nTolerance ) ); in colorChange() 131 Bitmap aMask( aBitmap.CreateMask( aColorFrom, nTolerance ) ); in colorChange()
|
H A D | grfmgr2.cxx | 2291 … aVDev.GetBitmap( Point(0,0), aVDev.GetOutputSize() ).CreateMask( Color(COL_WHITE) ) ); in ImplDrawTiled()
|
/aoo4110/main/svtools/bmpmaker/ |
H A D | bmpcore.cxx | 231 … aTotalBmpEx = BitmapEx( aTmpBmp, AlphaMask( aTmpBmp.CreateMask( COL_LIGHTMAGENTA ) ) ); in ImplCreate() 236 … aBmpEx = BitmapEx( aTmpBmp, AlphaMask( aTmpBmp.CreateMask( COL_LIGHTMAGENTA ) ) ); in ImplCreate()
|
H A D | g2g.cxx | 204 … Bitmap aNewMask( aOldBmp.CreateMask( Color( cTransR, cTransG, cTransB ) ) ); in Start()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 175 aMask = aBitmap.CreateMask( aTransparentColor ); in BitmapEx() 287 aTempMask = aBitmap.CreateMask( aTransparentColor ); in GetBitmap()
|
H A D | outdev2.cxx | 1288 const Bitmap& rMask( rBitmap.CreateMask( rMaskColor ) ); in DrawMask() 1316 const Bitmap& rMask( rBitmap.CreateMask( rMaskColor ) ); in DrawMask() 1345 const Bitmap& rMask( rBitmap.CreateMask( rMaskColor ) ); in DrawMask()
|
H A D | bitmap.cxx | 1189 Bitmap Bitmap::CreateMask( const Color& rTransColor, sal_uLong nTol ) const in CreateMask() function in Bitmap
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 712 Bitmap CreateMask( const Color& rTransColor, sal_uLong nTol = 0UL ) const;
|
/aoo4110/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 1078 aMask = aBmp.CreateMask( rColor, nTol ); in IMPL_LINK()
|
H A D | _bmpmask.cxx | 773 Bitmap aMask( rBitmapEx.GetBitmap().CreateMask( rColor, nTol ) ); in ImpMaskTransparent()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 1628 … aOldMask = aBitmapEx.GetBitmap().CreateMask(aBitmapEx.GetTransparentColor()); in DoAction()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 1661 Bitmap aMask( aVDev.GetBitmap( aEmptyPoint, aSizePixel ).CreateMask( Color( COL_WHITE ) ) ); in ImplDrawBitmap()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 838 Bitmap aMask(rBitmap.CreateMask(aWhite)); in createMaskBmpEx()
|
/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 369 Bitmap aMask( rBitmap.CreateMask( aWhite )); in createMaskBmpEx()
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1151 aMask = AlphaMask( aBmp.CreateMask( aIcon.GetTransparentColor() ) ); in SetIcon()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 3965 …Bitmap aMask( aBitmap.CreateMask( MSO_CLR_ToColor( nTransColor, DFF_Prop_pictureTransparent ), 9 … in ImportGraphic()
|
Completed in 199 milliseconds