Searched refs:aDstPtPix (Results 1 – 1 of 1) sorted by relevance
1174 Point aDstPtPix( aBoundRect.TopLeft() ); in RemoveTransparenciesFromMetaFile() local1188 while( aDstPtPix.Y() <= aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()1190 aDstPtPix.X() = aBoundRect.Left(); in RemoveTransparenciesFromMetaFile()1193 if( ( aDstPtPix.Y() + aDstSzPix.Height() - 1L ) > aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()1194 aDstSzPix.Height() = aBoundRect.Bottom() - aDstPtPix.Y() + 1L; in RemoveTransparenciesFromMetaFile()1196 while( aDstPtPix.X() <= aBoundRect.Right() ) 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()1232 … const Point aNewOrg( aMapVDev.PixelToLogic( aDstPtPix ) ); in RemoveTransparenciesFromMetaFile()[all …]