Lines Matching refs:SkFontStyle
14 class SkFontStyle;
20 void getStyle(int, SkFontStyle*, SkString*) override { in getStyle() argument
27 SkTypeface* matchStyle(const SkFontStyle&) override { in matchStyle() argument
53 const SkFontStyle&) const override { in onMatchFamilyStyle()
57 const SkFontStyle& style, in onMatchFamilyStyleCharacter()
64 const SkFontStyle&) const override { in onMatchFaceStyle()
106 const SkFontStyle& fs) const { in matchFamilyStyle()
110 SkTypeface* SkFontMgr::matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, in matchFamilyStyleCharacter()
117 const SkFontStyle& fs) const { in matchFaceStyle()
206 SkTypeface* SkFontStyleSet::matchStyleCSS3(const SkFontStyle& pattern) { in matchStyleCSS3()
219 SkFontStyle current; in matchStyleCSS3()
225 if (pattern.width() <= SkFontStyle::kNormal_Width) { in matchStyleCSS3()