Lines Matching refs:aDstPtPix
1190 Point aDstPtPix( aBoundRect.TopLeft() ); in RemoveTransparenciesFromMetaFile() local
1204 while( aDstPtPix.Y() <= aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()
1206 aDstPtPix.X() = aBoundRect.Left(); in RemoveTransparenciesFromMetaFile()
1209 if( ( aDstPtPix.Y() + aDstSzPix.Height() - 1L ) > aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()
1210 aDstSzPix.Height() = aBoundRect.Bottom() - aDstPtPix.Y() + 1L; in RemoveTransparenciesFromMetaFile()
1212 while( aDstPtPix.X() <= aBoundRect.Right() ) 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()
1248 … const Point aNewOrg( aMapVDev.PixelToLogic( aDstPtPix ) ); 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()