Lines Matching refs:aTotalRect
60 DBG_ASSERT( aLineRect.IsEmpty() && aTotalRect.IsEmpty(), "Flush: not empty" ); in Flush()
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()
140 aTotalRect = aLineRect; // and start new one in FlushLine()