Home
last modified time | relevance | path

Searched refs:FontStyleSet (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/fonts/
DSkTestFontMgr.cpp26 class FontStyleSet final : public SkFontStyleSet { class
28 FontStyleSet(const char* familyName) : fFamilyName(familyName) { } in FontStyleSet() function in __anon5b07664d0111::FontStyleSet
86 fFamilies.emplace_back(sk_make_sp<FontStyleSet>(sub.fFamilyName)); in FontMgr()
95 fFamilies.emplace_back(sk_make_sp<FontStyleSet>("Emoji")); in FontMgr()
178 std::vector<sk_sp<FontStyleSet>> fFamilies;
179 sk_sp<FontStyleSet> fDefaultFamily;
/external/skqp/tools/fonts/
DSkTestFontMgr.cpp26 class FontStyleSet final : public SkFontStyleSet { class
28 FontStyleSet(const char* familyName) : fFamilyName(familyName) { } in FontStyleSet() function in __anon8585d1a40111::FontStyleSet
86 fFamilies.emplace_back(sk_make_sp<FontStyleSet>(sub.fFamilyName)); in FontMgr()
95 fFamilies.emplace_back(sk_make_sp<FontStyleSet>("Emoji")); in FontMgr()
178 std::vector<sk_sp<FontStyleSet>> fFamilies;
179 sk_sp<FontStyleSet> fDefaultFamily;