Searched refs:bmpSource (Results 1 – 2 of 2) sorted by relevance
828 sal_uInt16 Writer::defineBitmap( const BitmapEx &bmpSource, sal_Int32 nJPEGQualityLevel ) in defineBitmap() argument830 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() local937 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()[all …]
310 sal_uInt16 defineBitmap( const BitmapEx& bmpSource, sal_Int32 nJPEGQualityLevel );