Home
last modified time | relevance | path

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

/reactos/dll/win32/msgina/
H A Ddimmedwindow.cpp33 LONG m_height; member in CDimmedWindow
47 , m_height(0) in CDimmedWindow()
61 m_height = GetSystemMetrics(SM_CYVIRTUALSCREEN); in CDimmedWindow()
66 m_bi.bmiHeader.biHeight = m_height; in CDimmedWindow()
70 m_bi.bmiHeader.biSizeImage = m_width * 4 * m_height; in CDimmedWindow()
71 m_bytes = new UCHAR[m_width * 4 * m_height]; in CDimmedWindow()
81 m_width, m_height, in CDimmedWindow()
138 m_hbitmap = CreateCompatibleBitmap(desktopDC, m_width, m_height); in Capture()
140 BitBlt(m_hdc, 0, 0, m_width, m_height, desktopDC, 0, 0, SRCCOPY); in Capture()
154 for (int xh = 0; xh < m_height; ++xh) in Step()
[all …]