Searched refs:matchFamilyStyle (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 262 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/ |
D | SkFontMgr.h | 63 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
|
/external/skia/src/core/ |
D | SkFontMgr.cpp | 106 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], in matchFamilyStyle() function in SkFontMgr
|
/external/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 813 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()
|
D | SkFontHost_win.cpp | 2490 return this->matchFamilyStyle(familyName.c_str(), fontstyle); in onMatchFaceStyle()
|