Searched refs:DrawGrayText (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | window.cpp | 891 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 D | window.h | 669 extern void DrawGrayText(HDC hdc, LPRECT pRect, LPCTSTR text, int dt_flags);
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | startmenu.cpp | 1432 DrawGrayText(hdc, &textRect, title, DT_SINGLELINE|DT_NOPREFIX|DT_VCENTER);
|