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()
3738 pFrame->mpGraphics->getHDC() ) in ImplHandleKeyMsg()
3739 SetBkMode( pFrame->mpGraphics->getHDC(), TRANSPARENT ); in ImplHandleKeyMsg()
4102 SelectClipRgn( pFrame->mpGraphics->getHDC(), 0 ); in ImplHandlePaintMsg()
4119 SelectClipRgn( pFrame->mpGraphics->getHDC(), in ImplHandlePaintMsg()
4141 SelectClipRgn( pFrame->mpGraphics->getHDC(), in ImplHandlePaintMsg()
4524 SelectPalette( pGraphics->getHDC(), hPal, FALSE ); in ImplHandleForcePalette()
4525 if ( RealizePalette( pGraphics->getHDC() ) ) in ImplHandleForcePalette()
4589 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette()
4601 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette()
4614 hDC = pFrame->mpGraphics->getHDC(); in ImplHandlePalette()
4639 SelectPalette( pGraphics->getHDC(), hPal, TRUE ); in ImplHandlePalette()
4640 RealizePalette( pGraphics->getHDC() ); in ImplHandlePalette()
4652 SelectPalette( pGraphics->getHDC(), hPal, TRUE ); in ImplHandlePalette()
4653 if ( RealizePalette( pGraphics->getHDC() ) ) in ImplHandlePalette()
5534 pFrame->mpGraphics->getHDC() ) in ImplHandleIMEComposition()
5535 SetBkMode( pFrame->mpGraphics->getHDC(), TRANSPARENT ); in ImplHandleIMEComposition()