Home
last modified time | relevance | path

Searched refs:matchFaceStyle (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/ports/
DSkFontMgr.h91 SkTypeface* matchFaceStyle(const SkTypeface*, const SkFontStyle&) const;
/external/skia/src/core/
DSkFontMgr.cpp116 SkTypeface* SkFontMgr::matchFaceStyle(const SkTypeface* face, in matchFaceStyle() function in SkFontMgr
DSkTypeface.cpp151 return sk_sp<SkTypeface>(fm->matchFaceStyle(family, SkFontStyle::FromOldStyle(s))); in MakeFromTypeface()