Home
last modified time | relevance | path

Searched refs:ImplSalBitmapCache (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx65 ImplSalBitmapCache* X11SalBitmap::mpCache = NULL;
88 mpCache = new ImplSalBitmapCache; in ImplCreateCache()
1029 ImplSalBitmapCache::ImplSalBitmapCache() : in ImplSalBitmapCache() function in ImplSalBitmapCache
1036 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()
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h39 class ImplSalBitmapCache;
60 static ImplSalBitmapCache* mpCache;
172 class ImplSalBitmapCache class
181 ImplSalBitmapCache();
182 ~ImplSalBitmapCache();

Completed in 14 milliseconds