Home
last modified time | relevance | path

Searched refs:fogcache (Results 1 – 2 of 2) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DImageCache.cpp76 fogcache((sigc::ptr_fun(&FogPixMaskCacheItem::generate))), in ImageCache()
382 fogcache.reset(); in reset()
456 if (fogcache.size() >= FOG_TYPES / 2) in checkPictures()
458 d_cachesize -= fogcache.discardHalf(); in checkPictures()
957 PixMask *s = fogcache.get(i, added); in getFogPic()
H A DImageCache.h533 PixMaskCache<FogPixMaskCacheItem> fogcache; variable