Home
last modified time | relevance | path

Searched defs:postTable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp230 struct PostTable postTable; variable
/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()
266 auto postTable = parsePost->Parse(data_, length_); in ParsePostTable() local