Searched refs:matchFamilyStyle (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/tools/fonts/ |
H A D | TestFontMgr.cpp | 157 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 D | Paint.h | 24 : 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 D | Font.cpp | 20 sk_sp<SkTypeface> typeface = sk_sp<SkTypeface>(fontMgr->matchFamilyStyle(cFontFamily, SkFontStyle())); in Font_Create()
|
/third_party/skia/src/fonts/ |
H A D | SkFontMgr_indirect.cpp | 173 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 D | SkOrderedFontMgr.cpp | 59 if (auto tf = fm->matchFamilyStyle(family, style)) { in onMatchFamilyStyle()
|
/third_party/skia/include/core/ |
H A D | SkFontMgr.h | 101 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
|
/third_party/skia/docs/examples/ |
H A D | SkPath_cubicTo_example_parametric_animated.cpp | 79 sk_sp<SkTypeface> face(mgr->matchFamilyStyle("DejaVu Sans Mono", SkFontStyle())); in REG_FIDDLE_ANIMATED()
|
/third_party/skia/src/core/ |
H A D | SkFontMgr.cpp | 104 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], in matchFamilyStyle() function in SkFontMgr
|
/third_party/skia/modules/skottie/src/layers/ |
H A D | TextLayer.cpp | 281 finfo->fTypeface.reset(fmgr->matchFamilyStyle(finfo->fFamily.c_str(), in resolveNativeTypefaces()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | FontCollection.cpp | 339 sk_sp<SkTypeface> match = sk_sp<SkTypeface>(fDefaultFontManager->matchFamilyStyle(familyName.c_str(),
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_fontconfig.cpp | 1006 sk_sp<SkTypeface> typeface(this->matchFamilyStyle(familyName, style)); 1011 return sk_sp<SkTypeface>(this->matchFamilyStyle(nullptr, style));
|
H A D | SkFontMgr_fuchsia.cpp | 393 return sk_sp<SkTypeface>(matchFamilyStyle(familyName, style)); in onLegacyMakeTypeface()
|
Completed in 8 milliseconds