Home
last modified time | relevance | path

Searched refs:findTypefaces (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/include/
H A DFontCollection.h44 std::vector<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle);
45 std::vector<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::optional<FontArguments>& fontArgs);
63 std::vector<std::shared_ptr<RSTypeface>> findTypefaces(
65 std::vector<std::shared_ptr<RSTypeface>> findTypefaces(
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp156 std::vector<sk_sp<SkTypeface>> FontCollection::findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle) { function in skia::textlayout::FontCollection
158 std::vector<std::shared_ptr<RSTypeface>> FontCollection::findTypefaces(
162 return findTypefaces(familyNames, fontStyle, std::nullopt);
166 std::vector<sk_sp<SkTypeface>> FontCollection::findTypefaces(const std::vector<SkString>& familyNames, function in skia::textlayout::FontCollection
216 std::vector<std::shared_ptr<RSTypeface>> FontCollection::findTypefaces(const std::vector<SkString>& familyNames, function in skia::textlayout::FontCollection
H A DOneLineShaper.cpp444 std::vector<sk_sp<SkTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces(textStyle.getFontFamilies(), textStyle.getFontStyle(), textStyle.getFontArguments());
446 std::vector<std::shared_ptr<RSTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces(
608 auto typefaces = fParagraph->fFontCollection->findTypefaces(
H A DParagraphImpl.cpp1364 auto typefaces = fFontCollection->findTypefaces(strutStyle.getFontFamilies(), strutStyle.getFontStyle(), std::nullopt); in GetLineFontMetrics()
1750 auto typefaces = fontCollection()->findTypefaces( in GetLineFontMetrics()
H A DTextLine.cpp1179 auto typefaces = fOwner->fontCollection()->findTypefaces(

Completed in 12 milliseconds