Searched refs:aOtherRect (Results 1 – 1 of 1) sorted by relevance
77 Rectangle aOtherRect = (*pRects)[nOtherPos]; in Flush() local78 if ( aOtherRect.Top() > nBottom + 1 ) in Flush()83 if ( aOtherRect.Top() == nBottom + 1 && in Flush()84 aOtherRect.Left() == aCompRect.Left() && in Flush()85 aOtherRect.Right() == aCompRect.Right() ) in Flush()88 nBottom = aOtherRect.Bottom(); in Flush()
Completed in 6 milliseconds