Lines Matching refs:getHDC

1067          mpGraphics2->getHDC() )  in ~WinSalFrame()
1074 SelectPalette( mpGraphics->getHDC(), mpGraphics->mhDefPal, TRUE ); in ~WinSalFrame()
1076 ReleaseDC( mhWnd, mpGraphics->getHDC() ); in ~WinSalFrame()
1187 if ( mpGraphics2->getHDC() ) in ReleaseGraphics()
1191 SelectPalette( mpGraphics2->getHDC(), mpGraphics2->mhDefPal, TRUE ); in ReleaseGraphics()
1196 (LPARAM)mpGraphics2->getHDC() ); in ReleaseGraphics()
1693 pThis->mpGraphics2->getHDC() ) in ImplSetParentFrame()
1696 hFont = (HFONT) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_FONT); in ImplSetParentFrame()
1697 hPen = (HPEN) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_PEN); in ImplSetParentFrame()
1698 hBrush = (HBRUSH) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_BRUSH); in ImplSetParentFrame()
1709 SelectPalette( pThis->mpGraphics->getHDC(), pThis->mpGraphics->mhDefPal, TRUE ); in ImplSetParentFrame()
1711 ReleaseDC( pThis->mhWnd, pThis->mpGraphics->getHDC() ); in ImplSetParentFrame()
1771 …pThis->mpGraphics->mhDefPal = SelectPalette( pThis->mpGraphics->getHDC(), GetSalData()->mhDitherPa… in ImplSetParentFrame()
1772 RealizePalette( pThis->mpGraphics->getHDC() ); in ImplSetParentFrame()
3741 pFrame->mpGraphics->getHDC() ) in ImplHandleKeyMsg()
3742 SetBkMode( pFrame->mpGraphics->getHDC(), TRANSPARENT ); in ImplHandleKeyMsg()
4105 SelectClipRgn( pFrame->mpGraphics->getHDC(), 0 ); in ImplHandlePaintMsg()
4122 SelectClipRgn( pFrame->mpGraphics->getHDC(), in ImplHandlePaintMsg()
4144 SelectClipRgn( pFrame->mpGraphics->getHDC(), in ImplHandlePaintMsg()
4527 SelectPalette( pGraphics->getHDC(), hPal, FALSE ); in ImplHandleForcePalette()
4528 if ( RealizePalette( pGraphics->getHDC() ) ) in ImplHandleForcePalette()
4592 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette()
4604 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette()
4617 hDC = pFrame->mpGraphics->getHDC(); in ImplHandlePalette()
4642 SelectPalette( pGraphics->getHDC(), hPal, TRUE ); in ImplHandlePalette()
4643 RealizePalette( pGraphics->getHDC() ); in ImplHandlePalette()
4655 SelectPalette( pGraphics->getHDC(), hPal, TRUE ); in ImplHandlePalette()
4656 if ( RealizePalette( pGraphics->getHDC() ) ) in ImplHandlePalette()
5537 pFrame->mpGraphics->getHDC() ) in ImplHandleIMEComposition()
5538 SetBkMode( pFrame->mpGraphics->getHDC(), TRANSPARENT ); in ImplHandleIMEComposition()