Lines Matching refs:mpGraphics
777 mpGraphics = NULL; in Os2SalFrame()
794 mpGraphics = NULL; in Os2SalFrame()
845 if ( mpGraphics ) in ~Os2SalFrame()
847 ImplSalDeInitGraphics( mpGraphics ); in ~Os2SalFrame()
848 WinReleasePS( mpGraphics->mhPS ); in ~Os2SalFrame()
849 delete mpGraphics; in ~Os2SalFrame()
885 if ( !mpGraphics ) in GetGraphics()
888 mpGraphics = new Os2SalGraphics; in GetGraphics()
889 mpGraphics->mhPS = WinGetPS( mhWndClient ); in GetGraphics()
890 mpGraphics->mhDC = ImplWinGetDC( mhWndClient ); in GetGraphics()
891 mpGraphics->mhWnd = mhWndClient; in GetGraphics()
892 mpGraphics->mnHeight = mnHeight; in GetGraphics()
893 mpGraphics->mbPrinter = FALSE; in GetGraphics()
894 mpGraphics->mbVirDev = FALSE; in GetGraphics()
895 mpGraphics->mbWindow = TRUE; in GetGraphics()
896 mpGraphics->mbScreen = TRUE; in GetGraphics()
897 ImplSalInitGraphics( mpGraphics ); in GetGraphics()
903 return mpGraphics; in GetGraphics()
3034 if ( pFrame->mpGraphics ) in ImplHandleSizeMsg()
3035 pFrame->mpGraphics->mnHeight = (int)SHORT2FROMMP(nMP2); in ImplHandleSizeMsg()