Searched defs:CharEntry (Results 1 – 8 of 8) sorted by relevance
29 struct CharEntry struct47 CharEntry *getEntry(unsigned int character); argument
28 GLFont2dStorage::CharEntry::CharEntry() : in CharEntry() function in GLFont2dStorage::CharEntry
44 struct CharEntry { struct45 uint _width;46 uint _offset;
30 CharEntry::CharEntry(const byte *data, AccessEngine *vm) { in CharEntry() function in Access::CharEntry72 CharEntry::CharEntry() { in CharEntry() function in Access::CharEntry
386 struct CharEntry { struct387 int64 font;388 GlyphInfo info;389 word chr;
25 } CharEntry; typedef