Searched refs:bitsPerPixel (Results 1 – 1 of 1) sorted by relevance
1582 UINT bitsPerPixel = GetDeviceCaps( ::GetDC(::GetDesktopWindow()), BITSPIXEL); in OnLargeIcons() local1584 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()