Home
last modified time | relevance | path

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

/external/skqp/dm/
DDMFontMgr.cpp20 class FontStyleSet final : public SkFontStyleSet { class
22 explicit FontStyleSet(int familyIndex) { in FontStyleSet() function in __anonb586de7e0111::FontStyleSet
69 fFamilies[0] = sk_make_sp<FontStyleSet>(0); in FontMgr()
70 fFamilies[1] = sk_make_sp<FontStyleSet>(1); in FontMgr()
71 fFamilies[2] = sk_make_sp<FontStyleSet>(2); in FontMgr()
141 sk_sp<FontStyleSet> fFamilies[3];
/external/skia/tools/fonts/
DSkTestFontMgr.cpp20 class FontStyleSet final : public SkFontStyleSet { class
22 explicit FontStyleSet(int familyIndex) { in FontStyleSet() function in __anon5b07664d0111::FontStyleSet
69 fFamilies[0] = sk_make_sp<FontStyleSet>(0); in FontMgr()
70 fFamilies[1] = sk_make_sp<FontStyleSet>(1); in FontMgr()
71 fFamilies[2] = sk_make_sp<FontStyleSet>(2); in FontMgr()
141 sk_sp<FontStyleSet> fFamilies[3];