Home
last modified time | relevance | path

Searched refs:ParserFontDescriptorsFromPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp129 std::vector<FontDescSharedPtr> descriptors = parser_.ParserFontDescriptorsFromPath(path); in GetInstallFontList()
210 std::vector<FontDescSharedPtr> descriptors = parser_.ParserFontDescriptorsFromPath(path); in ParseInstallFontDescSharedPtrByName()
H A Dfont_parser.h103 std::vector<std::shared_ptr<FontDescriptor>> ParserFontDescriptorsFromPath(
H A Dfont_parser.cpp400 std::vector<std::shared_ptr<FontParser::FontDescriptor>> FontParser::ParserFontDescriptorsFromPath( in ParserFontDescriptorsFromPath() function in OHOS::Rosen::TextEngine::FontParser