Searched refs:postTable (Results 1 – 3 of 3) sorted by relevance
230 struct PostTable postTable; variable231 postTable.underlinePosition = postTable.underlineThickness;
162 void FontParser::ProcessPostTable(const struct PostTable* postTable, FontParser::FontDescriptor& fo… in ProcessPostTable() argument164 if (postTable->italicAngle.Get() != 0) { in ProcessPostTable()169 if (postTable->isFixedPitch.Get() == 1) { in ProcessPostTable()266 auto postTable = parsePost->Parse(data_, length_); in ParsePostTable() local267 ProcessPostTable(postTable, fontDescriptor); in ParsePostTable()
114 static void ProcessPostTable(const struct PostTable* postTable, FontDescriptor& fontDescriptor);