Home
last modified time | relevance | path

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

/third_party/skia/tools/fonts/
H A DTestFontMgr.cpp27 class FontStyleSet final : public SkFontStyleSet {
29 FontStyleSet(const char* familyName) : fFamilyName(familyName) {} in FontStyleSet() function in __anon26486::final
87 fFamilies.emplace_back(sk_make_sp<FontStyleSet>(sub.fFamilyName)); in FontMgr()
99 fFamilies.emplace_back(sk_make_sp<FontStyleSet>("Emoji")); in FontMgr()
103 fFamilies.emplace_back(sk_make_sp<FontStyleSet>("Planet")); in FontMgr()
186 std::vector<sk_sp<FontStyleSet>> fFamilies;
187 sk_sp<FontStyleSet> fDefaultFamily;
/third_party/skia/modules/skparagraph/include/
H A Ddrawing.h46 using RSFontStyleSet = RSDrawing::FontStyleSet;

Completed in 2 milliseconds