Searched refs:matchFamilyStyle (Results 1 - 14 of 14) sorted by relevance

/external/skia/tools/fonts/
H A DSkTestFontMgr.cpp107 return this->matchFamilyStyle(familyName, style);
114 return this->matchFamilyStyle(familyName.c_str(), style);
137 return sk_sp<SkTypeface>(this->matchFamilyStyle(familyName, style));
H A Dsk_tool_utils_font.cpp76 sk_sp<SkTypeface> typeface(fm->matchFamilyStyle(colorEmojiFontName, SkFontStyle()));
/external/skqp/dm/
H A DDMFontMgr.cpp107 return this->matchFamilyStyle(familyName, style);
114 return this->matchFamilyStyle(familyName.c_str(), style);
137 return sk_sp<SkTypeface>(this->matchFamilyStyle(familyName, style));
/external/skia/src/fonts/
H A DSkFontMgr_indirect.cpp158 return this->matchFamilyStyle(familyName.c_str(), fontStyle);
176 sk_sp<SkTypeface> face(this->matchFamilyStyle(familyName, style));
179 face.reset(this->matchFamilyStyle(nullptr, style));
/external/skqp/src/fonts/
H A DSkFontMgr_indirect.cpp158 return this->matchFamilyStyle(familyName.c_str(), fontStyle);
176 sk_sp<SkTypeface> face(this->matchFamilyStyle(familyName, style));
179 face.reset(this->matchFamilyStyle(nullptr, style));
/external/skia/include/ports/
H A DSkFontMgr.h70 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
/external/skqp/include/ports/
H A DSkFontMgr.h70 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
/external/skia/src/core/
H A DSkFontMgr.cpp110 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], function in class:SkFontMgr
/external/skqp/src/core/
H A DSkFontMgr.cpp110 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[], function in class:SkFontMgr
/external/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp895 return this->matchFamilyStyle(get_string(fcTypeface->fPattern, FC_FAMILY), style);
968 sk_sp<SkTypeface> typeface(this->matchFamilyStyle(familyName, style));
973 return sk_sp<SkTypeface>(this->matchFamilyStyle(nullptr, style));
H A DSkFontHost_win.cpp2436 return this->matchFamilyStyle(familyName.c_str(), fontstyle);
/external/skqp/src/ports/
H A DSkFontMgr_fontconfig.cpp895 return this->matchFamilyStyle(get_string(fcTypeface->fPattern, FC_FAMILY), style);
968 sk_sp<SkTypeface> typeface(this->matchFamilyStyle(familyName, style));
973 return sk_sp<SkTypeface>(this->matchFamilyStyle(nullptr, style));
H A DSkFontHost_win.cpp2436 return this->matchFamilyStyle(familyName.c_str(), fontstyle);
/external/skqp/tools/
H A Dsk_tool_utils.cpp40 sk_sp<SkTypeface> typeface(fm->matchFamilyStyle(colorEmojiFontName, SkFontStyle()));

Completed in 1876 milliseconds