Searched refs:bmpSource (Results 1 – 2 of 2) sorted by relevance
830 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()984 bmpSource.Expand( nDX, nDY ); in Impl_writeImage()[all …]
310 sal_uInt16 defineBitmap( const BitmapEx& bmpSource, sal_Int32 nJPEGQualityLevel );
Completed in 27 milliseconds