Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1190 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()
1248 … const Point aNewOrg( aMapVDev.PixelToLogic( aDstPtPix ) ); in RemoveTransparenciesFromMetaFile()
1300 aDstPtPix.X() += aDstSzPix.Width(); in RemoveTransparenciesFromMetaFile()
[all …]

Completed in 43 milliseconds