Searched refs:mpGraphics2 (Results 1 – 2 of 2) sorted by relevance
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()[all …]
43 WinSalGraphics* mpGraphics2; // current frame graphics for other threads variable