Home
last modified time | relevance | path

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

12

/aoo42x/main/svx/source/svdraw/
H A Dsvdoashp.cxx296 const BitmapEx aBitmapEx(aGraphicObject.GetGraphic().GetBitmapEx()); in ImpCreateShadowObjectClone() local
297 Bitmap aBitmap(aBitmapEx.GetBitmap()); in ImpCreateShadowObjectClone()
328 if(aBitmapEx.IsTransparent()) in ImpCreateShadowObjectClone()
330 if(aBitmapEx.IsAlpha()) in ImpCreateShadowObjectClone()
332 … aGraphicObject.SetGraphic(Graphic(BitmapEx(aDestBitmap, aBitmapEx.GetAlpha()))); in ImpCreateShadowObjectClone()
336 … aGraphicObject.SetGraphic(Graphic(BitmapEx(aDestBitmap, aBitmapEx.GetMask()))); in ImpCreateShadowObjectClone()
H A Dsvdograf.cxx1364 const BitmapEx aBitmapEx(GetTransformedGraphic().GetBitmapEx()); in DoConvertToPolyObj() local
1365 aSet.Put(XFillBitmapItem(String(), Graphic(aBitmapEx))); in DoConvertToPolyObj()
/aoo42x/main/sd/source/ui/inc/
H A Danimobjs.hxx76 BitmapEx aBitmapEx; member in sd::SdDisplay
/aoo42x/main/vcl/inc/
H A Dimage.h124 sal_uInt16 nId, const BitmapEx &aBitmapEx );
/aoo42x/main/filter/source/msfilter/
H A Dmsdffimp.cxx3982 BitmapEx aBitmapEx( aGraf.GetBitmapEx() ); in ImportGraphic() local
3983 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in ImportGraphic()
3985 if ( aBitmapEx.IsTransparent() ) in ImportGraphic()
3986 aMask.CombineSimple( aBitmapEx.GetMask(), BMP_COMBINE_OR ); in ImportGraphic()
4067 BitmapEx aBitmapEx( aGraf.GetBitmapEx() ); in ImportGraphic() local
4069aBitmapEx.Adjust( nBrightness, (sal_Int16)nContrast, 0, 0, 0, (double)nGamma / 0x10000, sal_False … in ImportGraphic()
4071 aBitmapEx.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImportGraphic()
4073 aBitmapEx.Convert( BMP_CONVERSION_1BIT_THRESHOLD ); in ImportGraphic()
4074 aGraf = aBitmapEx; in ImportGraphic()
H A Descherex.cxx1514 BitmapEx aBitmapEx( VCLUnoHelper::GetBitmap( xBmp ) ); in CreateGraphicProperties() local
1515 Graphic aGraphic( aBitmapEx ); in CreateGraphicProperties()

Completed in 217 milliseconds

12