Searched defs:themeName (Results 1 – 3 of 3) sorted by relevance
45 Typeface* FontMgr::LoadThemeFont(const std::string& familyName, const std::string& themeName, in LoadThemeFont()54 void FontMgr::LoadThemeFont(const std::string& themeName, std::shared_ptr<Typeface> typeface) in LoadThemeFont()
132 void SkiaFontMgr::LoadThemeFont(const std::string& themeName, std::shared_ptr<Typeface> typeface) in LoadThemeFont()149 Typeface* SkiaFontMgr::LoadThemeFont(const std::string& familyName, const std::string& themeName, in LoadThemeFont()
195 char* themeName = new char[countT]; in FontMgrFuzzTest005() local