Searched refs:mpGraphics2 (Results 1 – 2 of 2) sorted by relevance
963 mpGraphics2 = NULL; in WinSalFrame()1062 if ( mpGraphics2 && in ~WinSalFrame()1063 mpGraphics2->getHDC() ) in ~WinSalFrame()1064 ReleaseGraphics( mpGraphics2 ); in ~WinSalFrame()1116 if ( !mpGraphics2 ) in GetGraphics()1118 mpGraphics2 = new WinSalGraphics; in GetGraphics()1119 mpGraphics2->setHDC(0); in GetGraphics()1120 mpGraphics2->mhWnd = mhWnd; in GetGraphics()1121 mpGraphics2->mbPrinter = FALSE; in GetGraphics()1122 mpGraphics2->mbVirDev = FALSE; in GetGraphics()[all …]
43 WinSalGraphics* mpGraphics2; // current frame graphics for other threads variable