Searched refs:matchFamilyStyle (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 158 return this->matchFamilyStyle(familyName.c_str(), fontStyle); in onMatchFaceStyle() 175 sk_sp<SkTypeface> face(this->matchFamilyStyle(familyName, style)); in onLegacyCreateTypeface() 178 face.reset(this->matchFamilyStyle(nullptr, style)); in onLegacyCreateTypeface()
|
/external/skia/include/ports/ |
D | SkFontMgr.h | 70 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
|
/external/skia/src/core/ |
D | SkFontMgr.cpp | 105 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], in matchFamilyStyle() function in SkFontMgr
|
/external/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 881 return this->matchFamilyStyle(get_string(fcTypeface->fPattern, FC_FAMILY), style); in onMatchFaceStyle() 951 sk_sp<SkTypeface> typeface(this->matchFamilyStyle(familyName, style)); in onLegacyCreateTypeface() 956 return this->matchFamilyStyle(nullptr, style); in onLegacyCreateTypeface()
|
D | SkFontHost_win.cpp | 2449 return this->matchFamilyStyle(familyName.c_str(), fontstyle); in onMatchFaceStyle()
|
/external/skia/tools/ |
D | sk_tool_utils.cpp | 94 sk_sp<SkTypeface> typeface(fm->matchFamilyStyle(colorEmojiFontName, SkFontStyle())); in emoji_typeface()
|