Searched refs:matchTypeface (Results 1 – 6 of 6) sorted by relevance
87 sk_sp<SkTypeface> match = matchTypeface(familyName, fontStyle); in findTypefaces()96 match = matchTypeface(familyName, fontStyle); in findTypefaces()118 sk_sp<SkTypeface> FontCollection::matchTypeface(const SkString& familyName, SkFontStyle fontStyle) { in matchTypeface() function in skia::textlayout::FontCollection
34 sk_sp<SkTypeface> matchTypeface(const char familyName[], SkFontStyle fontStyle);
49 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
68 sk_sp<SkTypeface> FontCollection::matchTypeface(const char familyName[], SkFontStyle fontStyle) { in matchTypeface() function in skia::textlayout::FontCollection
58 auto typeface = fFontCollection->matchTypeface(fontFamily.c_str(), style.getFontStyle()); in findAllFontsForStyledBlock()
463 typeface = fFontCollection->matchTypeface(fontFamily.c_str(), strutStyle.getFontStyle()); in resolveStrut()