Home
last modified time | relevance | path

Searched refs:CursorCache (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dcursor.h43 typedef Common::HashMap<int, GfxView *> CursorCache; typedef
122 CursorCache _cachedCursors;
H A Dcursor.cpp93 for (CursorCache::iterator iter = _cachedCursors.begin(); iter != _cachedCursors.end(); ++iter) { in purgeCache()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dcursor.h43 typedef Common::HashMap<int, GfxView *> CursorCache; typedef
122 CursorCache _cachedCursors;
H A Dcursor.cpp98 for (CursorCache::iterator iter = _cachedCursors.begin(); iter != _cachedCursors.end(); ++iter) { in purgeCache()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/wiredtiger/
H A Dwiredtiger_session_cache.h146 typedef std::list<WiredTigerCachedCursor> CursorCache; typedef
162 CursorCache _cursors; // owned
H A Dwiredtiger_session_cache.cpp117 for (CursorCache::iterator i = _cursors.begin(); i != _cursors.end(); ++i) { in getCursor()
/dports/cad/magic/magic-8.3.245/graphics/
H A DgrTkCommon.c166 } CursorCache; typedef
201 CursorCache *glyphcache;
209 glyphcache = (CursorCache *)mallocMagic(sizeof(CursorCache));