Lines Matching refs:SkFontStyle
146 void getStyle(int index, SkFontStyle*, SkString* style) override;
148 SkTypeface* matchStyle(const SkFontStyle& pattern) override;
154 SkFontStyle fStyle;
168 static SkFontStyle make_fontconfig_style(FcPattern* match) { in make_fontconfig_style()
177 return SkFontStyle(weight, width, slant > 0 ? SkFontStyle::kItalic_Slant in make_fontconfig_style()
178 : SkFontStyle::kUpright_Slant); in make_fontconfig_style()
193 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style, in getStyle()
208 SkTypeface* SkFontStyleSet_FC::matchStyle(const SkFontStyle& pattern) { in matchStyle()
284 const SkFontStyle&) const override { return nullptr; } in onMatchFamilyStyle()
285 SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, in onMatchFamilyStyleCharacter() argument
291 const SkFontStyle&) const override { return nullptr; } in onMatchFaceStyle()
306 SkFontStyle style; in onCreateFromStream()