Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/folders/
H A DCFSFolder.cpp1997 data->clrTextBack = CLR_INVALID; in GetCustomViewInfo()
2062 data->clrTextBack = cr; in GetCustomViewInfo()
2065 if (data->hbmBack != NULL || data->clrText != CLR_INVALID || data->clrTextBack != CLR_INVALID) in GetCustomViewInfo()
/reactos/sdk/include/reactos/
H A Dundocshell.h1156 COLORREF clrTextBack; member
/reactos/dll/win32/shell32/
H A DCDefView.cpp601 m_viewinfo_data.clrTextBack = CLR_INVALID; in CDefView()
942 m_ListView.SetTextBkColor(GetViewColor(m_viewinfo_data.clrTextBack, COLOR_WINDOW)); in UpdateListColors()
1661 SHFillRectClr(hDC, &rc, GetViewColor(m_viewinfo_data.clrTextBack, COLOR_WINDOW)); in OnPrintClient()