Searched refs:mnCacheInstCount (Results 1 – 2 of 2) sorted by relevance
66 sal_uLong X11SalBitmap::mnCacheInstCount = 0; member in X11SalBitmap87 if( !mnCacheInstCount++ ) in ImplCreateCache()95 DBG_ASSERT( mnCacheInstCount, "X11SalBitmap::ImplDestroyCache(): underflow" ); in ImplDestroyCache()97 if( mnCacheInstCount && !--mnCacheInstCount ) in ImplDestroyCache()
61 static sal_uIntPtr mnCacheInstCount; member in X11SalBitmap
Completed in 19 milliseconds