Home
last modified time | relevance | path

Searched refs:PostTable (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dpost_table_parser.cpp23 const struct PostTable* PostTableParser::Parse(const char* data, int32_t size) in Parse()
25 return reinterpret_cast<const struct PostTable*>(data); in Parse()
30 const auto& table = *reinterpret_cast<const struct PostTable*>(data_); in Dump()
H A Dpost_table_parser.h27 struct PostTable { struct
42 static const struct PostTable* Parse(const char* data, int32_t size); argument
/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp230 struct PostTable postTable;