Home
last modified time | relevance | path

Searched refs:bmpSource (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx830 sal_uLong bmpChecksum = bmpSource.GetChecksum(); in defineBitmap()
848 getBitmapData( bmpSource, pImageData, pAlphaData, width, height ); in defineBitmap()
866 if (bmpSource.IsAlpha() || bmpSource.IsTransparent()) in defineBitmap()
885 Graphic aGraphic( bmpSource ); in defineBitmap()
935 BitmapEx bmpSource( rBmpEx ); in Impl_writeImage() local
937 Rectangle originalPixelRect = Rectangle(Point(), bmpSource.GetSizePixel()); in Impl_writeImage()
971 bmpSource.Crop(cropPixelRect); in Impl_writeImage()
974 if( !!bmpSource ) in Impl_writeImage()
979 const Size& rSizePixel = bmpSource.GetSizePixel(); in Impl_writeImage()
984 bmpSource.Expand( nDX, nDY ); in Impl_writeImage()
[all …]
H A Dswfwriter.hxx310 sal_uInt16 defineBitmap( const BitmapEx& bmpSource, sal_Int32 nJPEGQualityLevel );

Completed in 23 milliseconds