Home
last modified time | relevance | path

Searched refs:matchTypeface (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp87 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
/third_party/flutter/skia/modules/skparagraph/include/
DFontCollection.h34 sk_sp<SkTypeface> matchTypeface(const char familyName[], SkFontStyle fontStyle);
/third_party/skia/modules/skparagraph/include/
DFontCollection.h49 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
/third_party/flutter/skia/modules/skparagraph/src/
DFontCollection.cpp68 sk_sp<SkTypeface> FontCollection::matchTypeface(const char familyName[], SkFontStyle fontStyle) { in matchTypeface() function in skia::textlayout::FontCollection
DFontResolver.cpp58 auto typeface = fFontCollection->matchTypeface(fontFamily.c_str(), style.getFontStyle()); in findAllFontsForStyledBlock()
DParagraphImpl.cpp463 typeface = fFontCollection->matchTypeface(fontFamily.c_str(), strutStyle.getFontStyle()); in resolveStrut()