Lines Matching refs:mhDC
102 mhDC = 0; in Os2SalGraphics()
160 DevQueryCaps( mhDC, CAPS_HORIZONTAL_FONT_RES, 1, &nDPIX ); in GetResolution()
161 DevQueryCaps( mhDC, CAPS_VERTICAL_FONT_RES, 1, &nDPIY ); in GetResolution()
171 DevQueryCaps( mhDC, CAPS_COLOR_BITCOUNT, 1, &nBitCount ); in GetBitCount()
857 if ( !(DevQueryCaps( mhDC, CAPS_TECHNOLOGY, 1, &nLong ) && in drawEPS()
958 DevEscape( mhDC, DEVESC_RAWDATA, aBuf.getLength(), in drawEPS()
977 DevEscape( mhDC, DEVESC_RAWDATA, aBuf.getLength(), in drawEPS()
990 if ( DevEscape( mhDC, DEVESC_RAWDATA, pTemp - pBuf, in drawEPS()
1003 if ( DevEscape( mhDC, DEVESC_RAWDATA, nDoNow, (PM_BYTE*)pPtr + nSize - nToDo, in drawEPS()
1012 if ( DevEscape( mhDC, DEVESC_RAWDATA, 9, (PM_BYTE*)pBuf, in drawEPS()
1025 DevEscape( mhDC, DEVESC_RAWDATA, aBuf.getLength(), in drawEPS()
1053 aRes.hDC = mhDC; in GetGraphicsData()