Lines Matching refs:SkFontStyle
25 virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0;
27 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
32 SkTypeface* matchStyleCSS3(const SkFontStyle& pattern);
69 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
86 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
90 SkTypeface* matchFaceStyle(const SkTypeface*, const SkFontStyle&) const;
124 sk_sp<SkTypeface> legacyMakeTypeface(const char familyName[], SkFontStyle style) const;
138 const SkFontStyle&) const = 0;
139 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
143 const SkFontStyle&) const = 0;
153 virtual sk_sp<SkTypeface> onLegacyMakeTypeface(const char familyName[], SkFontStyle) const = 0;