Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp897 RECT shadowRect = {pRect->left+1, pRect->top+1, pRect->right+1, pRect->bottom+1}; in DrawGrayText() local
898 DrawText(hdc, title, -1, &shadowRect, dt_flags); in DrawGrayText()
1082 RECT shadowRect = {textRect.left+1, textRect.top+1, textRect.right+1, textRect.bottom+1}; in DrawItem() local
1083 DrawText(dis->hDC, txt, txt_len, &shadowRect, DT_SINGLELINE|DT_VCENTER|DT_CENTER); in DrawItem()