Home
last modified time | relevance | path

Searched refs:mnCacheDCInUse (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/inc/win/
H A Dsaldata.hxx124 BYTE mnCacheDCInUse; // count of CacheDC in use member in SalData
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1113 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()
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx428 mnCacheDCInUse = 0; // count of CacheDC in use in SalData()