Searched refs:aBndRect (Results 1 – 1 of 1) sorted by relevance
4798 Rectangle aBndRect( pRet->GetSnapRect() ); in ImportShape() local4799 Point aTop( ( aBndRect.Left() + aBndRect.Right() ) >> 1, aBndRect.Top() ); in ImportShape()4806 Rectangle aBndRect( pRet->GetSnapRect() ); in ImportShape() local4807 Point aLeft( aBndRect.Left(), ( aBndRect.Top() + aBndRect.Bottom() ) >> 1 ); in ImportShape()4909 Rectangle aBndRect( pRet->GetSnapRect() ); in ImportShape() local4910 Point aTop( ( aBndRect.Left() + aBndRect.Right() ) >> 1, aBndRect.Top() ); in ImportShape()4917 Rectangle aBndRect( pRet->GetSnapRect() ); in ImportShape() local4918 Point aLeft( aBndRect.Left(), ( aBndRect.Top() + aBndRect.Bottom() ) >> 1 ); in ImportShape()
Completed in 50 milliseconds