Searched refs:nRound (Results 1 – 1 of 1) sorted by relevance
7265 long nRound = aSize.Height() % 5; in GetDevFontSize() local7266 if ( nRound >= 3 ) in GetDevFontSize()7267 aSize.Height() += (5-nRound); in GetDevFontSize()7269 aSize.Height() -= nRound; in GetDevFontSize()
Completed in 55 milliseconds