Searched refs:aScreenLoc (Results 1 – 2 of 2) sorted by relevance
85 Point aScreenLoc( 0, 0 ); in getLocationOnScreen() local93 aScreenLoc.X = aParentScreenLoc.X + aOwnRelativeLoc.X; in getLocationOnScreen()94 aScreenLoc.Y = aParentScreenLoc.Y + aOwnRelativeLoc.Y; in getLocationOnScreen()97 return aScreenLoc; in getLocationOnScreen()
229 Point aScreenLoc = aBounds.TopLeft(); in GetBoundingBox() local231 … Point aPos( aScreenLoc.getX() - aParentScreenLoc.X, aScreenLoc.getY() - aParentScreenLoc.Y ); in GetBoundingBox()
Completed in 21 milliseconds