Home
last modified time | relevance | path

Searched refs:legacyMakeTypeface (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/tools/fonts/
DToolUtilsFont.cpp66 return portableFontMgr->legacyMakeTypeface(name, style); in create_font()
/third_party/skia/docs/examples/
DSkFontMgr_example2.cpp32 SkFont font(mgr->legacyMakeTypeface(familyName.c_str(), fontStyle), textScale); in draw()
Dtext_rendering.cpp9 sk_sp<SkTypeface> typeface = fontManager->legacyMakeTypeface(fontFamily, fontStyle); in draw()
DColor_Wheel.cpp27 SkFont font(fontMgr->legacyMakeTypeface(nullptr, SkFontStyle::Bold()), size); in draw_color_wheel()
/third_party/flutter/skia/tests/
DTypefaceTest.cpp372 sk_sp<SkTypeface> typeface1 = fm->legacyMakeTypeface(nullptr, SkFontStyle::Italic()); in DEF_TEST()
373 sk_sp<SkTypeface> typeface2 = fm->legacyMakeTypeface(nullptr, SkFontStyle::Bold()); in DEF_TEST()
374 sk_sp<SkTypeface> typeface3 = fm->legacyMakeTypeface(nullptr, SkFontStyle::BoldItalic()); in DEF_TEST()
DFontMgrFontConfigTest.cpp44 sk_sp<SkTypeface> typeface(fontMgr->legacyMakeTypeface("Distortable", SkFontStyle())); in DEF_TEST()
DFontMgrAndroidParserTest.cpp258 sk_sp<SkTypeface> t(fm->legacyMakeTypeface("non-existent-font", SkFontStyle())); in DEF_TEST()
294 sk_sp<SkTypeface> typeface(fontMgr->legacyMakeTypeface("sans-serif", SkFontStyle())); in DEF_TEST()
/third_party/skia/tools/fonts/
DToolUtilsFont.cpp106 return portableFontMgr->legacyMakeTypeface(name, style); in create_font()
/third_party/skia/include/core/
DSkFontMgr.h115 sk_sp<SkTypeface> legacyMakeTypeface(const char familyName[], SkFontStyle style) const;
/third_party/skia/tests/
DFontMgrFontConfigTest.cpp45 sk_sp<SkTypeface> typeface(fontMgr->legacyMakeTypeface("Distortable", SkFontStyle())); in DEF_TEST()
DTypefaceTest.cpp571 sk_sp<SkTypeface> typeface1 = fm->legacyMakeTypeface(nullptr, SkFontStyle::Italic()); in DEF_TEST()
572 sk_sp<SkTypeface> typeface2 = fm->legacyMakeTypeface(nullptr, SkFontStyle::Bold()); in DEF_TEST()
573 sk_sp<SkTypeface> typeface3 = fm->legacyMakeTypeface(nullptr, SkFontStyle::BoldItalic()); in DEF_TEST()
DFontMgrAndroidParserTest.cpp257 sk_sp<SkTypeface> t(fm->legacyMakeTypeface("non-existent-font", SkFontStyle())); in DEF_TEST()
293 sk_sp<SkTypeface> typeface(fontMgr->legacyMakeTypeface("sans-serif", SkFontStyle())); in DEF_TEST()
/third_party/flutter/skia/include/core/
DSkFontMgr.h134 sk_sp<SkTypeface> legacyMakeTypeface(const char familyName[], SkFontStyle style) const;
/third_party/flutter/skia/src/core/
DSkTypeface.cpp110 auto t = fm->legacyMakeTypeface(nullptr, FromOldStyle(style)); in GetDefaultTypeface()
145 return SkFontMgr::RefDefault()->legacyMakeTypeface(name, fontStyle); in MakeFromName()
DSkFontMgr.cpp163 sk_sp<SkTypeface> SkFontMgr::legacyMakeTypeface(const char familyName[], SkFontStyle style) const { in legacyMakeTypeface() function in SkFontMgr
/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp103 match = manager->legacyMakeTypeface(nullptr, fontStyle); in findTypefaces()
/third_party/skia/src/core/
DSkTypeface.cpp111 auto t = fm->legacyMakeTypeface(nullptr, FromOldStyle(style)); in GetDefaultTypeface()
146 return SkFontMgr::RefDefault()->legacyMakeTypeface(name, fontStyle); in MakeFromName()
DSkFontMgr.cpp145 sk_sp<SkTypeface> SkFontMgr::legacyMakeTypeface(const char familyName[], SkFontStyle style) const { in legacyMakeTypeface() function in SkFontMgr
/third_party/flutter/skia/modules/skottie/src/layers/
DTextLayer.cpp162 tf = fmgr->legacyMakeTypeface(nullptr, FontStyle(this, jstyle->begin())); in parseFonts()
/third_party/skia/modules/skottie/src/layers/
DTextLayer.cpp288 finfo->fTypeface = fmgr->legacyMakeTypeface(nullptr, in resolveNativeTypefaces()
/third_party/flutter/skia/gm/
Dfontmgr.cpp64 font.setTypeface(fm->legacyMakeTypeface(familyName.c_str(), typeface->fontStyle())); in drawCharacter()
/third_party/skia/gm/
Dfontmgr.cpp65 font.setTypeface(fm->legacyMakeTypeface(familyName.c_str(), typeface->fontStyle())); in drawCharacter()
/third_party/skia/modules/svg/src/
DSkSVGText.cpp77 auto tf = ctx.fontMgr()->legacyMakeTypeface(family.c_str(), style); in ResolveFont()