Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1175 Size aDstSzPix; in RemoveTransparenciesFromMetaFile() local
1191aDstSzPix = bTiling ? Size( MAX_TILE_WIDTH, MAX_TILE_HEIGHT ) : aBoundRect.GetSize(); in RemoveTransparenciesFromMetaFile()
1193 if( ( aDstPtPix.Y() + aDstSzPix.Height() - 1L ) > aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()
1194 aDstSzPix.Height() = aBoundRect.Bottom() - aDstPtPix.Y() + 1L; in RemoveTransparenciesFromMetaFile()
1198 … if( ( aDstPtPix.X() + aDstSzPix.Width() - 1L ) > aBoundRect.Right() ) in RemoveTransparenciesFromMetaFile()
1199 aDstSzPix.Width() = aBoundRect.Right() - aDstPtPix.X() + 1L; in RemoveTransparenciesFromMetaFile()
1201 … if( !Rectangle( aDstPtPix, aDstSzPix ).Intersection( aBoundRect ).IsEmpty() && in RemoveTransparenciesFromMetaFile()
1202 aPaintVDev.SetOutputSizePixel( aDstSzPix ) ) in RemoveTransparenciesFromMetaFile()
1263 Bitmap aBandBmp( aPaintVDev.GetBitmap( Point(), aDstSzPix ) ); in RemoveTransparenciesFromMetaFile()
1268 aBandBmp = GetDownsampledBitmap( aDstSzPix, in RemoveTransparenciesFromMetaFile()
[all …]