Home
last modified time | relevance | path

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

/external/skia/src/fonts/
DSkFontMgr_indirect.cpp262 return this->matchFamilyStyle(familyName.c_str(), fontStyle); in onMatchFaceStyle()
287 SkAutoTUnref<SkTypeface> face(this->matchFamilyStyle(familyName, style)); in onLegacyCreateTypeface()
290 face.reset(this->matchFamilyStyle(NULL, style)); in onLegacyCreateTypeface()
/external/skia/include/ports/
DSkFontMgr.h63 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
/external/skia/src/core/
DSkFontMgr.cpp106 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], in matchFamilyStyle() function in SkFontMgr
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp813 return this->matchFamilyStyle(get_string(fcTypeface->fPattern, FC_FAMILY), style); in onMatchFaceStyle()
850 SkAutoTUnref<SkTypeface> typeface(this->matchFamilyStyle(familyName, style)); in onLegacyCreateTypeface()
855 return this->matchFamilyStyle(NULL, style); in onLegacyCreateTypeface()
DSkFontHost_win.cpp2490 return this->matchFamilyStyle(familyName.c_str(), fontstyle); in onMatchFaceStyle()