Home
last modified time | relevance | path

Searched refs:aDstSzPix (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1191 Size aDstSzPix; in RemoveTransparenciesFromMetaFile() local
1209 if( ( aDstPtPix.Y() + aDstSzPix.Height() - 1L ) > aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()
1210 aDstSzPix.Height() = aBoundRect.Bottom() - aDstPtPix.Y() + 1L; in RemoveTransparenciesFromMetaFile()
1214 … if( ( aDstPtPix.X() + aDstSzPix.Width() - 1L ) > aBoundRect.Right() ) in RemoveTransparenciesFromMetaFile()
1215 aDstSzPix.Width() = aBoundRect.Right() - aDstPtPix.X() + 1L; in RemoveTransparenciesFromMetaFile()
1217 … if( !Rectangle( aDstPtPix, aDstSzPix ).Intersection( aBoundRect ).IsEmpty() && in RemoveTransparenciesFromMetaFile()
1218 aPaintVDev.SetOutputSizePixel( aDstSzPix ) ) in RemoveTransparenciesFromMetaFile()
1279 Bitmap aBandBmp( aPaintVDev.GetBitmap( Point(), aDstSzPix ) ); in RemoveTransparenciesFromMetaFile()
1284 aBandBmp = GetDownsampledBitmap( aDstSzPix, in RemoveTransparenciesFromMetaFile()
1300 aDstPtPix.X() += aDstSzPix.Width(); in RemoveTransparenciesFromMetaFile()
[all …]

Completed in 18 milliseconds