Home
last modified time | relevance | path

Searched refs:matchFamilyStyle (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/tools/fonts/
H A DTestFontMgr.cpp157 return this->matchFamilyStyle(familyName, style);
178 sk_sp<SkTypeface> typeface = sk_sp<SkTypeface>(this->matchFamilyStyle(familyName, style));
/third_party/skia/experimental/sktext/src/
H A DPaint.h24 : fTypeface(sk_sp<SkTypeface>(SkFontMgr::RefDefault()->matchFamilyStyle(ff, SkFontStyle::Normal()))) in TrivialFontChain()
49 auto typeface = SkFontMgr::RefDefault()->matchFamilyStyle(ff, SkFontStyle::Normal()); in MultipleFontChain()
/third_party/skia/modules/androidkit/src/
H A DFont.cpp20 sk_sp<SkTypeface> typeface = sk_sp<SkTypeface>(fontMgr->matchFamilyStyle(cFontFamily, SkFontStyle())); in Font_Create()
/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp173 sk_sp<SkTypeface> face(this->matchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
176 face.reset(this->matchFamilyStyle(nullptr, style)); in onLegacyMakeTypeface()
/third_party/skia/src/utils/
H A DSkOrderedFontMgr.cpp59 if (auto tf = fm->matchFamilyStyle(family, style)) { in onMatchFamilyStyle()
/third_party/skia/include/core/
H A DSkFontMgr.h101 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
/third_party/skia/docs/examples/
H A DSkPath_cubicTo_example_parametric_animated.cpp79 sk_sp<SkTypeface> face(mgr->matchFamilyStyle("DejaVu Sans Mono", SkFontStyle())); in REG_FIDDLE_ANIMATED()
/third_party/skia/src/core/
H A DSkFontMgr.cpp104 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], in matchFamilyStyle() function in SkFontMgr
/third_party/skia/modules/skottie/src/layers/
H A DTextLayer.cpp281 finfo->fTypeface.reset(fmgr->matchFamilyStyle(finfo->fFamily.c_str(), in resolveNativeTypefaces()
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp339 sk_sp<SkTypeface> match = sk_sp<SkTypeface>(fDefaultFontManager->matchFamilyStyle(familyName.c_str(),
/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp1006 sk_sp<SkTypeface> typeface(this->matchFamilyStyle(familyName, style));
1011 return sk_sp<SkTypeface>(this->matchFamilyStyle(nullptr, style));
H A DSkFontMgr_fuchsia.cpp393 return sk_sp<SkTypeface>(matchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()

Completed in 8 milliseconds