Home | History | Annotate | Download | only in win32

Lines Matching refs:m_hDC

19     m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);

20 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
246 m_hDC = hDC;
269 int ret = ExtEscape(m_hDC, PASSTHROUGH, send_len + 2, m_pBuf, 0, NULL);
288 m_hDC = hDC;
289 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);
290 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
291 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
292 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
293 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL);