Lines Matching refs:mpGraphics2

967     mpGraphics2         = NULL;  in WinSalFrame()
1066 if ( mpGraphics2 && in ~WinSalFrame()
1067 mpGraphics2->getHDC() ) in ~WinSalFrame()
1068 ReleaseGraphics( mpGraphics2 ); in ~WinSalFrame()
1120 if ( !mpGraphics2 ) in GetGraphics()
1122 mpGraphics2 = new WinSalGraphics; in GetGraphics()
1123 mpGraphics2->setHDC(0); in GetGraphics()
1124 mpGraphics2->mhWnd = mhWnd; in GetGraphics()
1125 mpGraphics2->mbPrinter = FALSE; in GetGraphics()
1126 mpGraphics2->mbVirDev = FALSE; in GetGraphics()
1127 mpGraphics2->mbWindow = TRUE; in GetGraphics()
1128 mpGraphics2->mbScreen = TRUE; in GetGraphics()
1136 mpGraphics2->setHDC(hDC); in GetGraphics()
1139 mpGraphics2->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in GetGraphics()
1142 ImplSalInitGraphics( mpGraphics2 ); in GetGraphics()
1146 return mpGraphics2; in GetGraphics()
1185 if ( mpGraphics2 == pGraphics ) in ReleaseGraphics()
1187 if ( mpGraphics2->getHDC() ) in ReleaseGraphics()
1190 if ( mpGraphics2->mhDefPal ) in ReleaseGraphics()
1191 SelectPalette( mpGraphics2->getHDC(), mpGraphics2->mhDefPal, TRUE ); in ReleaseGraphics()
1192 ImplSalDeInitGraphics( mpGraphics2 ); in ReleaseGraphics()
1196 (LPARAM)mpGraphics2->getHDC() ); in ReleaseGraphics()
1197 mpGraphics2->setHDC(0); in ReleaseGraphics()
1692 if ( pThis->mpGraphics2 && in ImplSetParentFrame()
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()
1699 pThis->ReleaseGraphics( pThis->mpGraphics2 ); in ImplSetParentFrame()
1727 if( pThis->mpGraphics2 ) in ImplSetParentFrame()
1729 pThis->mpGraphics2->mhWnd = hWnd; in ImplSetParentFrame()
1739 pThis->mpGraphics2->setHDC(hDC); in ImplSetParentFrame()
1742 … pThis->mpGraphics2->mhDefPal = SelectPalette( hDC, pSalData->mhDitherPal, TRUE ); in ImplSetParentFrame()
1745 ImplSalInitGraphics( pThis->mpGraphics2 ); in ImplSetParentFrame()