Searched refs:ImplSalBitmapCache (Results 1 – 2 of 2) sorted by relevance
39 class ImplSalBitmapCache;60 static ImplSalBitmapCache* mpCache;172 class ImplSalBitmapCache class181 ImplSalBitmapCache();182 ~ImplSalBitmapCache();
65 ImplSalBitmapCache* X11SalBitmap::mpCache = NULL;88 mpCache = new ImplSalBitmapCache; in ImplCreateCache()1029 ImplSalBitmapCache::ImplSalBitmapCache() : in ImplSalBitmapCache() function in ImplSalBitmapCache1036 ImplSalBitmapCache::~ImplSalBitmapCache() in ~ImplSalBitmapCache()1043 void ImplSalBitmapCache::ImplAdd( X11SalBitmap* pBmp, sal_uLong nMemSize, sal_uLong nFlags ) in ImplAdd()1065 void ImplSalBitmapCache::ImplRemove( X11SalBitmap* pBmp ) in ImplRemove()1082 void ImplSalBitmapCache::ImplClear() in ImplClear()
Completed in 24 milliseconds