Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp883 static RECT s_MyDrawText_Rect = {0, 0, 0, 0}; variable
887 ::DrawText(hdc, (LPCTSTR)data, cnt, &s_MyDrawText_Rect, DT_SINGLELINE); in MyDrawText()
912 s_MyDrawText_Rect.right = w; in DrawGrayText()
913 s_MyDrawText_Rect.bottom = h; in DrawGrayText()
1097 s_MyDrawText_Rect.right = w; in DrawItem()
1098 s_MyDrawText_Rect.bottom = h; in DrawItem()