Home | History | Annotate | Download | only in win32

Lines Matching defs:GetDeviceCaps

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

20 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
23 int CGdiPrinterDriver::GetDeviceCaps(int caps_id)
31 return CGdiDeviceDriver::GetDeviceCaps(caps_id);
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);
326 int CPSPrinterDriver::GetDeviceCaps(int caps_id)