Searched refs:NameTable (Results 1 – 5 of 5) sorted by relevance
26 const struct NameTable* NameTableParser::Parse(const char* data, int32_t size) in Parse()28 return reinterpret_cast<const struct NameTable*>(data); in Parse()36 const auto& nameTable = *reinterpret_cast<const struct NameTable*>(data_); in Dump()
36 struct NameTable { struct46 static const struct NameTable* Parse(const char* data, int32_t size); argument
157 struct NameTable nameTable;173 struct NameTable nameTable;
113 int ProcessNameTable(const struct NameTable* nameTable, FontDescriptor& fontDescriptor) const;
122 int FontParser::ProcessNameTable(const struct NameTable* nameTable, FontParser::FontDescriptor& fon… in ProcessNameTable()