Searched refs:m_svBitmapCache (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddc.h375 static wxList m_svBitmapCache; member in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddc.cpp159 wxList wxDC::m_svBitmapCache; member in class:wxDC
203 wxNode* pNode = m_svBitmapCache.First();
298 m_svBitmapCache.Append(pEntry);
310 m_svBitmapCache.DeleteContents(true);
311 m_svBitmapCache.Clear();
312 m_svBitmapCache.DeleteContents(false);

Completed in 67 milliseconds