Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp1582 UINT bitsPerPixel = GetDeviceCaps( ::GetDC(::GetDesktopWindow()), BITSPIXEL); in OnLargeIcons() local
1584 if ( bitsPerPixel >= 32 ) in OnLargeIcons()
1586 else if ( bitsPerPixel >= 24 ) in OnLargeIcons()
1588 else if ( bitsPerPixel >= 16 ) in OnLargeIcons()
1590 else if ( bitsPerPixel >= 8 ) in OnLargeIcons()