Searched refs:aTotalRect (Results 1 – 2 of 2) sorted by relevance
108 if( aTotalRect.IsEmpty() ) in FlushTotal()112 pWin->Invert( aTotalRect, INVERT_HIGHLIGHT ); in FlushTotal()114 pRects->push_back( aTotalRect ); in FlushTotal()116 aTotalRect.SetEmpty(); in FlushTotal()124 if ( aTotalRect.IsEmpty() ) in FlushLine()126 aTotalRect = aLineRect; // start new total rect in FlushLine()130 if ( aLineRect.Left() == aTotalRect.Left() && in FlushLine()131 aLineRect.Right() == aTotalRect.Right() && in FlushLine()132 aLineRect.Top() == aTotalRect.Bottom() + 1 ) in FlushLine()135 aTotalRect.Bottom() = aLineRect.Bottom(); in FlushLine()[all …]
38 Rectangle aTotalRect; member in ScInvertMerger
Completed in 11 milliseconds