Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp891 void DrawGrayText(HDC hdc, LPRECT pRect, LPCTSTR title, int dt_flags) in DrawGrayText() function
1030 DrawGrayText(dis->hDC, &textRect, title, dt_flags); in DrawItem()
H A Dwindow.h669 extern void DrawGrayText(HDC hdc, LPRECT pRect, LPCTSTR text, int dt_flags);
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dstartmenu.cpp1432 DrawGrayText(hdc, &textRect, title, DT_SINGLELINE|DT_NOPREFIX|DT_VCENTER);