Searched refs:GetMaxDisplayCacheSize (Results 1 – 3 of 3) sorted by relevance
79 sal_uLong GetMaxDisplayCacheSize() const { return mnMaxDisplaySize; }; in GetMaxDisplayCacheSize() function in GraphicCache
803 if( GetMaxDisplayCacheSize() < GetUsedDisplayCacheSize() ) in SetMaxDisplayCacheSize()804 ImplFreeDisplayCacheSpace( GetUsedDisplayCacheSize() - GetMaxDisplayCacheSize() ); in SetMaxDisplayCacheSize()
138 return mpCache->GetMaxDisplayCacheSize(); in GetMaxCacheSize()
Completed in 63 milliseconds