Searched refs:nHalfView (Results 1 – 1 of 1) sorted by relevance
115 const KSHORT nHalfView = nViewWidth / 2; in PrePaint() local135 if( nLastWidth > nHalfView ) in PrePaint()136 nPos += nLastWidth - nHalfView; in PrePaint()141 if( nLastWidth > nHalfView ) in PrePaint()142 nPos -= nLastWidth + nHalfView; in PrePaint()147 if( nLastWidth > nHalfView ) in PrePaint()148 nPos -= nLastWidth + nHalfView; in PrePaint()153 if( nLastWidth > nHalfView ) in PrePaint()154 nPos += nLastWidth - nHalfView; in PrePaint()
Completed in 6 milliseconds