Home
last modified time | relevance | path

Searched defs:CharEntry (Results 1 – 8 of 8) sorted by relevance

/dports/games/scorched3d/scorched/src/client/GLEXT/
H A DGLFont2dStorage.h29 struct CharEntry struct
47 CharEntry *getEntry(unsigned int character); argument
H A DGLFont2dStorage.cpp28 GLFont2dStorage::CharEntry::CharEntry() : in CharEntry() function in GLFont2dStorage::CharEntry
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/support/
H A Dfont.h44 struct CharEntry { struct
45 uint _width;
46 uint _offset;
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/support/
H A Dfont.h44 struct CharEntry { struct
45 uint _width;
46 uint _offset;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/
H A Dchar.cpp30 CharEntry::CharEntry(const byte *data, AccessEngine *vm) { in CharEntry() function in Access::CharEntry
72 CharEntry::CharEntry() { in CharEntry() function in Access::CharEntry
/dports/games/scummvm/scummvm-2.5.1/engines/access/
H A Dchar.cpp30 CharEntry::CharEntry(const byte *data, AccessEngine *vm) { in CharEntry() function in Access::CharEntry
72 CharEntry::CharEntry() { in CharEntry() function in Access::CharEntry
/dports/devel/upp/upp/uppsrc/Draw/
H A DFont.cpp386 struct CharEntry { struct
387 int64 font;
388 GlyphInfo info;
389 word chr;
/dports/games/xdigger/xdigger-1.0.10/
H A Dtypedef.h25 } CharEntry; typedef