Home
last modified time | relevance | path

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

/reactos/base/applications/rapps/
H A Dloaddlg.cpp227 RECT myRect; in OnPaint() local
230 GetClientRect(&myRect); in OnPaint()
233 win_width = myRect.right - myRect.left; in OnPaint()
234 win_height = myRect.bottom - myRect.top; in OnPaint()
248 hdcMem, m_szProgressText.GetString(), m_szProgressText.GetLength(), &myRect, in OnPaint()