Home
last modified time | relevance | path

Searched refs:matchFamilyStyle (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/fonts/
DSkFontMgr_indirect.cpp158 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/
DSkFontMgr.h70 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
/external/skia/src/core/
DSkFontMgr.cpp105 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], in matchFamilyStyle() function in SkFontMgr
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp881 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()
DSkFontHost_win.cpp2449 return this->matchFamilyStyle(familyName.c_str(), fontstyle); in onMatchFaceStyle()
/external/skia/tools/
Dsk_tool_utils.cpp94 sk_sp<SkTypeface> typeface(fm->matchFamilyStyle(colorEmojiFontName, SkFontStyle())); in emoji_typeface()