Searched refs:findTypefaces (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/modules/skparagraph/include/ |
H A D | FontCollection.h | 44 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 D | FontCollection.cpp | 156 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 D | OneLineShaper.cpp | 444 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 D | ParagraphImpl.cpp | 1364 auto typefaces = fFontCollection->findTypefaces(strutStyle.getFontFamilies(), strutStyle.getFontStyle(), std::nullopt); in GetLineFontMetrics() 1750 auto typefaces = fontCollection()->findTypefaces( in GetLineFontMetrics()
|
H A D | TextLine.cpp | 1179 auto typefaces = fOwner->fontCollection()->findTypefaces(
|
Completed in 10 milliseconds