Home
last modified time | relevance | path

Searched defs:matchTypeface (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DFontMgrFontConfigTest.cpp188 sk_sp<SkTypeface> matchTypeface(fontMgr->matchFamilyStyle("Roboto", SkFontStyle())); in testAllBold() local
264 sk_sp<SkTypeface> matchTypeface(fontationsFontMgr->matchFamilyStyle("Roboto", SkFontStyle())); in DEF_TEST_DISABLED() local
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DFontCollection.cpp136 sk_sp<SkTypeface> FontCollection::matchTypeface(const SkString& familyName, SkFontStyle fontStyle) { in matchTypeface() function in skia::textlayout::FontCollection