| /AOO41X/main/vcl/source/gdi/ |
| H A D | bitmapex.cxx | 56 aMask ( rBitmapEx.aMask ), in BitmapEx() 76 aMask = AlphaMask( aSize ).ImplGetBitmap(); in BitmapEx() 79 aMask = Bitmap( aSize, rBitmapEx.aMask.GetBitCount() ); in BitmapEx() 125 aMask ( rMask ), in BitmapEx() 130 if(!!aBitmap && !!aMask && aBitmap.GetSizePixel() != aMask.GetSizePixel()) in BitmapEx() 133 aMask.Scale(aBitmap.GetSizePixel()); in BitmapEx() 137 if( !!aMask && aMask.GetBitCount() != 1 ) in BitmapEx() 140 aMask.ImplMakeMono( 255 ); in BitmapEx() 148 aMask ( rAlphaMask.ImplGetBitmap() ), in BitmapEx() 153 if(!!aBitmap && !!aMask && aBitmap.GetSizePixel() != aMask.GetSizePixel()) in BitmapEx() [all …]
|
| H A D | outdev2.cxx | 1069 Bitmap aMask( aBmpEx.GetAlpha().GetBitmap() ); in ImplDrawBitmapEx() local 1070 aMask.MakeMono( 128 ); in ImplDrawBitmapEx() 1071 aBmpEx = BitmapEx( aColorBmp, aMask ); in ImplDrawBitmapEx() 1122 Bitmap aBmp( aBmpEx.GetBitmap() ), aMask( aBmpEx.GetMask() ); in ImplDrawBitmapEx() local 1123 aBmp.Replace( aMask, Color( COL_WHITE ) ); in ImplDrawBitmapEx() 1124 ImplPrintTransparent( aBmp, aMask, rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel ); in ImplDrawBitmapEx() 2387 Bitmap aPaint( rBmp ), aMask( rMask ); in ImplPrintTransparent() local 2390 if( aMask.GetBitCount() > 1 ) in ImplPrintTransparent() 2391 aMask.Convert( BMP_CONVERSION_1BIT_THRESHOLD ); in ImplPrintTransparent() 2413 aMask.Crop( aSrcRect ); in ImplPrintTransparent() [all …]
|
| H A D | dibtools.cxx | 531 ColorMask aMask( nRMask, nGMask, nBMask ); in ImplReadDIBBits() local 541 aMask.GetColorFor16BitLSB( aColor, (sal_uInt8*) pTmp16++ ); in ImplReadDIBBits() 570 ColorMask aMask(nRMask, nGMask, nBMask); in ImplReadDIBBits() local 584 … aMask.GetColorAndAlphaFor32Bit( aColor, aAlpha, (sal_uInt8*) pTmp32++ ); in ImplReadDIBBits() 599 aMask.GetColorFor32Bit( aColor, (sal_uInt8*) pTmp32++ ); in ImplReadDIBBits() 1504 Bitmap aMask; in ReadDIBBitmapEx() local 1506 bRetval = ImplReadDIB(aMask, 0, rIStm, true); in ReadDIBBitmapEx() 1510 if(!!aMask) in ReadDIBBitmapEx() 1513 if((8 == aMask.GetBitCount()) && aMask.HasGreyPalette()) in ReadDIBBitmapEx() 1518 aAlpha.ImplSetBitmap(aMask); in ReadDIBBitmapEx() [all …]
|
| H A D | pngwrite.cxx | 196 AlphaMask aMask( rBmpEx.GetAlpha() ); in PNGWriterImpl() local 197 mpMaskAccess = aMask.AcquireReadAccess(); in PNGWriterImpl() 205 aMask.ReleaseAccess( mpMaskAccess ); in PNGWriterImpl() 212 Bitmap aMask( rBmpEx.GetMask() ); in PNGWriterImpl() local 213 mpMaskAccess = aMask.AcquireReadAccess(); in PNGWriterImpl() 221 aMask.ReleaseAccess( mpMaskAccess ); in PNGWriterImpl()
|
| H A D | pdfwriter_impl2.cxx | 165 Bitmap aMask; in implWriteBitmapEx() local 182 aMask = aBitmapEx.GetAlpha().GetBitmap(); in implWriteBitmapEx() 184 aMask = aBitmapEx.GetMask(); in implWriteBitmapEx() 247 … m_rOuterFace.DrawJPGBitmap( aStrm, bTrueColorJPG, aSizePixel, Rectangle( aPoint, aSize ), aMask ); in implWriteBitmapEx() 448 Bitmap aPaint, aMask; in playMetafile() local 485 aMask = pVDev->GetBitmap( aPoint, aDstSizePixel ); in playMetafile() 493 pVDev->DrawMask( aPoint, aDstSizePixel, aMask, Color( COL_WHITE ) ); in playMetafile()
|
| /AOO41X/main/svx/source/sdr/primitive2d/ |
| H A D | sdrprimitivetools.cxx | 49 Bitmap aMask(Size(3, 3), 1); in createDefaultCross_3x3() local 51 BitmapWriteAccess* pWMask = aMask.AcquireWriteAccess(); in createDefaultCross_3x3() 70 aMask.ReleaseAccess(pWMask); in createDefaultCross_3x3() 73 delete aRetVal.set(new BitmapEx(aContent, aMask)); in createDefaultCross_3x3() 95 Bitmap aMask(Size(9, 9), 1); in createDefaultGluepoint_9x9() local 97 BitmapWriteAccess* pWMask = aMask.AcquireWriteAccess(); in createDefaultGluepoint_9x9() 190 aMask.ReleaseAccess(pWMask); in createDefaultGluepoint_9x9() 193 delete aRetVal.set(new BitmapEx(aContent, aMask)); in createDefaultGluepoint_9x9()
|
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | filedlg2.cxx | 906 aMask = UniString::CreateFromAscii( ALLFILES ); in IMPL_LINK() 909 UniString aFilterListMask = aFilterList.GetObject( nCurPos )->aMask; in IMPL_LINK() 913 aMask = WildCard( aFilterListMask, ';' ); in IMPL_LINK() 916 pEdit->SetText( aMask() ); in IMPL_LINK() 948 aMask = aFile.CutName(); in IMPL_LINK() 952 pEdit->SetText( aMask() ); in IMPL_LINK() 1008 UniString aWildCard( aMask.GetWildCard() ); in UpdateEntries() 1022 ( ( aName.GetChar(0) == '.' ) && ( aMask.GetWildCard() ).GetChar(0) == '.' ) ) in UpdateEntries() 1147 aMask = aFile.CutName(); in SetPath() 1152 UniString aWildCard( aMask.GetWildCard() ); in SetPath() [all …]
|
| H A D | filedlg2.hxx | 47 String aMask; member 52 aMask = rMask; in ImpFilterItem() 138 WildCard aMask; // aktuelle Maske member in ImpFileDialog 194 aFilterMask = pItem->aMask; in GetFilterType()
|
| /AOO41X/main/svtools/source/filter/wmf/ |
| H A D | winmtf.cxx | 1661 Bitmap aMask( aVDev.GetBitmap( aEmptyPoint, aSizePixel ).CreateMask( Color( COL_WHITE ) ) ); in ImplDrawBitmap() local 1666 aMask.CombineSimple( rBitmap.GetMask(), BMP_COMBINE_OR ); in ImplDrawBitmap() 1668 aMask.CombineSimple( rBitmap.GetMask(), BMP_COMBINE_AND ); in ImplDrawBitmap() 1669 aBmpEx = BitmapEx( rBitmap.GetBitmap(), aMask ); in ImplDrawBitmap() 1672 aBmpEx = BitmapEx( rBitmap.GetBitmap(), aMask ); in ImplDrawBitmap() 1752 Bitmap aMask( pSave->aBmp ); aMask.Invert(); in ResolveBitmapActions() local 1753 BitmapEx aBmpEx( pSave2->aBmp, aMask ); in ResolveBitmapActions() 1763 Bitmap aMask( pSave->aBmp ); in ResolveBitmapActions() local 1764 BitmapEx aBmpEx( pSave2->aBmp, aMask ); in ResolveBitmapActions() 1787 Bitmap aMask( aBitmap ); in ResolveBitmapActions() local [all …]
|
| /AOO41X/main/slideshow/source/engine/shapes/ |
| H A D | gdimtftools.cxx | 399 Bitmap aMask = rAnimBmp.aBmpEx.GetMask(); in getAnimationFromGraphic() local 401 if( aMask.IsEmpty() ) in getAnimationFromGraphic() 412 BitmapEx aTmpMask = BitmapEx(aMask, in getAnimationFromGraphic() 413 aMask); in getAnimationFromGraphic() 423 const Bitmap aMask(rAnimBmp.aBmpEx.GetMask()); in getAnimationFromGraphic() local 429 if(aMask.IsEmpty()) in getAnimationFromGraphic() 438 aVDevMask.DrawBitmap(rAnimBmp.aPosPix, aMask); in getAnimationFromGraphic()
|
| /AOO41X/main/svtools/source/graphic/ |
| H A D | transformer.cxx | 113 Bitmap aMask( aBitmapEx.GetMask() ); in colorChange() local 115 aMask.CombineSimple( aMask2, BMP_COMBINE_OR ); in colorChange() 117 aGraphic = ::Graphic( BitmapEx( aBitmap, aMask ) ); in colorChange() 131 Bitmap aMask( aBitmap.CreateMask( aColorFrom, nTolerance ) ); in colorChange() local 133 aGraphic = ::Graphic( BitmapEx( aBitmap, aMask ) ); in colorChange()
|
| /AOO41X/main/canvas/source/vcl/ |
| H A D | spritehelper.cxx | 157 Bitmap aMask( mpBackBufferMask->getOutDev().GetBitmap( aEmptyPoint, in redraw() local 165 aMask.MakeMono(255); in redraw() 169 if( aMask.GetBitCount() != 1 ) in redraw() 174 aMask.MakeMono(255); in redraw() 181 maContent = BitmapEx( aBmp, aMask ); in redraw()
|
| /AOO41X/main/forms/source/component/ |
| H A D | imgprod.cxx | 493 Bitmap aMask( aBmpEx.GetMask() ); in ImplUpdateConsumer() local 494 BitmapReadAccess* pMskAcc = !!aMask ? aMask.AcquireReadAccess() : NULL; in ImplUpdateConsumer() 506 aMask = Bitmap( aBmp.GetSizePixel(), 1 ); in ImplUpdateConsumer() 507 aMask.Erase( COL_BLACK ); in ImplUpdateConsumer() 508 pMskAcc = aMask.AcquireReadAccess(); in ImplUpdateConsumer() 595 aMask.ReleaseAccess( pMskAcc ); in ImplUpdateConsumer()
|
| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | graphicprimitivehelper2d.cxx | 143 Bitmap aMask = rAnimBitmap.aBmpEx.GetMask(); in animatedBitmapExPreparator() local 145 if(aMask.IsEmpty()) in animatedBitmapExPreparator() 154 BitmapEx aExpandVisibilityMask = BitmapEx(aMask, aMask); in animatedBitmapExPreparator() 163 const Bitmap aMask(rAnimBitmap.aBmpEx.GetMask()); in animatedBitmapExPreparator() local 169 if(aMask.IsEmpty()) in animatedBitmapExPreparator() 178 aVirtualDeviceMask.DrawBitmap(rAnimBitmap.aPosPix, aMask); in animatedBitmapExPreparator()
|
| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | soicon.cxx | 100 Bitmap aMask = aIcon.GetMask(); in SelectAppIconPixmap() local 101 aMask.Invert(); in SelectAppIconPixmap() 104 (aMask.ImplGetImpBitmap()->ImplGetSalBitmap()); in SelectAppIconPixmap()
|
| /AOO41X/main/drawinglayer/source/processor2d/ |
| H A D | contourextractor2d.cxx | 126 basegfx::B2DPolyPolygon aMask(rMaskCandidate.getMask()); in processBasePrimitive2D() local 127 aMask.transform(getViewInformation2D().getObjectTransformation()); in processBasePrimitive2D() 128 maExtractedContour.push_back(basegfx::B2DPolyPolygon(aMask)); in processBasePrimitive2D()
|
| H A D | vclmetafileprocessor2d.cxx | 1720 basegfx::B2DPolyPolygon aMask(rMaskCandidate.getMask()); in processBasePrimitive2D() local 1722 if(aMask.count()) in processBasePrimitive2D() 1725 aMask.transform(maCurrentTransformation); in processBasePrimitive2D() 1732 if(basegfx::tools::isRectangle(aMask) in processBasePrimitive2D() 1736 if(aMask.getB2DRange().equal(maClipPolyPolygon.getB2DRange())) in processBasePrimitive2D() 1744 basegfx::B2DRange aClipRange(aMask.getB2DRange()); in processBasePrimitive2D() 1767 aMask, in processBasePrimitive2D() 1776 maClipPolyPolygon = aMask; in processBasePrimitive2D()
|
| H A D | vclhelperbufferdevice.cxx | 320 const Bitmap aMask(mpMask->GetBitmap(aEmptyPoint, aSizePixel)); in paint() local 325 WriteDIB(aMask, aNew, false, true); in paint() 328 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), BitmapEx(aContent, aMask)); in paint()
|
| H A D | vclprocessor2d.cxx | 756 basegfx::B2DPolyPolygon aMask(rMaskCandidate.getMask()); in RenderMaskPrimitive2DPixel() local 758 if(aMask.count()) in RenderMaskPrimitive2DPixel() 760 aMask.transform(maCurrentTransformation); in RenderMaskPrimitive2DPixel() 761 const basegfx::B2DRange aRange(basegfx::tools::getRange(aMask)); in RenderMaskPrimitive2DPixel() 783 rTransparence.DrawPolyPolygon(aMask); in RenderMaskPrimitive2DPixel() 794 rMask.DrawPolyPolygon(aMask); in RenderMaskPrimitive2DPixel()
|
| /AOO41X/main/filter/source/graphicfilter/egif/ |
| H A D | egif.cxx | 250 Bitmap aMask( rBmpEx.GetMask() ); in CreateAccess() local 255 if( !!aMask ) in CreateAccess() 259 aMask.Convert( BMP_CONVERSION_1BIT_THRESHOLD ); in CreateAccess() 260 aAccBmp.Replace( aMask, BMP_COL_TRANS ); in CreateAccess()
|
| /AOO41X/main/canvas/source/directx/ |
| H A D | dx_vcltools.cxx | 331 Bitmap aMask( rBmpEx.GetMask() ); in bitmapFromVCLBitmapEx() local 333 ScopedBitmapReadAccess pMaskReadAccess( aMask.AcquireReadAccess(), in bitmapFromVCLBitmapEx() 334 aMask ); in bitmapFromVCLBitmapEx()
|
| /AOO41X/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsButtonBar.cxx | 498 AlphaMask aMask (pBitmap->GetSizePixel()); in PaintButtonBackground() local 500 aMask, in PaintButtonBackground() 503 rDevice.DrawBitmapEx(maBackgroundLocation+aOffset, BitmapEx(pBitmap->GetBitmap(), aMask)); in PaintButtonBackground() 1331 AlphaMask aMask (aIcon.GetSizePixel()); in Paint() local 1332 AdaptTransparency(aMask, aIcon.GetAlpha(), nAlpha); in Paint() 1341 BitmapEx(aIcon.GetBitmap(), aMask)); in Paint()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | _contdlg.cxx | 1068 Bitmap aMask; in IMPL_LINK() local 1078 aMask = aBmp.CreateMask( rColor, nTol ); in IMPL_LINK() 1081 aMask.CombineSimple( aGraphic.GetBitmapEx().GetMask(), BMP_COMBINE_OR ); in IMPL_LINK() 1083 if( !!aMask ) in IMPL_LINK() 1090 aGraphic = Graphic( BitmapEx( aBmp, aMask ) ); in IMPL_LINK()
|
| /AOO41X/main/vcl/test/ |
| H A D | canvasbitmaptest.cxx | 914 Bitmap aMask(Size(200,200),1); in Paint() local 915 aMask.Erase(COL_WHITE); in Paint() 917 ScopedBitmapWriteAccess pAcc(aMask.AcquireWriteAccess(), in Paint() 918 aMask); in Paint() 929 xBmp.set( new VclCanvasBitmap(BitmapEx(aBitmap,aMask)) ); in Paint()
|
| /AOO41X/main/filter/source/graphicfilter/eps/ |
| H A D | eps.cxx | 823 Bitmap aMask( aBitmapEx.GetMask() ); in ImplWriteActions() local 826 ImplBmp( &aBitmap, &aMask, aPoint, aSize.Width(), aSize.Height() ); in ImplWriteActions() 836 Bitmap aMask( aBitmapEx.GetMask() ); in ImplWriteActions() local 839 ImplBmp( &aBitmap, &aMask, aPoint, aSize.Width(), aSize.Height() ); in ImplWriteActions() 851 Bitmap aMask( aBitmapEx.GetMask() ); in ImplWriteActions() local 854 ImplBmp( &aBitmap, &aMask, aPoint, aSize.Width(), aSize.Height() ); in ImplWriteActions() 911 Bitmap aMask( aBitmapEx.GetMask() ); in ImplWriteActions() local 912 …ImplBmp( &aBitmap, &aMask, Point( aRect.Left(), aRect.Top() ), aRect.GetWidth(), aRect.GetHeight()… in ImplWriteActions()
|