Home
last modified time | relevance | path

Searched refs:aBitmapEx (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx559 BitmapEx aBitmapEx; in InsertObj() local
588 if(!!aBitmapEx) in InsertObj()
608 aBitmapEx, in InsertObj()
1338 BitmapEx aBitmapEx(rAct.GetBitmapEx()); in DoAction() local
1542 BitmapEx aBitmapEx( in DoAction() local
1610 if(!aBitmapEx.IsAlpha() && !aBitmapEx.IsTransparent()) in DoAction()
1620 aBitmapEx = BitmapEx(aBitmapEx.GetBitmap(), aNewMask); in DoAction()
1627 if(aBitmapEx.IsAlpha()) in DoAction()
1633 aOldMask = aBitmapEx.GetMask(); in DoAction()
1637 … aOldMask = aBitmapEx.GetBitmap().CreateMask(aBitmapEx.GetTransparentColor()); in DoAction()
[all …]
H A Dsvdpntv.cxx217 BitmapEx aBitmapEx; in convertMetafileToBitmapEx() local
227 aBitmapEx = convertPrimitive2DSequenceToBitmapEx( in convertMetafileToBitmapEx()
233 return aBitmapEx; in convertMetafileToBitmapEx()
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx383 BitmapEx aBitmapEx; in UserDraw() local
390 bool bNeedToCreate(aBitmapEx.IsEmpty()); in UserDraw()
408 aBitmapEx = pObj->createPreviewBitmapEx(aSize); in UserDraw()
416 if(!aBitmapEx.IsEmpty()) in UserDraw()
424 if(aBitmapEx.IsTransparent()) in UserDraw()
430 pDev->DrawBitmapEx(aPos, aBitmapEx); in UserDraw()
716 BitmapEx aBitmapEx; in PaintField() local
723 bool bNeedToCreate(aBitmapEx.IsEmpty()); in PaintField()
759 if(!aBitmapEx.IsEmpty()) in PaintField()
766 if(aBitmapEx.IsTransparent()) in PaintField()
[all …]
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx80 BitmapEx aBitmapEx( i_rBitmapEx ); in implWriteBitmapEx() local
103 aBitmapEx.Mirror( nMirrorFlags ); in implWriteBitmapEx()
143 aBitmapEx.SetEmpty(); in implWriteBitmapEx()
158 aBitmapEx.Convert( eConv ); in implWriteBitmapEx()
179 if ( aBitmapEx.IsTransparent() ) in implWriteBitmapEx()
181 if ( aBitmapEx.IsAlpha() ) in implWriteBitmapEx()
182 aMask = aBitmapEx.GetAlpha().GetBitmap(); in implWriteBitmapEx()
184 aMask = aBitmapEx.GetMask(); in implWriteBitmapEx()
248 else if ( aBitmapEx.IsTransparent() ) in implWriteBitmapEx()
788 BitmapEx aBitmapEx( pA->GetBitmap() ); in playMetafile() local
[all …]
H A Dimpimage.cxx118 sal_uInt16 nId, const BitmapEx &aBitmapEx ) in AddImage() argument
120 ImageAryData *pImg = new ImageAryData( aName, nId, aBitmapEx ); in AddImage()
/trunk/main/svtools/source/graphic/
H A Dtransformer.cxx99 BitmapEx aBitmapEx( aGraphic.GetBitmapEx() ); in colorChange() local
100 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in colorChange()
102 if ( aBitmapEx.IsAlpha() ) in colorChange()
104 AlphaMask aAlphaMask( aBitmapEx.GetAlpha() ); in colorChange()
109 else if ( aBitmapEx.IsTransparent() ) in colorChange()
113 Bitmap aMask( aBitmapEx.GetMask() ); in colorChange()
121 AlphaMask aAlphaMask( aBitmapEx.GetMask() ); in colorChange()
137 AlphaMask aAlphaMask( aBitmapEx.GetSizePixel() ); in colorChange()
H A Dgrfmgr.cxx1036 BitmapEx aBitmapEx( aTransGraphic.GetBitmapEx() ); in GetTransformedGraphic() local
1070 …&& (aSrcSizePixel.Width() != aBitmapEx.GetSizePixel().Width() || aSrcSizePixel.Height() != aBitmap… in GetTransformedGraphic()
1082 … const double fFactorX((double)aBitmapEx.GetSizePixel().Width() / aSrcSizePixel.Width()); in GetTransformedGraphic()
1083 … const double fFactorY((double)aBitmapEx.GetSizePixel().Height() / aSrcSizePixel.Height()); in GetTransformedGraphic()
1090 aSrcSizePixel = aBitmapEx.GetSizePixel(); in GetTransformedGraphic()
1163 ImplTransformBitmap( aBitmapEx, rAttr, aCropLeftTop, aCropRightBottom, in GetTransformedGraphic()
1166 aTransGraphic = aBitmapEx; in GetTransformedGraphic()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx390 BitmapEx aBitmapEx(rBitmapCandidate.getBitmapEx()); in RenderBitmapPrimitive2D() local
395 aBitmapEx = aBitmapEx.ModifyBitmapEx(maBColorModifierStack); in RenderBitmapPrimitive2D()
397 if(aBitmapEx.IsEmpty()) in RenderBitmapPrimitive2D()
416 mpOutputDevice->DrawTransformedBitmapEx(aLocalTransform, aBitmapEx); in RenderBitmapPrimitive2D()
483 … BitmapEx aBitmapEx(rFillGraphicAttribute.getGraphic().GetBitmapEx()); in RenderFillGraphicPrimitive2D() local
493 if(aBitmapEx.GetBitCount() < 24) in RenderFillGraphicPrimitive2D()
495 aBitmapEx.Convert(BMP_CONVERSION_24BIT); in RenderFillGraphicPrimitive2D()
498 aBitmapEx.Scale(aNeededBitmapSizePixel, BMP_SCALE_INTERPOLATE); in RenderFillGraphicPrimitive2D()
506 aBitmapEx = aBitmapEx.ModifyBitmapEx(maBColorModifierStack); in RenderFillGraphicPrimitive2D()
510 if(aBitmapEx.IsEmpty()) in RenderFillGraphicPrimitive2D()
[all …]
/trunk/main/drawinglayer/source/drawinglayeruno/
H A Dxprimitive2drenderer.cxx172 BitmapEx aBitmapEx( in rasterize() local
180 if(!aBitmapEx.IsEmpty()) in rasterize()
184 aBitmapEx.SetPrefMapMode(MapMode(MAP_100TH_MM)); in rasterize()
185aBitmapEx.SetPrefSize(Size(basegfx::fround(fWidth), basegfx::fround(fHeight))); in rasterize()
186 XBitmap = vcl::unotools::xBitmapFromBitmapEx(xGraphicDevice, aBitmapEx); in rasterize()
/trunk/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx1601 Size aBmpSize = aBitmapEx.GetSizePixel(); in ReadImageFromURL()
1605 if( !aBitmapEx.IsTransparent() ) in ReadImageFromURL()
1606 aBitmapEx = BitmapEx( aBitmapEx.GetBitmap(), COL_LIGHTMAGENTA ); in ReadImageFromURL()
1612 BitmapEx aNoScaleBmp( aBitmapEx ); in ReadImageFromURL()
1621 aImage = Image( aBitmapEx ); in ReadImageFromURL()
1784 BitmapEx aBitmapEx; in CreateImageFromSequence() local
1786 ReadDIBBitmapEx(aBitmapEx, aMemStream); in CreateImageFromSequence()
1789 if ( aBitmapEx.GetSizePixel() != aSize ) in CreateImageFromSequence()
1792 if( !aBitmapEx.IsTransparent() ) in CreateImageFromSequence()
1795 aBitmapEx = BitmapEx( aBitmapEx.GetBitmap(), COL_LIGHTMAGENTA ); in CreateImageFromSequence()
[all …]
H A Dimagewrapper.cxx71 BitmapEx aBitmapEx( m_aImage.GetBitmapEx() ); in getSize() local
72 Size aBitmapSize( aBitmapEx.GetSizePixel() ); in getSize()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx385 BitmapEx aBitmapEx(aPNGReader.Read()); in create2DDecompositionOfGraphic() local
386 Wallpaper aWallpaper(aBitmapEx); in create2DDecompositionOfGraphic()
636 BitmapEx aBitmapEx(aPNGReader.Read()); in create2DDecompositionOfGraphic() local
637 aOut.DrawBitmapEx(aRectangle.TopLeft(), aBitmapEx); in create2DDecompositionOfGraphic()
644 BitmapEx aBitmapEx(aPNGReader.Read()); in create2DDecompositionOfGraphic() local
645 aOut.DrawBitmapEx(aRectangle.TopLeft(), aRectangle.GetSize(), aBitmapEx); in create2DDecompositionOfGraphic()
652 BitmapEx aBitmapEx(aPNGReader.Read()); in create2DDecompositionOfGraphic() local
653 const Size aSizePixel(aBitmapEx.GetSizePixel()); in create2DDecompositionOfGraphic()
659 aBitmapEx); in create2DDecompositionOfGraphic()
H A Dmetafileprimitive2d.cxx1156 const BitmapEx aBitmapEx(rWallpaper.GetBitmap()); in CreateAndAppendBitmapWallpaper() local
1161 if(aBitmapEx.IsTransparent() in CreateAndAppendBitmapWallpaper()
1193 aBitmapEx, in CreateAndAppendBitmapWallpaper()
2160 const BitmapEx aBitmapEx(pA->GetBitmap()); in interpretMetafile() local
2162 …createBitmapExPrimitive(aBitmapEx, pA->GetPoint(), rTargetHolders.Current(), rPropertyHolders.Curr… in interpretMetafile()
2170 const Bitmap aBitmapEx(pA->GetBitmap()); in interpretMetafile() local
2172 …createBitmapExPrimitive(aBitmapEx, pA->GetPoint(), pA->GetSize(), rTargetHolders.Current(), rPrope… in interpretMetafile()
2243 const BitmapEx aBitmapEx(createMaskBmpEx(pA->GetBitmap(), pA->GetColor())); in interpretMetafile() local
2245 …createBitmapExPrimitive(aBitmapEx, pA->GetPoint(), rTargetHolders.Current(), rPropertyHolders.Curr… in interpretMetafile()
2253 const BitmapEx aBitmapEx(createMaskBmpEx(pA->GetBitmap(), pA->GetColor())); in interpretMetafile() local
[all …]
/trunk/main/svgio/source/svgreader/
H A Dsvgimagenode.cxx212 BitmapEx aBitmapEx; in decomposeSvgNode() local
237 extractFromGraphic(aGraphic, aNewTarget, aViewBox, aBitmapEx); in decomposeSvgNode()
259 extractFromGraphic(aGraphic, aNewTarget, aViewBox, aBitmapEx); in decomposeSvgNode()
288 if(!aBitmapEx.IsEmpty()) in decomposeSvgNode()
293 aBitmapEx, in decomposeSvgNode()
/trunk/main/framework/source/uielement/
H A Dimagebuttontoolbarcontroller.cxx211 BitmapEx aBitmapEx = aGraphic.GetBitmapEx(); in ReadImageFromURL() local
215 ::Size aBmpSize = aBitmapEx.GetSizePixel(); in ReadImageFromURL()
220 aBitmapEx.Scale( aNoScaleSize, BMP_SCALE_INTERPOLATE ); in ReadImageFromURL()
221 aImage = Image( aBitmapEx ); in ReadImageFromURL()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx819 BitmapEx aBitmapEx( ( (MetaBmpExAction*)pMA)->GetBitmapEx() ); in ImplWriteActions() local
820 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in ImplWriteActions()
823 Bitmap aMask( aBitmapEx.GetMask() ); in ImplWriteActions()
833 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in ImplWriteActions()
836 Bitmap aMask( aBitmapEx.GetMask() ); in ImplWriteActions()
848 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in ImplWriteActions()
851 Bitmap aMask( aBitmapEx.GetMask() ); in ImplWriteActions()
901 BitmapEx aBitmapEx = aWallpaper.GetBitmap(); in ImplWriteActions() local
902 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in ImplWriteActions()
903 if ( aBitmapEx.IsTransparent() ) in ImplWriteActions()
[all …]
/trunk/main/cui/source/tabpages/
H A Dtpbitmap.cxx283 const BitmapEx aBitmapEx(aBitmapCtl.GetBitmapEx()); in FillItemSet() local
285 _rOutAttrs.Put(XFillBitmapItem(String(), Graphic(aBitmapEx))); in FillItemSet()
588 const BitmapEx aBitmapEx(aBitmapCtl.GetBitmapEx()); in IMPL_LINK() local
590 pEntry = new XBitmapEntry(Graphic(aBitmapEx), aName); in IMPL_LINK()
769 const BitmapEx aBitmapEx(aBitmapCtl.GetBitmapEx()); in IMPL_LINK() local
772 XBitmapEntry* pEntry = new XBitmapEntry(Graphic(aBitmapEx), aName); in IMPL_LINK()
H A Dtpline.cxx1776 BitmapEx aBitmapEx(pView->GetMarkedObjBitmapEx()); in IMPL_LINK() local
1790 Size aSize(aBitmapEx.GetSizePixel()); in IMPL_LINK()
1797 aBitmapEx.Scale(nScale, nScale); in IMPL_LINK()
1799 Image aImage(aBitmapEx); in IMPL_LINK()
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx140 const BitmapEx aBitmapEx( aBitmap, aBitmapBW ); in setupMethodStubs() local
146 const Image aImage( aBitmapEx ); in setupMethodStubs()
464 aPt1,aBitmapEx )); in setupMethodStubs()
514 aPt1,aRect.GetSize(),aBitmapEx )); in setupMethodStubs()
572 aPt1,aRect.GetSize(),aPt3,aRect2.GetSize(),aBitmapEx )); in setupMethodStubs()
/trunk/main/svx/source/sidebar/possize/
H A DSidebarDialControlBmp.cxx80 const BitmapEx aBitmapEx( in DrawBackground() local
88 DrawBitmapEx(maRect.TopLeft(), /*aImageSize,*/ aBitmapEx); in DrawBackground()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx258 …BitmapEx aBitmapEx( mxTag->createOverlayImage( mnHighlightId ) ); // maImageMO.GetBitmapEx() : maI… in CreateB2dIAObject() local
259 maImageSize = aBitmapEx.GetSizePixel(); in CreateB2dIAObject()
282 … pOverlayObject = new ::sdr::overlay::OverlayBitmapEx( aPosition, aBitmapEx, 0, 0 ); in CreateB2dIAObject()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx276 const BitmapEx aBitmapEx(rFillGraphicAttribute.getGraphic().GetBitmapEx()); in impRenderBitmapTexturePrimitive3D() local
289 aBitmapEx, in impRenderBitmapTexturePrimitive3D()
298 aBitmapEx, in impRenderBitmapTexturePrimitive3D()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx217 BitmapEx aBitmapEx( mxTag->CreateAnnotationBitmap(mxTag->isSelected()) ); in CreateB2dIAObject() local
247 …pOverlayObject = new ::sdr::overlay::OverlayAnimatedBitmapEx(aPosition, aBitmapEx, aBitmapEx2, nBl… in CreateB2dIAObject()
257 pOverlayObject = new ::sdr::overlay::OverlayBitmapEx( aPosition, aBitmapEx, 0, 0 ); in CreateB2dIAObject()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx93 aBitmapEx = *pBmpEx; in SetBitmapEx()
99 aBitmapEx.Erase(aFillColor); in SetBitmapEx()
109 Size aBmpSize = aBitmapEx.GetBitmap().GetSizePixel(); in Paint()
118 aBitmapEx.Draw( this, aPt, aBmpSize ); in Paint()
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx676 BitmapEx aBitmapEx = aImage.GetBitmapEx(); in lcl_XGraphic2VCLImage() local
677 bModified = aBitmapEx.Scale( aNewSize, BMP_SCALE_INTERPOLATE ); in lcl_XGraphic2VCLImage()
680 aImage = Image( aBitmapEx ); in lcl_XGraphic2VCLImage()

Completed in 166 milliseconds

12