Home
last modified time | relevance | path

Searched refs:matchTypeface (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp180 sk_sp<SkTypeface> match = matchTypeface(familyName, fontStyle);
192 match = matchTypeface(familyName, fontStyle);
231 std::shared_ptr<RSTypeface> match = matchTypeface(familyName, fontStyle);
243 match = matchTypeface(familyName, fontStyle);
270 sk_sp<SkTypeface> FontCollection::matchTypeface(const SkString& familyName, SkFontStyle fontStyle) { function in skia::textlayout::FontCollection
286 std::shared_ptr<RSTypeface> FontCollection::matchTypeface(const SkString& familyName, RSFontStyle fontStyle) { function in skia::textlayout::FontCollection
/third_party/skia/modules/skparagraph/include/
H A DFontCollection.h115 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
119 std::shared_ptr<RSTypeface> matchTypeface(const SkString& familyName, RSFontStyle fontStyle);

Completed in 2 milliseconds