Home
last modified time | relevance | path

Searched refs:nRound (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7265 long nRound = aSize.Height() % 5; in GetDevFontSize() local
7266 if ( nRound >= 3 ) in GetDevFontSize()
7267 aSize.Height() += (5-nRound); in GetDevFontSize()
7269 aSize.Height() -= nRound; in GetDevFontSize()

Completed in 52 milliseconds