Lines Matching refs:getHDC

1063          mpGraphics2->getHDC() )  in ~WinSalFrame()
1070 SelectPalette( mpGraphics->getHDC(), mpGraphics->mhDefPal, TRUE ); in ~WinSalFrame()
1072 ReleaseDC( mhWnd, mpGraphics->getHDC() ); in ~WinSalFrame()
1183 if ( mpGraphics2->getHDC() ) in ReleaseGraphics()
1187 SelectPalette( mpGraphics2->getHDC(), mpGraphics2->mhDefPal, TRUE ); in ReleaseGraphics()
1192 (LPARAM)mpGraphics2->getHDC() ); in ReleaseGraphics()
1689 pThis->mpGraphics2->getHDC() ) in ImplSetParentFrame()
1692 hFont = (HFONT) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_FONT); in ImplSetParentFrame()
1693 hPen = (HPEN) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_PEN); in ImplSetParentFrame()
1694 hBrush = (HBRUSH) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_BRUSH); in ImplSetParentFrame()
1705 SelectPalette( pThis->mpGraphics->getHDC(), pThis->mpGraphics->mhDefPal, TRUE ); in ImplSetParentFrame()
1707 ReleaseDC( pThis->mhWnd, pThis->mpGraphics->getHDC() ); in ImplSetParentFrame()
1767 …pThis->mpGraphics->mhDefPal = SelectPalette( pThis->mpGraphics->getHDC(), GetSalData()->mhDitherPa… in ImplSetParentFrame()
1768 RealizePalette( pThis->mpGraphics->getHDC() ); in ImplSetParentFrame()
3735 pFrame->mpGraphics->getHDC() ) in ImplHandleKeyMsg()
3736 SetBkMode( pFrame->mpGraphics->getHDC(), TRANSPARENT ); in ImplHandleKeyMsg()
4099 SelectClipRgn( pFrame->mpGraphics->getHDC(), 0 ); in ImplHandlePaintMsg()
4116 SelectClipRgn( pFrame->mpGraphics->getHDC(), in ImplHandlePaintMsg()
4138 SelectClipRgn( pFrame->mpGraphics->getHDC(), in ImplHandlePaintMsg()
4521 SelectPalette( pGraphics->getHDC(), hPal, FALSE ); in ImplHandleForcePalette()
4522 if ( RealizePalette( pGraphics->getHDC() ) ) in ImplHandleForcePalette()
4586 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette()
4598 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette()
4611 hDC = pFrame->mpGraphics->getHDC(); in ImplHandlePalette()
4636 SelectPalette( pGraphics->getHDC(), hPal, TRUE ); in ImplHandlePalette()
4637 RealizePalette( pGraphics->getHDC() ); in ImplHandlePalette()
4649 SelectPalette( pGraphics->getHDC(), hPal, TRUE ); in ImplHandlePalette()
4650 if ( RealizePalette( pGraphics->getHDC() ) ) in ImplHandlePalette()
5531 pFrame->mpGraphics->getHDC() ) in ImplHandleIMEComposition()
5532 SetBkMode( pFrame->mpGraphics->getHDC(), TRANSPARENT ); in ImplHandleIMEComposition()