Searched refs:aIntersectionRect (Results 1 – 1 of 1) sorted by relevance
127 … Rectangle aIntersectionRect = aNewRect.GetIntersection(aOverlappingRect); in lcl_getNewRectSize() local128 if ( !aIntersectionRect.IsEmpty() ) in lcl_getNewRectSize()132 if ( aNewRect.Left() < aIntersectionRect.Left() ) in lcl_getNewRectSize()134 aNewRect.Right() = aIntersectionRect.Left(); in lcl_getNewRectSize()136 else if ( aNewRect.Left() < aIntersectionRect.Right() ) in lcl_getNewRectSize()138 aNewRect.Left() = aIntersectionRect.Right(); in lcl_getNewRectSize()143 if ( aNewRect.Top() < aIntersectionRect.Top() ) in lcl_getNewRectSize()145 aNewRect.Bottom() = aIntersectionRect.Top(); in lcl_getNewRectSize()147 else if ( aNewRect.Top() < aIntersectionRect.Bottom() ) in lcl_getNewRectSize()149 aNewRect.Top() = aIntersectionRect.Bottom(); in lcl_getNewRectSize()
Completed in 26 milliseconds