Home
last modified time | relevance | path

Searched refs:PlatformId (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp63 FontParser::PlatformId platformId = static_cast<FontParser::PlatformId>(record.platformID.Get()); in ProcessCmapTable()
65 if (platformId == FontParser::PlatformId::WINDOWS && encodingId == FontParser::EncodingIdWin::SYMBOL) { in ProcessCmapTable()
140 FontParser::PlatformId platformId = in ProcessNameTable()
141 static_cast<FontParser::PlatformId>(nameTable->nameRecord[i].platformId.Get()); in ProcessNameTable()
145 if (platformId == FontParser::PlatformId::MACINTOSH) { in ProcessNameTable()
152 } else if (platformId == FontParser::PlatformId::WINDOWS) { in ProcessNameTable()
H A Dfont_parser.h42 enum class PlatformId { class in OHOS::Rosen::TextEngine::FontParser

Completed in 2 milliseconds