Searched refs:nOuterBottom (Results 1 – 1 of 1) sorted by relevance
191 int nOuterBottom = aWindowSize.Height() - 1; in Paint() local192 int nInnerBottom = nOuterBottom - m_aBorder.Bottom() + 1; in Paint()207 if ( nInnerBottom < nOuterBottom ) in Paint()208 DrawRect( Rectangle( nOuterLeft, nInnerBottom, nOuterRight, nOuterBottom ) ); in Paint()
Completed in 8 milliseconds