Searched refs:DirectoryEntry (Results 1 – 11 of 11) sorted by relevance
19 struct DirectoryEntry struct28 typedef struct DirectoryEntry DirectoryEntry; argument38 DirectoryEntry tableDirectory[ANY_NUMBER];
21 struct DirectoryEntry struct36 DirectoryEntry tableDirectory[ANY_NUMBER]; argument204 DirectoryEntry *findTable(LETag tag);
36 int dirSize = sizeof tempDir + ((numTables - ANY_NUMBER) * sizeof(DirectoryEntry)); in FontObject()60 DirectoryEntry *FontObject::findTable(LETag tag) in findTable()86 DirectoryEntry *entry = findTable(tag); in readTable()
88 …nt32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry)); in PortableFontInstance()186 const DirectoryEntry *PortableFontInstance::findTable(LETag tag) const in findTable()214 const DirectoryEntry *entry = findTable(tag); in readTable()
59 const DirectoryEntry *findTable(LETag tag) const;
24 struct DirectoryEntry struct39 DirectoryEntry tableDirectory[ANY_NUMBER]; argument