Searched refs:mnCacheDCInUse (Results 1 – 3 of 3) sorted by relevance
124 BYTE mnCacheDCInUse; // count of CacheDC in use member in SalData
1113 if ( pSalData->mnCacheDCInUse >= 3 ) in GetGraphics()1141 pSalData->mnCacheDCInUse++; in GetGraphics()1194 pSalData->mnCacheDCInUse--; in ReleaseGraphics()1683 int oldCount = pSalData->mnCacheDCInUse; in ImplSetParentFrame()1753 pSalData->mnCacheDCInUse++; in ImplSetParentFrame()1755 … DBG_ASSERT( oldCount == pSalData->mnCacheDCInUse, "WinSalFrame::SetParent() hDC count corrupted"); in ImplSetParentFrame()
428 mnCacheDCInUse = 0; // count of CacheDC in use in SalData()