Home
last modified time | relevance | path

Searched refs:nHeightMatch (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx911 int nHeightMatch = 0; in IsBetterMatch() local
936 nHeightMatch = (nHeightDiff >= 0) ? -nHeightDiff : 100+nHeightDiff; in IsBetterMatch()
938 nHeightMatch /= rFSD.mnHeight; in IsBetterMatch()
953 rStatus.mnHeightMatch = nHeightMatch; in IsBetterMatch()
960 if( rStatus.mnHeightMatch > nHeightMatch ) in IsBetterMatch()
962 else if( rStatus.mnHeightMatch < nHeightMatch ) in IsBetterMatch()
964 rStatus.mnHeightMatch = nHeightMatch; in IsBetterMatch()

Completed in 52 milliseconds