Searched refs:PostTable (Results 1 – 5 of 5) sorted by relevance
23 const struct PostTable* PostTableParser::Parse(const char* data, int32_t size) in Parse()25 return reinterpret_cast<const struct PostTable*>(data); in Parse()30 const auto& table = *reinterpret_cast<const struct PostTable*>(data_); in Dump()
27 struct PostTable { struct42 static const struct PostTable* Parse(const char* data, int32_t size); argument
114 static void ProcessPostTable(const struct PostTable* postTable, FontDescriptor& fontDescriptor);
162 void FontParser::ProcessPostTable(const struct PostTable* postTable, FontParser::FontDescriptor& fo… in ProcessPostTable()
230 struct PostTable postTable;