Home
last modified time | relevance | path

Searched refs:postTable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp230 struct PostTable postTable; variable
231 postTable.underlinePosition = postTable.underlineThickness;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp162 void FontParser::ProcessPostTable(const struct PostTable* postTable, FontParser::FontDescriptor& fo… in ProcessPostTable() argument
164 if (postTable->italicAngle.Get() != 0) { in ProcessPostTable()
169 if (postTable->isFixedPitch.Get() == 1) { in ProcessPostTable()
266 auto postTable = parsePost->Parse(data_, length_); in ParsePostTable() local
267 ProcessPostTable(postTable, fontDescriptor); in ParsePostTable()
H A Dfont_parser.h114 static void ProcessPostTable(const struct PostTable* postTable, FontDescriptor& fontDescriptor);