Lines Matching refs:aDstSzPix
1191 Size aDstSzPix; in RemoveTransparenciesFromMetaFile() local
1207 … aDstSzPix = bTiling ? Size( MAX_TILE_WIDTH, MAX_TILE_HEIGHT ) : aBoundRect.GetSize(); in RemoveTransparenciesFromMetaFile()
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()
1290 … rOutMtf.AddAction( new MetaBmpScaleAction( aDstPtPix, aDstSzPix, aBandBmp ) ); in RemoveTransparenciesFromMetaFile()
1300 aDstPtPix.X() += aDstSzPix.Width(); in RemoveTransparenciesFromMetaFile()
1304 aDstPtPix.Y() += aDstSzPix.Height(); in RemoveTransparenciesFromMetaFile()