Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Dsprites.cpp41 class DepthEntry { class
46 DepthEntry(int depthAmt, int indexVal) { depth = depthAmt; index = indexVal; } in DepthEntry() function in MADS::DepthEntry
49 bool sortHelper(const DepthEntry &entry1, const DepthEntry &entry2) { in sortHelper()
53 typedef Common::List<DepthEntry> DepthList;
297 DepthEntry rec(16 - spriteSlot._depth, i); in drawSprites()
308 DepthEntry &de = *i; in drawSprites()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Dsprites.cpp41 class DepthEntry { class
46 DepthEntry(int depthAmt, int indexVal) { depth = depthAmt; index = indexVal; } in DepthEntry() function in MADS::DepthEntry
49 bool sortHelper(const DepthEntry &entry1, const DepthEntry &entry2) { in sortHelper()
53 typedef Common::List<DepthEntry> DepthList;
297 DepthEntry rec(16 - spriteSlot._depth, i); in drawSprites()
308 DepthEntry &de = *i; in drawSprites()