Home | History | Annotate | Download | only in win32

Lines Matching refs:GetDeviceCaps

746     m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL);
747 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
748 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
759 int CGdiDeviceDriver::GetDeviceCaps(int caps_id) const {
1375 int device_type = ::GetDeviceCaps(hDC, TECHNOLOGY);