Searched defs:postTable (Results 1 – 2 of 2) sorted by relevance
230 struct PostTable postTable; variable
162 void FontParser::ProcessPostTable(const struct PostTable* postTable, FontParser::FontDescriptor& fo… in ProcessPostTable()266 auto postTable = parsePost->Parse(data_, length_); in ParsePostTable() local