Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp1583 UINT ilcColor; in OnLargeIcons() local
1585 ilcColor = ILC_COLOR32; in OnLargeIcons()
1587 ilcColor = ILC_COLOR24; in OnLargeIcons()
1589 ilcColor = ILC_COLOR16; in OnLargeIcons()
1591 ilcColor = ILC_COLOR8; in OnLargeIcons()
1593 ilcColor = ILC_COLOR; in OnLargeIcons()
1594 m_imageList.Create(x, y, ilcColor | ILC_MASK, IMAGE_COUNT, 1); in OnLargeIcons()