Searched refs:ParseCmapTable (Results 1 – 2 of 2) sorted by relevance
115 int ParseCmapTable(std::shared_ptr<Drawing::Typeface> typeface, FontDescriptor& fontDescriptor);
174 int FontParser::ParseCmapTable(std::shared_ptr<Drawing::Typeface> typeface, FontParser::FontDescrip… in ParseCmapTable() function in OHOS::Rosen::TextEngine::FontParser274 if (ParseCmapTable(typeface, fontDescriptor) != SUCCESSED) { in ParseTable()