Lines Matching refs:hDC
176 HDC hDC = GetDC( 0 ); in ImplInitSalGDI() local
177 int nBitsPixel = GetDeviceCaps( hDC, BITSPIXEL ); in ImplInitSalGDI()
178 int nPlanes = GetDeviceCaps( hDC, PLANES ); in ImplInitSalGDI()
179 int nRasterCaps = GetDeviceCaps( hDC, RASTERCAPS ); in ImplInitSalGDI()
185 HDC hMemDC = ::CreateCompatibleDC( hDC ); in ImplInitSalGDI()
186 HBITMAP hMemBmp = ::CreateCompatibleBitmap( hDC, 8, 8 ); in ImplInitSalGDI()
317 ReleaseDC( 0, hDC ); in ImplInitSalGDI()
561 HDC hDC = GetDC( 0 ); in ImplGetCachedDC() local
564 pC->mhDC = CreateCompatibleDC( hDC ); in ImplGetCachedDC()
572 pC->mhSelBmp = CreateCompatibleBitmap( hDC, CACHED_HDC_DEFEXT, CACHED_HDC_DEFEXT ); in ImplGetCachedDC()
575 ReleaseDC( 0, hDC ); in ImplGetCachedDC()
1897 aRes.hDC = const_cast< WinSalGraphics* >(this)->getHDC(); in GetGraphicsData()