Searched refs:GetSystemFonts (Results 1 – 11 of 11) sorted by relevance
41 std::vector<std::shared_ptr<Typeface>> Typeface::GetSystemFonts() in GetSystemFonts() function in OHOS::Rosen::Drawing::Typeface43 return StaticFactory::GetSystemFonts(); in GetSystemFonts()
92 std::vector<std::shared_ptr<Typeface>> StaticFactory::GetSystemFonts() in GetSystemFonts() function in OHOS::Rosen::Drawing::StaticFactory96 return DDGRStaticFactory::GetSystemFonts(); in GetSystemFonts()99 return EngineStaticFactory::GetSystemFonts(); in GetSystemFonts()
50 static std::vector<std::shared_ptr<Typeface>> GetSystemFonts();
76 std::vector<std::shared_ptr<Typeface>> SkiaStaticFactory::GetSystemFonts() in GetSystemFonts() function in OHOS::Rosen::Drawing::SkiaStaticFactory78 return SkiaTypeface::GetSystemFonts(); in GetSystemFonts()
61 static std::vector<std::shared_ptr<Typeface>> GetSystemFonts();
215 std::vector<std::shared_ptr<Typeface>> SkiaTypeface::GetSystemFonts() in GetSystemFonts() function in OHOS::Rosen::Drawing::SkiaTypeface217 std::vector<sk_sp<SkTypeface>> skTypefaces = SkTypeface::GetSystemFonts(); in GetSystemFonts()
46 static std::vector<std::shared_ptr<Typeface>> GetSystemFonts();
102 std::vector<std::shared_ptr<FontDescriptor>> GetSystemFonts(const std::string locale = ENGLISH);
394 std::vector<std::shared_ptr<FontParser::FontDescriptor>> FontParser::GetSystemFonts(const std::stri… in GetSystemFonts() function in OHOS::Rosen::TextEngine::FontParser396 std::vector<std::shared_ptr<Drawing::Typeface>> typefaces = Drawing::Typeface::GetSystemFonts(); in GetSystemFonts()
60 for (auto& item : parser_.GetSystemFonts()) { in ParserSystemFonts()