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);
70 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
87 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
91 SkTypeface* matchFaceStyle(const SkTypeface*, const SkFontStyle&) const;
127 SkTypeface* legacyCreateTypeface(const char familyName[], SkFontStyle style) const;
141 const SkFontStyle&) const = 0;
142 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
146 const SkFontStyle&) const = 0;
155 virtual SkTypeface* onLegacyCreateTypeface(const char familyName[], SkFontStyle) const = 0;