Home
last modified time | relevance | path

Searched refs:ProcessPostTable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.h114 static void ProcessPostTable(const struct PostTable* postTable, FontDescriptor& fontDescriptor);
H A Dfont_parser.cpp162 void FontParser::ProcessPostTable(const struct PostTable* postTable, FontParser::FontDescriptor& fo… in ProcessPostTable() function in OHOS::Rosen::TextEngine::FontParser
267 ProcessPostTable(postTable, fontDescriptor); in ParsePostTable()