Searched refs:DirectoryEntry (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DFontObject.h21 struct DirectoryEntry struct
36 DirectoryEntry tableDirectory[ANY_NUMBER];
204 DirectoryEntry *findTable(LETag tag);
H A Dsfnt.h19 struct DirectoryEntry struct
28 typedef struct DirectoryEntry DirectoryEntry; typedef in typeref:struct:DirectoryEntry
38 DirectoryEntry tableDirectory[ANY_NUMBER];
H A DFontObject.cpp36 int dirSize = sizeof tempDir + ((numTables - ANY_NUMBER) * sizeof(DirectoryEntry));
60 DirectoryEntry *FontObject::findTable(LETag tag)
86 DirectoryEntry *entry = findTable(tag);
H A DPortableFontInstance.h59 const DirectoryEntry *findTable(LETag tag) const;
H A DPortableFontInstance.cpp102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
204 const DirectoryEntry *PortableFontInstance::findTable(LETag tag) const
232 const DirectoryEntry *entry = findTable(tag);
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A DFontObject.h21 struct DirectoryEntry struct
36 DirectoryEntry tableDirectory[ANY_NUMBER];
204 DirectoryEntry *findTable(LETag tag);
H A Dsfnt.h19 struct DirectoryEntry struct
28 typedef struct DirectoryEntry DirectoryEntry; typedef in typeref:struct:DirectoryEntry
38 DirectoryEntry tableDirectory[ANY_NUMBER];
H A DFontObject.cpp36 int dirSize = sizeof tempDir + ((numTables - ANY_NUMBER) * sizeof(DirectoryEntry));
60 DirectoryEntry *FontObject::findTable(LETag tag)
86 DirectoryEntry *entry = findTable(tag);
H A DPortableFontInstance.h59 const DirectoryEntry *findTable(LETag tag) const;
H A DPortableFontInstance.cpp102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
204 const DirectoryEntry *PortableFontInstance::findTable(LETag tag) const
232 const DirectoryEntry *entry = findTable(tag);
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dsfnt.h24 struct DirectoryEntry struct
39 DirectoryEntry tableDirectory[ANY_NUMBER];

Completed in 103 milliseconds