Home
last modified time | relevance | path

Searched refs:aCroppedBitmap (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx844 Bitmap aCroppedBitmap(rBitmap); in clipMetafileContentAgainstOwnRegions() local
854 aCroppedBitmap.Crop(aCropRectangle); in clipMetafileContentAgainstOwnRegions()
859 BitmapEx(aCroppedBitmap), in clipMetafileContentAgainstOwnRegions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2184 Bitmap aCroppedBitmap(rBitmap); in interpretMetafile() local
2189 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()
2192 const BitmapEx aCroppedBitmapEx(aCroppedBitmap); in interpretMetafile()
2267 Bitmap aCroppedBitmap(rBitmap); in interpretMetafile() local
2272 aCroppedBitmap.Crop(aCropRectangle); in interpretMetafile()
2275 const BitmapEx aCroppedBitmapEx(createMaskBmpEx(aCroppedBitmap, pA->GetColor())); in interpretMetafile()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1270 Bitmap aCroppedBitmap( maBitmap ); in updatePreview() local
1271 aCroppedBitmap.Crop( Rectangle( aPos, aSize ) ); in updatePreview()
1272 aSize = aCroppedBitmap.GetSizePixel(); in updatePreview()
1274 aCroppedBitmap.Scale( aSize ); in updatePreview()
1288 maFbJPGPreview.SetBitmap( aCroppedBitmap ); in updatePreview()

Completed in 43 milliseconds